MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
mesh_io_obj.h File Reference
#include <string>
#include "mve/mesh.h"
#include "mve/defines.h"
Include dependency graph for mesh_io_obj.h:
This graph shows which files directly or indirectly include this file:

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.