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
c
d
e
f
g
i
j
k
l
m
n
o
r
s
u
v
Properties
Related Symbols
c
d
f
h
i
l
m
n
q
r
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Typedefs
b
g
p
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
ScanMode.h
Go to the documentation of this file.
1
#pragma once
2
namespace
NDEVR
3
{
4
/**--------------------------------------------------------------------------------------------------
5
\brief The mode that a scanner will collect data in
6
**/
7
enum class
ScanMode
8
{
9
e_horizontal
10
,
e_vertical
11
,
e_horizontal_and_vertical
12
,
e_circle_scan
13
,
e_moving_circle_scan
14
,
e_image_only
15
,
e_video_scan
16
,
e_undefined
17
};
7
enum class
ScanMode
{
…
};
18
}
NDEVR
Definition
ACIColor.h:37
NDEVR::e_horizontal
@ e_horizontal
Definition
RibbonLayoutMode.hpp:42
NDEVR::e_vertical
@ e_vertical
Definition
RibbonLayoutMode.hpp:41
NDEVR::ScanMode
ScanMode
The mode that a scanner will collect data in.
Definition
ScanMode.h:8
NDEVR::ScanMode::e_moving_circle_scan
@ e_moving_circle_scan
NDEVR::ScanMode::e_video_scan
@ e_video_scan
NDEVR::ScanMode::e_horizontal_and_vertical
@ e_horizontal_and_vertical
NDEVR::ScanMode::e_image_only
@ e_image_only
NDEVR::ScanMode::e_circle_scan
@ e_circle_scan
NDEVR::ScanMode::e_undefined
@ e_undefined
Design
Headers
ScanMode.h