|
MVE - Multi-View Environment mve-devel
|


Go to the source code of this file.
Classes | |
| struct | mve::geom::ObjModelPart |
Namespaces | |
| namespace | mve |
| Multi-View Environment library. | |
| namespace | mve::geom |
| Geometric tools, loading and processing functions. | |
Functions | |
| mve::TriangleMesh::Ptr | mve::geom::load_obj_mesh (std::string const &filename) |
| Loads a triangle mesh from an OBJ model file. | |
| void | mve::geom::load_obj_mesh (std::string const &filename, std::vector< ObjModelPart > *obj_model_parts) |
| Loads all groups from an OBJ model file. | |
| void | mve::geom::save_obj_mesh (TriangleMesh::ConstPtr mesh, std::string const &filename) |
| Saves a triangle mesh to an OBJ model file. | |