Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | List of all members
vtb::db::Room< T > Class Template Reference

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::stringname () const
 
void name (const std::string &rhs)
 
const polyhedron_typepolyhedron () const
 
void polyhedron (const polyhedron_type &rhs)
 
void polyhedron (polyhedron_type &&rhs)
 

Detailed Description

template<class T>
class vtb::db::Room< T >

Definition at line 19 of file db/compartments.hh.