|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
OBJ importer/exporter. More...
#include <object.hh>
Public Types | |
| using | polyhedron_type = vtb::geometry::Polyhedron< T > |
| using | vertex_array = typename polyhedron_type::vertex_array |
| using | face_array = typename polyhedron_type::face_array |
| using | face_type = typename face_array::value_type |
| using | index_type = typename face_type::value_type |
Public Member Functions | |
| Object (const Object &)=default | |
| Object & | operator= (const Object &)=default |
| Object (Object &&)=default | |
| Object & | operator= (Object &&)=default |
| Object (const polyhedron_type &polyhedron) | |
| Object (polyhedron_type &&polyhedron) | |
| void | clear () |
| void | write (std::ostream &out) const |
| void | read (std::istream &in) |
| const polyhedron_type & | polyhedron () const |
| polyhedron_type & | polyhedron () |
OBJ importer/exporter.
1.8.15