![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
This class allows you to display any geometric object represented by a SC (e.g. More...
#include <AnyDecoration.h>
Public Member Functions | |
AnyDecoration (StructuralComponentDC *theDC) | |
this constructor set the current atom to follow More... | |
void | setColor (const double, const double, const double) |
change the color of the geometric object More... | |
void | show (const bool) |
show the geometric object in 3D or not depending on the parameter More... | |
void | update () |
update the 3D representation: use the current position of the atoms to represent the geometric structure More... | |
~AnyDecoration () | |
![]() | |
Decoration (camitk::Component *theDC) | |
virtual | ~Decoration () |
virtual destructor More... | |
Private Attributes | |
std::AtomVtkPointsIndexMap | atomMap |
map atom -> id (order index) in the vtk point set More... | |
camitk::Geometry * | myGeometry |
the list of geometric object More... | |
StructuralComponent * | mySC |
the represented SC More... | |
Additional Inherited Members | |
![]() | |
camitk::Component * | dc |
the data component where the decoration is attached to More... | |
This class allows you to display any geometric object represented by a SC (e.g.
a list of nodes, lines, triangles, etc...)
AnyDecoration::AnyDecoration | ( | StructuralComponentDC * | theDC | ) |
this constructor set the current atom to follow
AnyDecoration::~AnyDecoration | ( | ) |
|
virtual |
change the color of the geometric object
Implements Decoration.
|
virtual |
show the geometric object in 3D or not depending on the parameter
Implements Decoration.
|
virtual |
update the 3D representation: use the current position of the atoms to represent the geometric structure
Implements Decoration.
|
private |
map atom -> id (order index) in the vtk point set
|
private |
the list of geometric object
|
private |
the represented SC