IGSTK
|
This class represents a box object. More...
#include <igstkBoxObjectRepresentation.h>
Public Member Functions | |
void | RequestSetBoxObject (const BoxSpatialObjectType *boxObject) |
Connect this representation class to the spatial object. | |
Protected Member Functions | |
BoxObjectRepresentation (void) | |
virtual | ~BoxObjectRepresentation (void) |
BoxObjectRepresentation (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 box 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 vtkCubeSource object.
Definition at line 46 of file igstkBoxObjectRepresentation.h.
igstk::BoxObjectRepresentation::BoxObjectRepresentation | ( | void | ) | [protected] |
virtual igstk::BoxObjectRepresentation::~BoxObjectRepresentation | ( | void | ) | [protected, virtual] |
igstk::BoxObjectRepresentation::BoxObjectRepresentation | ( | const Self & | ) | [protected] |
void igstk::BoxObjectRepresentation::RequestSetBoxObject | ( | const BoxSpatialObjectType * | boxObject | ) |
Connect this representation class to the spatial object.
void igstk::BoxObjectRepresentation::operator= | ( | const Self & | ) | [protected] |
Reimplemented from igstk::ObjectRepresentation.
virtual void igstk::BoxObjectRepresentation::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::ObjectRepresentation.
void igstk::BoxObjectRepresentation::CreateActors | ( | ) | [protected, virtual] |
Create the VTK actors.
Implements igstk::ObjectRepresentation.