OBJ importer/exporter.
using index_type = typename face_type::value_type
using face_type = typename face_array::value_type
using face_array = typename polyhedron_type::face_array
using vertex_array = typename polyhedron_type::vertex_array
using polyhedron_type = vtb::geometry::Polyhedron< T >
polyhedron() -> polyhedron_type &
polyhedron() const -> const polyhedron_type &
read(std::istream & in) -> void
write(std::ostream & out) const -> void
clear() -> void
Object(polyhedron_type && polyhedron)explicit
Object(const polyhedron_type & polyhedron)explicit
operator=(Object &&) -> Object &
Object(Object &&)
operator=(const Object &) -> Object &
Object(const Object &)
~Object()
Object()
template <class T>
operator>>(std::istream & in, Object< T > & rhs) -> std::istream &
template <class T>
operator<<(std::ostream & out, const Object< T > & rhs) -> std::ostream &