API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
Properties
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
Calibration.h
Go to the documentation of this file.
1
#pragma once
2
#include <NDEVR/Model.h>
3
#if NDEVR_CALIBRATION
4
namespace
NDEVR
5
{
6
class
TranslatedString;
7
class
NDEVR_DESIGN_API
Calibration :
public
Model
8
{
9
public
:
10
Calibration();
11
Calibration(
const
Model& model);
12
Ray<3, fltp08> alignmentVector()
const
;
13
void
setAlignmentVector(
const
Ray<3, fltp08>& vector);
14
static
constexpr
const
char
* TypeName()
15
{
16
return
"calibration"
;
17
}
18
protected
:
19
TranslatedString defaultCalibrationName()
const
;
20
};
21
}
22
#endif
NDEVR_DESIGN_API
#define NDEVR_DESIGN_API
Definition
DLLInfo.h:77
NDEVR
Definition
ACIColor.h:37
Design
Headers
Calibration.h