CustusX
16.5.0-rc9
An IGT application
|
Manager for IGSTK interface.The manager exists inside IgstkTrackerThread . More...
#include <cxIgstkToolManager.h>
Public Slots | |
void | initializeSlot (bool on) |
connects to the hardware More... | |
void | trackSlot (bool on) |
tracking on or off More... | |
Signals | |
void | initialized (bool on) |
when all trackers and tools are initialized == true, else false More... | |
void | tracking (bool on) |
void | error () |
Public Member Functions | |
IgstkToolManager (ToolFileParser::TrackerInternalStructure trackerStructure, std::vector< ToolFileParser::ToolInternalStructure > toolStructures, ToolFileParser::ToolInternalStructure referenceToolStructure) | |
virtual | ~IgstkToolManager () |
std::map< QString, IgstkToolPtr > | getTools () |
ThreadSafe. More... | |
IgstkToolPtr | getRefereceTool () |
ThreadSafe. More... | |
Manager for IGSTK interface.
The manager exists inside IgstkTrackerThread .
Definition at line 69 of file cxIgstkToolManager.h.
cx::IgstkToolManager::IgstkToolManager | ( | ToolFileParser::TrackerInternalStructure | trackerStructure, |
std::vector< ToolFileParser::ToolInternalStructure > | toolStructures, | ||
ToolFileParser::ToolInternalStructure | referenceToolStructure | ||
) |
Definition at line 55 of file cxIgstkToolManager.cpp.
|
virtual |
Definition at line 78 of file cxIgstkToolManager.cpp.
|
signal |
IgstkToolPtr cx::IgstkToolManager::getRefereceTool | ( | ) |
ThreadSafe.
Definition at line 90 of file cxIgstkToolManager.cpp.
std::map< QString, IgstkToolPtr > cx::IgstkToolManager::getTools | ( | ) |
ThreadSafe.
Definition at line 84 of file cxIgstkToolManager.cpp.
|
signal |
when all trackers and tools are initialized == true, else false
|
slot |
connects to the hardware
Definition at line 162 of file cxIgstkToolManager.cpp.
|
signal |
|
slot |
tracking on or off
Definition at line 178 of file cxIgstkToolManager.cpp.