Fraxinus
18.10
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 27 of file cxTrackingServiceProxy.h.
cx::TrackingServiceProxy::TrackingServiceProxy | ( | ctkPluginContext * | pluginContext | ) |
Definition at line 27 of file cxTrackingServiceProxy.cpp.
|
static |
Definition at line 22 of file cxTrackingServiceProxy.cpp.
|
virtual |
get the tool that has higest priority when tracking
Implements cx::TrackingService.
Definition at line 86 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 136 of file cxTrackingServiceProxy.cpp.
|
virtual |
get the active probe or any if none active
Implements cx::TrackingService.
Definition at line 96 of file cxTrackingServiceProxy.cpp.
|
virtual |
a mouse-controllable virtual tool that is available even when not tracking.
Implements cx::TrackingService.
Definition at line 106 of file cxTrackingServiceProxy.cpp.
|
virtual |
tool used as patient reference
Implements cx::TrackingService.
Definition at line 101 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 126 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 71 of file cxTrackingServiceProxy.cpp.
|
virtual |
get a tool
Implements cx::TrackingService.
Definition at line 81 of file cxTrackingServiceProxy.cpp.
|
virtual |
get configured and initialized tools
Implements cx::TrackingService.
Definition at line 111 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 152 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 142 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 66 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 116 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 131 of file cxTrackingServiceProxy.cpp.
|
virtual |
set a tool to be the active tool
Implements cx::TrackingService.
Definition at line 91 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 121 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 76 of file cxTrackingServiceProxy.cpp.
|
virtual |
Implements cx::TrackingService.
Definition at line 147 of file cxTrackingServiceProxy.cpp.