Lagrange
EvaluatorOptions Struct Reference

Option struct for Poisson surface reconstruction. More...

#include <lagrange/poisson/AttributeEvaluator.h>

Inherits CommonOptions.

Public Attributes

std::string_view interpolated_attribute_name
 Attribute name of data to be interpolated at the vertices.
 
- Public Attributes inherited from CommonOptions
unsigned int octree_depth = 0
 Maximum octree depth. (If the value is zero then the minimum of 8 and log base 4 of the point count is used.)
 
float samples_per_node = 1.5f
 Numer of samples per node.
 
bool verbose = false
 Output logging information (directly printed to std::cout)
 

Detailed Description

Option struct for Poisson surface reconstruction.


The documentation for this struct was generated from the following file: