IGSTK
|
This class represents a cylinder object. More...
#include <igstkCylinderObjectRepresentation.h>
Public Member Functions | |
void | RequestSetCylinderObject (const CylinderSpatialObjectType *cylinderObject) |
Connect this representation class to the spatial object. | |
Protected Member Functions | |
CylinderObjectRepresentation (void) | |
virtual | ~CylinderObjectRepresentation (void) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. | |
void | CreateActors () |
Create the VTK actors. |
This class represents a cylinder object.
The parameters of the object are the height of the object, and the radius. Default representation axis is X. The cylindrical object is rendered in a VTK scene using the vtkCylinderSource object.
"CylinderObjectRepresentation State Machine Diagram" "CylinderObjectRepresentation State Machine Diagram"
Definition at line 46 of file igstkCylinderObjectRepresentation.h.
igstk::CylinderObjectRepresentation::CylinderObjectRepresentation | ( | void | ) | [protected] |
virtual igstk::CylinderObjectRepresentation::~CylinderObjectRepresentation | ( | void | ) | [protected, virtual] |
void igstk::CylinderObjectRepresentation::RequestSetCylinderObject | ( | const CylinderSpatialObjectType * | cylinderObject | ) |
Connect this representation class to the spatial object.
virtual void igstk::CylinderObjectRepresentation::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::ObjectRepresentation.
void igstk::CylinderObjectRepresentation::CreateActors | ( | ) | [protected, virtual] |
Create the VTK actors.
Implements igstk::ObjectRepresentation.