IGSTK
|
This class represents a Axes object. More...
#include <igstkAxesObject.h>
Public Member Functions | |
double | GetSizeY () const |
Get size of the Y axis. | |
double | GetSizeZ () const |
Get size of the Z axis. | |
Protected Member Functions | |
AxesObject (void) | |
~AxesObject (void) | |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. |
This class represents a Axes object.
This class display a coordinate axis in a View. It is intended for providing a visual reference of the orientation of space in the context of the scene.
Definition at line 39 of file igstkAxesObject.h.
igstk::AxesObject::AxesObject | ( | void | ) | [protected] |
igstk::AxesObject::~AxesObject | ( | void | ) | [protected] |
double igstk::AxesObject::GetSizeY | ( | ) | const |
Get size of the Y axis.
double igstk::AxesObject::GetSizeZ | ( | ) | const |
Get size of the Z axis.
virtual void igstk::AxesObject::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::SpatialObject.