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
59 virtual
bool isValid()
const
74 {
return geometric_objects_;}
78 {
return geometric_objects_;}
#define BALL_CREATE(name)
std::list< GeometricObject * > GeometricObjectList
const GeometricObjectList & getGeometricObjects() const
Return the list with the created geometric objects.
float getSurfaceDrawingPrecision() const
GeometricObjectList & getGeometricObjects()
Return the list with the created geometric objects.
void setDrawingPrecision(Index precision)
virtual void dump(std::ostream &, Size) const
GeometricObjectList geometric_objects_
Index getDrawingPrecision() const
virtual bool createGeometricObjects()
virtual void clearComposites()
void setSurfaceDrawingPrecision(float precision)
float surface_drawing_precision_