7 #ifndef BALL_VIEW_MODELS_MODELPROCESSOR_H 8 #define BALL_VIEW_MODELS_MODELPROCESSOR_H 10 #ifndef BALL_CONCEPT_COMPOSITE_H 14 #ifndef BALL_CONCEPT_PROPERTY_H 18 #ifndef BALL_VIEW_KERNEL_GEOMETRICOBJECT_H 74 {
return geometric_objects_;}
78 {
return geometric_objects_;}
84 Index getDrawingPrecision()
const;
87 void setSurfaceDrawingPrecision(
float precision);
90 float getSurfaceDrawingPrecision()
const;
115 #endif // BALL_VIEW_MODELS_MODELPROCESSOR_H
virtual void clearComposites()
virtual bool isValid() const
std::list< GeometricObject * > GeometricObjectList
GeometricObjectList geometric_objects_
float surface_drawing_precision_
const GeometricObjectList & getGeometricObjects() const
Return the list with the created geometric objects.
virtual bool createGeometricObjects()
GeometricObjectList & getGeometricObjects()
Return the list with the created geometric objects.
virtual void dump(std::ostream &, Size) const
#define BALL_CREATE(name)