17 #ifndef BOUNDINGOBJECT_H_HEADER_INCLUDED
18 #define BOUNDINGOBJECT_H_HEADER_INCLUDED
39 itkGetMacro(Positive,
bool);
40 itkSetMacro(Positive,
bool);
41 itkBooleanMacro(Positive);
55 bool WriteXMLData(XMLWriter &xmlWriter);
Class for storing surfaces (vtkPolyData).
#define MITKDATATYPESEXT_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
superclass of all bounding objects (cylinder, cuboid,...)
#define mitkClassMacro(className, SuperClassName)
bool m_Positive
If true, the Boundingobject describes a positive volume, if false a negative volume.
BaseGeometry Describes the geometry of a data object.