IGSTK
|
A InfiniTrack-specific TrackerTool class. More...
#include <igstkInfiniTrackTrackerTool.h>
Public Member Functions | |
igstkStandardClassTraitsMacro (InfiniTrackTrackerTool, TrackerTool) igstkGetStringMacro(MarkerName) | |
Macro with standard traits declarations. More... | |
void | RequestSetMarkerName (const std::string &markerName) |
Set tracker tool marker name. More... | |
![]() | |
virtual TransformType | GetCalibrationTransform () |
Get the calibration transform for this tool. More... | |
void | SetCalibrationTransform (const TransformType &) |
Set the calibration transform for this tool. More... | |
virtual bool | GetUpdated () |
Get whether the tool was updated during tracker UpdateStatus() More... | |
virtual void | RequestConfigure (void) |
The "RequestConfigure" method attempts to configure the tracker tool. More... | |
virtual void | RequestDetachFromTracker () |
The "RequestDetachFromTracker" method detaches the tracker tool from the tracker. More... | |
const std::string | GetTrackerToolIdentifier () const |
Access the unique identifier to the tracker tool. More... | |
virtual void | RequestAttachToTracker (TrackerType *) |
The "RequestAttachToTracker" method attaches the tracker tool to a tracker. More... | |
![]() | |
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 | |
InfiniTrackTrackerTool () | |
Constructor (configures InfiniTrack-specific tool values) More... | |
virtual | ~InfiniTrackTrackerTool () |
Destructor. More... | |
virtual void | PrintSelf (std::ostream &os,::itk::Indent indent) const |
Print object information. More... | |
![]() | |
TrackerTool (void) | |
virtual | ~TrackerTool (void) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. More... | |
void | SetTrackerToolIdentifier (const std::string identifier) |
Set a unique identifier to the tracker tool. 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 Transform | TransformType |
![]() | |
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) |
![]() | |
igstkStandardAbstractClassTraitsMacro(TrackerTool, Object) public typedef Tracker | TrackerType |
Macro with standard traits declarations. More... | |
A InfiniTrack-specific TrackerTool class.
This class is a for providing InfiniTrack-specific functionality for TrackerTools, and also to allow compile-time type enforcement for other classes and functions that specifically require an InfiniTrackTrackertool.
Definition at line 51 of file igstkInfiniTrackTrackerTool.h.
|
protected |
Constructor (configures InfiniTrack-specific tool values)
|
protectedvirtual |
Destructor.
igstk::InfiniTrackTrackerTool::igstkStandardClassTraitsMacro | ( | InfiniTrackTrackerTool | , |
TrackerTool | |||
) |
Macro with standard traits declarations.
Get Tracker tool marker name
void igstk::InfiniTrackTrackerTool::RequestSetMarkerName | ( | const std::string & | markerName | ) |
Set tracker tool marker name.
|
protectedvirtual |
Print object information.