Fraxinus
17.12-rc4
An IGT application
|
#include <cxTrackingServiceProxy.h>
Public Member Functions | |
TrackingServiceProxy (ctkPluginContext *pluginContext) | |
virtual Tool::State | getState () const |
virtual void | setState (const Tool::State val) |
virtual ToolPtr | getTool (const QString &uid) |
get a tool More... | |
virtual ToolPtr | getActiveTool () |
get the tool that has higest priority when tracking More... | |
virtual void | setActiveTool (const QString &uid) |
set a tool to be the active tool More... | |
virtual ToolPtr | getFirstProbe () |
get the active probe or any if none active More... | |
virtual ToolPtr | getReferenceTool () const |
tool used as patient reference More... | |
virtual ToolPtr | getManualTool () |
a mouse-controllable virtual tool that is available even when not tracking. More... | |
virtual ToolMap | getTools () |
get configured and initialized tools More... | |
virtual bool | isPlaybackMode () const |
virtual void | setPlaybackMode (PlaybackTimePtr controller) |
virtual SessionToolHistoryMap | getSessionHistory (double startTime, double stopTime) |
virtual void | runDummyTool (DummyToolPtr tool) |
virtual TrackerConfigurationPtr | getConfiguration () |
virtual void | installTrackingSystem (TrackingSystemServicePtr system) |
virtual void | unInstallTrackingSystem (TrackingSystemServicePtr system) |
virtual std::vector< TrackingSystemServicePtr > | getTrackingSystems () |
bool | isNull () |
Public Member Functions inherited from cx::TrackingService | |
virtual | ~TrackingService () |
Static Public Member Functions | |
static TrackingServicePtr | create (ctkPluginContext *pluginContext) |
Static Public Member Functions inherited from cx::TrackingService | |
static TrackingServicePtr | getNullObject () |
Additional Inherited Members | |
Public Types inherited from cx::TrackingService | |
typedef std::map< QString, ToolPtr > | ToolMap |
Signals inherited from cx::TrackingService | |
void | stateChanged () |
void | activeToolChanged (const QString &uId) |
Definition at line 48 of file cxTrackingServiceProxy.h.
cx::TrackingServiceProxy::TrackingServiceProxy | ( | ctkPluginContext * | pluginContext | ) |
Definition at line 48 of file cxTrackingServiceProxy.cpp.
|
static |
Definition at line 43 of file cxTrackingServiceProxy.cpp.
|
virtual |
get the tool that has higest priority when tracking
Implements cx::TrackingService.
Definition at line 107 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 157 of file cxTrackingServiceProxy.cpp.
|
virtual |
get the active probe or any if none active
Implements cx::TrackingService.
Definition at line 117 of file cxTrackingServiceProxy.cpp.
|
virtual |
a mouse-controllable virtual tool that is available even when not tracking.
Implements cx::TrackingService.
Definition at line 127 of file cxTrackingServiceProxy.cpp.
|
virtual |
tool used as patient reference
Implements cx::TrackingService.
Definition at line 122 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 147 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 92 of file cxTrackingServiceProxy.cpp.
|
virtual |
get a tool
Implements cx::TrackingService.
Definition at line 102 of file cxTrackingServiceProxy.cpp.
|
virtual |
get configured and initialized tools
Implements cx::TrackingService.
Definition at line 132 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 173 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 163 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 87 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 137 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 152 of file cxTrackingServiceProxy.cpp.
|
virtual |
set a tool to be the active tool
Implements cx::TrackingService.
Definition at line 112 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 142 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 97 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 168 of file cxTrackingServiceProxy.cpp.