CARLA
Namespaces | Functions
MeshReconstruction.h File Reference
#include "DataStructs.h"
#include "Cube.h"
#include "Triangulation.h"
+ Include dependency graph for MeshReconstruction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MeshReconstruction
 

Functions

Mesh MeshReconstruction::MarchCube (Fun3s const &sdf, Rect3 const &domain)
 Reconstructs a triangle mesh from a given signed distance function using Marching Cubes. More...
 
Mesh MeshReconstruction::MarchCube (Fun3s const &sdf, Rect3 const &domain, Vec3 const &cubeSize, double isoLevel=0, Fun3v sdfGrad=nullptr)
 Reconstructs a triangle mesh from a given signed distance function using Marching Cubes. More...