IGSTK
|
This class represents a cone object. More...
#include <igstkConeObjectRepresentation.h>
Public Member Functions | |
void | RequestSetConeObject (const ConeSpatialObjectType *coneObject) |
Connect this representation class to the spatial object. | |
Protected Member Functions | |
ConeObjectRepresentation (void) | |
virtual | ~ConeObjectRepresentation (void) |
ConeObjectRepresentation (const Self &) | |
void | operator= (const Self &) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. | |
void | CreateActors () |
Create the VTK actors. |
This class represents a cone 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 vtkConeSource object.
State Machine Diagram
Definition at line 47 of file igstkConeObjectRepresentation.h.
igstk::ConeObjectRepresentation::ConeObjectRepresentation | ( | void | ) | [protected] |
virtual igstk::ConeObjectRepresentation::~ConeObjectRepresentation | ( | void | ) | [protected, virtual] |
igstk::ConeObjectRepresentation::ConeObjectRepresentation | ( | const Self & | ) | [protected] |
void igstk::ConeObjectRepresentation::RequestSetConeObject | ( | const ConeSpatialObjectType * | coneObject | ) |
Connect this representation class to the spatial object.
void igstk::ConeObjectRepresentation::operator= | ( | const Self & | ) | [protected] |
Reimplemented from igstk::ObjectRepresentation.
virtual void igstk::ConeObjectRepresentation::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::ObjectRepresentation.
void igstk::ConeObjectRepresentation::CreateActors | ( | ) | [protected, virtual] |
Create the VTK actors.
Implements igstk::ObjectRepresentation.