Fraxinus
22.09
An IGT application
|
Thread containing all of IGSTK. More...
#include <cxIgstkTrackerThread.h>
Signals | |
void | configured (bool on) |
void | initialized (bool on) |
system is initialized More... | |
void | tracking (bool on) |
void | error () |
void | requestInitialize (bool on) |
internal signal More... | |
void | requestTrack (bool on) |
internal signal More... | |
Public Member Functions | |
IgstkTrackerThread (ToolFileParser::TrackerInternalStructure trackerStructure, std::vector< ToolFileParser::ToolInternalStructurePtr > toolStructures, ToolFileParser::ToolInternalStructurePtr referenceToolStructure) | |
virtual | ~IgstkTrackerThread () |
void | initialize (bool on) |
connects to the hardware. Threadsafe. More... | |
void | track (bool on) |
tracking on or off. Threadsafe. More... | |
std::map< QString, IgstkToolPtr > | getTools () |
ThreadSafe. More... | |
IgstkToolPtr | getRefereceTool () |
ThreadSafe. More... | |
Thread containing all of IGSTK.
Definition at line 44 of file cxIgstkTrackerThread.h.
cx::IgstkTrackerThread::IgstkTrackerThread | ( | ToolFileParser::TrackerInternalStructure | trackerStructure, |
std::vector< ToolFileParser::ToolInternalStructurePtr > | toolStructures, | ||
ToolFileParser::ToolInternalStructurePtr | referenceToolStructure | ||
) |
Definition at line 21 of file cxIgstkTrackerThread.cpp.
|
virtual |
Definition at line 31 of file cxIgstkTrackerThread.cpp.
|
signal |
|
signal |
IgstkToolPtr cx::IgstkTrackerThread::getRefereceTool | ( | ) |
ThreadSafe.
Definition at line 40 of file cxIgstkTrackerThread.cpp.
std::map< QString, IgstkToolPtr > cx::IgstkTrackerThread::getTools | ( | ) |
ThreadSafe.
Definition at line 35 of file cxIgstkTrackerThread.cpp.
void cx::IgstkTrackerThread::initialize | ( | bool | on | ) |
connects to the hardware. Threadsafe.
Definition at line 45 of file cxIgstkTrackerThread.cpp.
|
signal |
system is initialized
|
signal |
internal signal
|
signal |
internal signal
void cx::IgstkTrackerThread::track | ( | bool | on | ) |
tracking on or off. Threadsafe.
Definition at line 50 of file cxIgstkTrackerThread.cpp.
|
signal |