29 #include <camitkcore/Component.h> 45 virtual void show(
const bool) = 0;
48 virtual void setColor(
const double,
const double,
const double) = 0;
Decoration(camitk::Component *theDC)
Definition: Decoration.h:36
virtual void setColor(const double, const double, const double)=0
change the color of the geometric object
virtual ~Decoration()
virtual destructor
Definition: Decoration.h:39
virtual void update()=0
update the position of the geometric object (using the atom's position)
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
camitk::Component * dc
the data component where the decoration is attached to
Definition: Decoration.h:52
abstract class representing a decoration added to a DC
Definition: Decoration.h:33
virtual void show(const bool)=0
show the geometric object in 3D or not depending on the paramater