|
IGSTK
|
This class represents a Mesh object. More...
#include <igstkMeshObjectRepresentation.h>


Public Member Functions | |
| void | RequestSetMeshObject (const MeshObjectType *MeshObject) |
| Connect this representation class to the spatial object. | |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
| Print object information. | |
| MeshObjectRepresentation (void) | |
| Constructor. | |
| ~MeshObjectRepresentation (void) | |
| Destructor. | |
| void | CreateActors () |
| Create the VTK actors. | |
This class represents a Mesh object.
"State Machine diagram for Mesh Object Representation" "State Machine diagram for Mesh Object Representation"
Definition at line 41 of file igstkMeshObjectRepresentation.h.
| igstk::MeshObjectRepresentation::MeshObjectRepresentation | ( | void | ) | [protected] |
Constructor.
| igstk::MeshObjectRepresentation::~MeshObjectRepresentation | ( | void | ) | [protected] |
Destructor.
| void igstk::MeshObjectRepresentation::RequestSetMeshObject | ( | const MeshObjectType * | MeshObject | ) |
Connect this representation class to the spatial object.
| virtual void igstk::MeshObjectRepresentation::PrintSelf | ( | std::ostream & | os, |
| itk::Indent | indent | ||
| ) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::ObjectRepresentation.
| void igstk::MeshObjectRepresentation::CreateActors | ( | ) | [protected, virtual] |
Create the VTK actors.
Implements igstk::ObjectRepresentation.
1.7.4