IGSTK
|
A MouseTracker-specific TrackerTool class. More...
#include <igstkMouseTrackerTool.h>
Public Member Functions | |
virtual void | RequestSetMouseName (const MouseNameType &MouseName) |
Set tracker tool mouse name. | |
![]() | |
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 | |
MouseTrackerTool () | |
~MouseTrackerTool () | |
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. |
A MouseTracker-specific TrackerTool class.
Definition at line 35 of file igstkMouseTrackerTool.h.
|
protected |
|
protected |
|
virtual |
Set tracker tool mouse name.
|
protectedvirtual |
Print object information.