14#include <lagrange/SurfaceMesh.h>
18namespace lagrange::poisson {
Shared options for Poisson surface reconstruction.
Definition: CommonOptions.h:24
unsigned int octree_depth
Maximum octree depth. (If the value is zero then the minimum of 8 and log base 4 of the point count i...
Definition: CommonOptions.h:26
bool verbose
Output logging information (directly printed to std::cout)
Definition: CommonOptions.h:32
float samples_per_node
Numer of samples per node.
Definition: CommonOptions.h:29