Virtual Testbed
Ship dynamics simulator for extreme conditions
src
vtestbed
iges
null.hh
1
#ifndef VTESTBED_IGES_NULL_HH
2
#define VTESTBED_IGES_NULL_HH
3
4
#include <vtestbed/iges/types.hh>
5
6
namespace
vtb
{
7
8
namespace
iges {
9
10
class
Null
:
public
Entity
{
11
public
:
12
inline
Null
():
Entity
(Entity_type::Null) {}
13
};
14
15
}
16
17
}
18
19
#endif // vim:filetype=cpp
vtb::iges::Null
Definition:
null.hh:10
vtb::iges::Entity
Base class for entities.
Definition:
iges/entity.hh:17
vtb
Main namespace.
Definition:
convert.hh:9
Generated by
1.8.15