#include <igstkAxesObjectRepresentation.h>
Public Member Functions | |
void | RequestSetAxesObject (const AxesSpatialObjectType *AxesObject) |
Connect this representation class to the spatial object. | |
Protected Member Functions | |
AxesObjectRepresentation (void) | |
virtual | ~AxesObjectRepresentation (void) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. | |
void | CreateActors () |
Create the VTK actors. |
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 vtkAxesSource object.
Definition at line 46 of file igstkAxesObjectRepresentation.h.
igstk::AxesObjectRepresentation::AxesObjectRepresentation | ( | void | ) | [protected] |
virtual igstk::AxesObjectRepresentation::~AxesObjectRepresentation | ( | void | ) | [protected, virtual] |
void igstk::AxesObjectRepresentation::RequestSetAxesObject | ( | const AxesSpatialObjectType * | AxesObject | ) |
Connect this representation class to the spatial object.
virtual void igstk::AxesObjectRepresentation::PrintSelf | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const [protected, virtual] |
void igstk::AxesObjectRepresentation::CreateActors | ( | ) | [protected, virtual] |