igstk::Object Class Reference

Base class for all the IGSTK classes. More...

#include <igstkObject.h>

Inheritance diagram for igstk::Object:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Object Self
 General Typedefs.
typedef ::itk::Object Superclass
typedef ::itk::SmartPointer< SelfPointer
typedef ::itk::SmartPointer
< const Self
ConstPointer
typedef igstk::Logger LoggerType

Public Member Functions

virtual const char * GetNameOfClass () const
void SetLogger (LoggerType *logger)
 Connect the Logger for this class.
void RemoveObserver (unsigned long tag) const

Static Public Member Functions

static Pointer New (void)

Protected Member Functions

LoggerTypeGetLogger () const
 Object (void)
 Constructor is protected in order to enforce the use of the New() operator.
virtual ~Object (void)
virtual void PrintSelf (std::ostream &os, itk::Indent indent) const
 Print the object information.
void RegisterObservedObject (const ::igstk::Object *object, unsigned long tag)
 Register observed objects in an internal array so that they can be disconnected upon destruction.
void RemoveFromObservedObjects ()
 Remove observers that this object may have connected to other objects.

Detailed Description

Base class for all the IGSTK classes.

This class derives from the ITK Object and it is used for introducion additional elemets that are common to IGSTK Objects.

Definition at line 40 of file igstkObject.h.


Member Typedef Documentation

General Typedefs.

Note that the igstkStandardClassTraitsMacro() cannot be used here because that macro invokes calls in the superclass, for example SetLogger, that will not be available in the ITK Object class.

Definition at line 48 of file igstkObject.h.

typedef ::itk::Object igstk::Object::Superclass

Definition at line 49 of file igstkObject.h.

typedef ::itk::SmartPointer< Self > igstk::Object::Pointer

Definition at line 50 of file igstkObject.h.

typedef ::itk::SmartPointer< const Self > igstk::Object::ConstPointer

Definition at line 51 of file igstkObject.h.

Definition at line 54 of file igstkObject.h.


Constructor & Destructor Documentation

igstk::Object::Object ( void   )  [protected]

Constructor is protected in order to enforce the use of the New() operator.

virtual igstk::Object::~Object ( void   )  [protected, virtual]

Member Function Documentation

virtual const char* igstk::Object::GetNameOfClass (  )  const [virtual]
static Pointer igstk::Object::New ( void   )  [static]

Reimplemented in igstk::SerialCommunication.

void igstk::Object::SetLogger ( LoggerType logger  ) 
void igstk::Object::RemoveObserver ( unsigned long  tag  )  const
LoggerType* igstk::Object::GetLogger (  )  const [protected]
virtual void igstk::Object::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const [protected, virtual]

Print the object information.

Reimplemented in igstk::Annotation2D, igstk::AscensionCommandInterpreter, igstk::AuroraTrackerTool, igstk::AxesObject, igstk::AxesObjectRepresentation, igstk::BoxObject, igstk::BoxObjectRepresentation, igstk::CircularSimulatedTracker, igstk::Communication, igstk::ConeObject, igstk::ConeObjectRepresentation, igstk::CoordinateSystem, igstk::CoordinateSystemDelegator, igstk::CrossHairObjectRepresentation, igstk::CrossHairSpatialObject, igstk::CTImageReader, igstk::CTImageSpatialObject, igstk::CTImageSpatialObjectRepresentation, igstk::CylinderObject, igstk::CylinderObjectRepresentation, igstk::DICOMImageReader< TImageSpatialObject >, igstk::EllipsoidObject, igstk::EllipsoidObjectRepresentation, igstk::GroupObject, igstk::ImageResliceObjectRepresentation< TImageSpatialObject >, igstk::ImageSpatialObject< TPixelType, TDimension >, igstk::ImageSpatialObjectRepresentation< TImageSpatialObject >, igstk::Landmark3DRegistration, igstk::Landmark3DRegistrationErrorEstimator, igstk::MeshObject, igstk::MeshObjectRepresentation, igstk::MeshReader, igstk::MeshResliceObjectRepresentation, igstk::MicronTracker, igstk::MouseTracker, igstk::MR3DImageToUS3DImageRegistration, igstk::MRImageReader, igstk::MRImageSpatialObject, igstk::MRImageSpatialObjectRepresentation, igstk::NDICommandInterpreter, igstk::ObjectRepresentation, igstk::OpenIGTLinkVideoImager, igstk::PivotCalibration, igstk::PivotCalibrationAlgorithm, igstk::PulseGenerator, igstk::QMouseTracker, igstk::ReslicerPlaneSpatialObject, igstk::SerialCommunication, igstk::SerialCommunicationForPosix, igstk::SerialCommunicationForWindows, igstk::SerialCommunicationSimulator, igstk::SimulatedTracker, igstk::SpatialObject, igstk::ToolProjectionObjectRepresentation, igstk::ToolProjectionSpatialObject, igstk::Tracker, igstk::TrackerTool, igstk::TrackerToolObserverToOpenIGTLinkRelay, igstk::TubeObject, igstk::TubeObjectRepresentation, igstk::TubeReader, igstk::UltrasoundImageSimulator< TImageGeometricModel >, igstk::UltrasoundProbeObject, igstk::UltrasoundProbeObjectRepresentation, igstk::USImageObject, igstk::USImageObjectRepresentation, igstk::USImageReader, igstk::VideoImager, igstk::VideoImagerTool, igstk::View, igstk::WebcamWinVideoImager, igstk::DICOMImageReader< USImageObject >, igstk::DICOMImageReader< MRImageSpatialObject >, igstk::DICOMImageReader< CTImageSpatialObject >, igstk::ImageSpatialObject< unsigned short, 3 >, igstk::ImageSpatialObject< unsigned char, 3 >, igstk::ImageSpatialObject< signed short, 3 >, igstk::ImageSpatialObjectRepresentation< USImageObject >, igstk::ImageSpatialObjectRepresentation< MRImageSpatialObject >, and igstk::ImageSpatialObjectRepresentation< CTImageSpatialObject >.

void igstk::Object::RegisterObservedObject ( const ::igstk::Object object,
unsigned long  tag 
) [protected]

Register observed objects in an internal array so that they can be disconnected upon destruction.

void igstk::Object::RemoveFromObservedObjects (  )  [protected]

Remove observers that this object may have connected to other objects.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2