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_;}
81 void setDrawingPrecision(
Index precision);
84 Index getDrawingPrecision()
const;
87 void setSurfaceDrawingPrecision(
float precision);
90 float getSurfaceDrawingPrecision()
const;
115 #endif // BALL_VIEW_MODELS_MODELPROCESSOR_H
#define BALL_CREATE(name)
GeometricObjectList geometric_objects_
GeometricObjectList & getGeometricObjects()
Return the list with the created geometric objects.
float surface_drawing_precision_
virtual bool isValid() const
virtual void clearComposites()
const GeometricObjectList & getGeometricObjects() const
Return the list with the created geometric objects.
virtual bool createGeometricObjects()
std::list< GeometricObject * > GeometricObjectList
virtual void dump(std::ostream &, Size) const