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

Public Types

using polyhedron_type = vtb::geometry::Polyhedron< T >
 

Public Member Functions

 Solid (const Solid &)=default
 
Solidoperator= (const Solid &)=default
 
 Solid (Solid &&)=default
 
Solidoperator= (Solid &&)=default
 
 Solid (const polyhedron_type &polyhedron)
 
 Solid (polyhedron_type &&polyhedron)
 
void clear ()
 
const std::stringname () const
 
void name (const std::string &rhs)
 
const polyhedron_typepolyhedron () const
 
polyhedron_typepolyhedron ()
 
void write (std::ostream &out) const
 
void read (std::istream &in)
 

Detailed Description

template<class T>
class vtb::stl::Solid< T >

Definition at line 16 of file solid.hh.