Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
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... | |