Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::PlaneClipping Namespace Reference

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...
 

Function Documentation

static bool mitk::PlaneClipping::CalculateClippedPlaneBounds ( const BaseGeometry boundingGeometry,
const PlaneGeometry planeGeometry,
double *  bounds 
)
static
static bool mitk::PlaneClipping::LineIntersectZero ( vtkPoints *  points,
int  p1,
int  p2,
double *  bounds 
)
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().