13 #ifndef BOUNDINGOBJECT_H_HEADER_INCLUDED 14 #define BOUNDINGOBJECT_H_HEADER_INCLUDED 35 itkGetMacro(Positive,
bool);
36 itkSetMacro(Positive,
bool);
37 itkBooleanMacro(Positive);
51 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.