|
Lagrange
|
Option struct for Poisson surface reconstruction. More...
#include <lagrange/poisson/AttributeEvaluator.h>
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) | |
Option struct for Poisson surface reconstruction.