MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::WeightedShell::ParametersBase Struct Reference

#include <MRWeightedPointsShell.h>

+ Inheritance diagram for MR::WeightedShell::ParametersBase:

Public Attributes

float offset = 0
 build iso-surface of minimal distance to points corresponding to this value
 
float voxelSize = 0
 
float numLayers = 1.001f
 number of voxels to compute near the offset (should be left default unless used for debugging)
 
ProgressCallback progress
 Progress callback.
 

Member Data Documentation

◆ numLayers

float MR::WeightedShell::ParametersBase::numLayers = 1.001f

number of voxels to compute near the offset (should be left default unless used for debugging)

◆ offset

float MR::WeightedShell::ParametersBase::offset = 0

build iso-surface of minimal distance to points corresponding to this value

◆ progress

ProgressCallback MR::WeightedShell::ParametersBase::progress

Progress callback.

◆ voxelSize

float MR::WeightedShell::ParametersBase::voxelSize = 0

Size of voxel in grid conversions; The user is responsible for setting some positive value here


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