13 #ifndef MITKPLANE_H_HEADER_INCLUDED 14 #define MITKPLANE_H_HEADER_INCLUDED 35 itkFactorylessNewMacro(
Self);
38 void SetExtent(
const double x,
const double y);
39 void GetExtent(
double &x,
double &y)
const;
41 void SetResolution(
const int xR,
const int yR);
42 void GetResolution(
int &xR,
int &yR)
const;
45 bool IsInside(
const Point3D &p)
const override;
Base of all data objects.
#define MITKDATATYPESEXT_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
vtkPlaneSource * m_PlaneSource
vtkDoubleArray * m_PlaneNormal
Plane surface representation.
superclass of all bounding objects (cylinder, cuboid,...)
#define mitkClassMacro(className, SuperClassName)