CustusX
22.04-rc5
An IGT application
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cxTracker.cpp
Go to the documentation of this file.
1
#include "
cxTracker.h
"
2
3
#include "
cxDefinitions.h
"
4
#include "
cxEnumConversion.h
"
5
6
namespace
cx
7
{
8
9
Tracker::Tracker
(QObject *parent) :
10
QObject(parent)
11
{
12
}
13
14
QStringList
Tracker::getSupportedTrackingSystems
()
15
{
16
QStringList retval;
17
retval <<
enum2string
(
tsPOLARIS
);
18
retval <<
enum2string
(
tsAURORA
);
19
return
retval;
20
}
21
}
//namespace cx
tsPOLARIS
tsPOLARIS
NDIs Polaris tracker.
Definition:
cxDefinitions.h:112
cxDefinitions.h
cx::Tracker::getSupportedTrackingSystems
static QStringList getSupportedTrackingSystems()
Definition:
cxTracker.cpp:14
cx::Tracker::Tracker
Tracker(QObject *parent=0)
Definition:
cxTracker.cpp:9
tsAURORA
tsAURORA
NDIs Aurora tracker.
Definition:
cxDefinitions.h:112
cxTracker.h
enum2string
QString enum2string(const ENUM &val)
cxEnumConversion.h
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
CX
source
resource
core
Tool
cxTracker.cpp
Generated on Thu Jun 16 2022 21:30:02 for CustusX by
1.8.11