Virtual Testbed
Ship dynamics simulator for extreme conditions
src
vtestbed
iges
section.hh
1
#ifndef VTESTBED_IGES_SECTION_HH
2
#define VTESTBED_IGES_SECTION_HH
3
4
namespace
vtb
{
5
6
namespace
iges {
7
9
enum class
Section
: char {
10
Start =
'S'
,
11
Global =
'G'
,
12
DirectoryEntry =
'D'
,
13
ParameterData =
'P'
,
14
Terminate =
'T'
,
15
Unknown =
'\0'
16
};
17
18
}
19
20
}
21
22
#endif // vim:filetype=cpp
vtb
Main namespace.
Definition:
convert.hh:9
vtb::iges::Section
Section
Section codes.
Definition:
section.hh:9
Generated by
1.8.15