IGSTK
|
Ascension specific TrackerTool class for the 3D Guidance family of trackers. More...
#include <igstkAscension3DGTrackerTool.h>
Public Member Functions | |
igstkStandardClassTraitsMacro (Ascension3DGTrackerTool, TrackerTool) virtual unsigned int GetPortNumber() | |
Macro with standard traits declarations. | |
void | RequestSetPortNumber (unsigned int portNumber) |
Request setting the port number. | |
![]() | |
virtual TransformType | GetCalibrationTransform () |
Get the calibration transform for this tool. | |
void | SetCalibrationTransform (const TransformType &) |
Set the calibration transform for this tool. | |
virtual bool | GetUpdated () |
Get whether the tool was updated during tracker UpdateStatus() | |
virtual void | RequestConfigure (void) |
The "RequestConfigure" method attempts to configure the tracker tool. | |
virtual void | RequestDetachFromTracker () |
The "RequestDetachFromTracker" method detaches the tracker tool from the tracker. | |
const std::string | GetTrackerToolIdentifier () const |
Access the unique identifier to the tracker tool. | |
virtual void | RequestAttachToTracker (TrackerType *) |
The "RequestAttachToTracker" method attaches the tracker tool to a tracker. | |
![]() | |
virtual const char * | GetNameOfClass () const |
void | SetLogger (LoggerType *logger) |
Connect the Logger for this class. | |
void | RemoveObserver (unsigned long tag) const |
Protected Member Functions | |
Ascension3DGTrackerTool () | |
~Ascension3DGTrackerTool () | |
virtual void | PrintSelf (std::ostream &os,::itk::Indent indent) const |
Print object information. | |
![]() | |
TrackerTool (void) | |
virtual | ~TrackerTool (void) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. | |
void | SetTrackerToolIdentifier (const std::string identifier) |
Set a unique identifier to the tracker tool. | |
![]() | |
LoggerType * | GetLogger () const |
Object (void) | |
Constructor is protected in order to enforce the use of the New() operator. | |
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. | |
void | RemoveFromObservedObjects () |
Remove observers that this object may have connected to other objects. |
Additional Inherited Members | |
![]() | |
typedef Transform | TransformType |
![]() | |
static Pointer | New (void) |
![]() | |
igstkStandardAbstractClassTraitsMacro(TrackerTool, Object) public typedef Tracker | TrackerType |
Macro with standard traits declarations. |
Ascension specific TrackerTool class for the 3D Guidance family of trackers.
This class is a for providing Ascension-specific functionality for TrackerTools, and also to allow compile-time type enforcement for other classes and functions that specifically require an Ascension tool.
Definition at line 38 of file igstkAscension3DGTrackerTool.h.
|
protected |
|
protected |
igstk::Ascension3DGTrackerTool::igstkStandardClassTraitsMacro | ( | Ascension3DGTrackerTool | , |
TrackerTool | |||
) |
Macro with standard traits declarations.
Get tracker tool port number
void igstk::Ascension3DGTrackerTool::RequestSetPortNumber | ( | unsigned int | portNumber | ) |
Request setting the port number.
|
protectedvirtual |
Print object information.