Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
mitkSliceNavigationHelper.h File Reference
#include <MitkCoreExports.h>
#include <mitkPlaneGeometry.h>
#include <mitkTimeGeometry.h>

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::SliceNavigationHelper
 

Functions

MITKCORE_EXPORT unsigned int mitk::SliceNavigationHelper::SelectSliceByPoint (const TimeGeometry *timeGeometry, const Point3D &point)
 Select a specific slice from the given time geometry given a 3D point. More...
 
MITKCORE_EXPORT TimeGeometry::Pointer mitk::SliceNavigationHelper::CreateOrientedTimeGeometry (const TimeGeometry *timeGeometry, AnatomicalPlane orientation, bool top, bool frontside, bool rotated)
 Create a new time geometry, which is oriented with the given plane orientation. More...
 
MITKCORE_EXPORT PlaneGeometry * mitk::SliceNavigationHelper::GetCurrentPlaneGeometry (const TimeGeometry *timeGeometry, TimePointType timePoint, unsigned int slicePosition)
 Extracts the plane geometry for the given time step and slice position. More...