Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Functions | |
static bool | LineIntersectZero (vtkPoints *points, int p1, int p2, double *bounds) |
Internal helper method for intersection testing used only in CalculateClippedPlaneBounds() More... | |
static bool | CalculateClippedPlaneBounds (const BaseGeometry *boundingGeometry, const PlaneGeometry *planeGeometry, double *bounds) |
Calculate the bounding box of the resliced image. This is necessary for arbitrarily rotated planes in an image volume. A rotated plane (e.g. in swivel mode) will have a new bounding box, which needs to be calculated. More... | |
|
static |
Calculate the bounding box of the resliced image. This is necessary for arbitrarily rotated planes in an image volume. A rotated plane (e.g. in swivel mode) will have a new bounding box, which needs to be calculated.
Definition at line 68 of file mitkPlaneClipping.h.
References mitk::BaseGeometry::GetBoundingBox(), mitk::BaseGeometry::GetImageGeometry(), mitk::BaseGeometry::GetSpacing(), mitk::BaseGeometry::GetVtkTransform(), LineIntersectZero(), and mitk::New().
Referenced by mitk::ExtractDirectedPlaneImageFilter::GenerateData(), mitk::LabelSetImageVtkMapper2D::GenerateDataForRenderer(), mitk::RegEvaluationMapper2D::GenerateDataForRenderer(), mitk::ImageVtkMapper2D::GenerateDataForRenderer(), mitk::DoseImageVtkMapper2D::GenerateDataForRenderer(), and mitk::ExtractSliceFilter::GetClippedPlaneBounds().
|
static |
Internal helper method for intersection testing used only in CalculateClippedPlaneBounds()
Definition at line 30 of file mitkPlaneClipping.h.
Referenced by CalculateClippedPlaneBounds(), and mitk::ExtractDirectedPlaneImageFilter::CalculateClippedPlaneBounds().