IGSTK
|
This class represents a Axes object. More...
#include <igstkAxesObject.h>
Public Member Functions | |
double | GetSizeY () const |
Get size of the Y axis. More... | |
double | GetSizeZ () const |
Get size of the Z axis. More... | |
![]() | |
igstkLoadedObjectEventMacro (BoundingBoxEvent, IGSTKEvent, BoundingBoxType) | |
void | RequestGetBounds () |
void | RequestGetBounds () const |
![]() | |
virtual const char * | GetNameOfClass () const |
void | SetLogger (LoggerType *logger) |
Connect the Logger for this class. More... | |
void | RemoveObserver (unsigned long tag) const |
Protected Member Functions | |
AxesObject (void) | |
~AxesObject (void) | |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. More... | |
![]() | |
SpatialObject (void) | |
The constructor of this class is declared protected to enforce the use of SmartPointers syntax when instantiating objects of this class. More... | |
~SpatialObject (void) | |
The destructor should be overriden in derived classes that allocate memory for member variables. More... | |
void | RequestSetInternalSpatialObject (SpatialObjectType *object) |
Replacement for RequestSetSpatialObject(). More... | |
SpatialObjectType * | GetInternalSpatialObject () const |
Returns the ITK spatial object that is contained inside this IGSTK spatial object. More... | |
![]() | |
LoggerType * | GetLogger () const |
Object (void) | |
Constructor is protected in order to enforce the use of the New() operator. More... | |
virtual | ~Object (void) |
void | RegisterObservedObject (const ::igstk::Object *object, unsigned long tag) |
Register observed objects in an internal array so that they can be disconnected upon destruction. More... | |
void | RemoveFromObservedObjects () |
Remove observers that this object may have connected to other objects. More... | |
Additional Inherited Members | |
![]() | |
typedef Object | Self |
General Typedefs. More... | |
typedef ::itk::Object | Superclass |
typedef ::itk::SmartPointer< Self > | Pointer |
typedef ::itk::SmartPointer < const Self > | ConstPointer |
typedef igstk::Logger | LoggerType |
![]() | |
static Pointer | New (void) |
![]() | |
igstkStandardClassTraitsMacro(SpatialObject, Object) public typedef SpatialObjectType::BoundingBoxType | BoundingBoxType |
Macro with standard traits declarations. More... | |
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 38 of file igstkAxesObject.h.
|
protected |
|
protected |
double igstk::AxesObject::GetSizeY | ( | ) | const |
Get size of the Y axis.
double igstk::AxesObject::GetSizeZ | ( | ) | const |
Get size of the Z axis.
|
protectedvirtual |
Print object information.
Reimplemented from igstk::SpatialObject.