Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | polyhedron_type = vtb::geometry::Polyhedron< T, 3 > |
using | id_type = int64_t |
Public Member Functions | |
void | clear () |
void | read (sqlite::statement &in) |
id_type | id () const |
void | id (id_type rhs) |
bool | has_id () |
const std::string & | name () const |
void | name (const std::string &rhs) |
const polyhedron_type & | polyhedron () const |
void | polyhedron (const polyhedron_type &rhs) |
void | polyhedron (polyhedron_type &&rhs) |
Definition at line 19 of file db/compartments.hh.