MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
mesh_io.cc File Reference
#include <stdexcept>
#include "util/strings.h"
#include "mve/mesh.h"
#include "mve/mesh_io.h"
#include "mve/mesh_io_ply.h"
#include "mve/mesh_io_off.h"
#include "mve/mesh_io_npts.h"
#include "mve/mesh_io_pbrt.h"
#include "mve/mesh_io_smf.h"
#include "mve/mesh_io_obj.h"
Include dependency graph for mesh_io.cc:

Go to the source code of this file.

Namespaces

namespace  mve
 Multi-View Environment library.
 
namespace  mve::geom
 Geometric tools, loading and processing functions.
 

Functions

TriangleMesh::Ptr mve::geom::load_mesh (std::string const &filename)
 Auto-detects filetype from extension and delegates to readers.
 
void mve::geom::save_mesh (TriangleMesh::ConstPtr mesh, std::string const &filename)
 Auto-detects filetype from extension and delegates to writers.