|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
| using | polyhedron_type = vtb::geometry::Polyhedron< T > |
Public Member Functions | |
| Solid (const Solid &)=default | |
| Solid & | operator= (const Solid &)=default |
| Solid (Solid &&)=default | |
| Solid & | operator= (Solid &&)=default |
| Solid (const polyhedron_type &polyhedron) | |
| Solid (polyhedron_type &&polyhedron) | |
| void | clear () |
| const std::string & | name () const |
| void | name (const std::string &rhs) |
| const polyhedron_type & | polyhedron () const |
| polyhedron_type & | polyhedron () |
| void | write (std::ostream &out) const |
| void | read (std::istream &in) |
1.8.15