MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
mesh_io_smf.cc File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <cerrno>
#include <cstring>
#include "util/exception.h"
#include "mve/mesh_io_smf.h"
Include dependency graph for mesh_io_smf.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_smf_mesh (std::string const &filename)
 Loads a triangle mesh from a SMF file format.
 
void mve::geom::save_smf_mesh (mve::TriangleMesh::ConstPtr mesh, std::string const &filename)
 Saves a triangle mesh to a file in SMF file format.