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

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

template<typename T >
TriangleMesh::Ptr mve::geom::marching_cubes (T &accessor)
 This function polygonizes a SDF that is partitioned into cubes.