|
MVE - Multi-View Environment mve-devel
|
#include <iostream>#include <fstream>#include <sstream>#include <cerrno>#include <cstring>#include "util/exception.h"#include "mve/mesh_io_smf.h"
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. | |