17 #ifndef MITKPLANE_H_HEADER_INCLUDED
18 #define MITKPLANE_H_HEADER_INCLUDED
39 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
41 void SetExtent(
const double x,
const double y);
42 void GetExtent(
double &x,
double &y)
const;
44 void SetResolution(
const int xR,
const int yR);
45 void GetResolution(
int &xR,
int &yR)
const;
48 virtual 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)