MeshLib
 
Loading...
Searching...
No Matches
MROffsetParameters Struct Reference

#include <MROffset.h>

Public Attributes

float voxelSize
 
MRProgressCallback callBack
 Progress callback.
 
MRSignDetectionMode signDetectionMode
 determines the method to compute distance sign
 
bool memoryEfficient
 

Member Data Documentation

◆ callBack

MRProgressCallback MROffsetParameters::callBack

Progress callback.

◆ memoryEfficient

bool MROffsetParameters::memoryEfficient

use FunctionVolume for voxel grid representation:

  • memory consumption is approx. (z / (2 * thread_count)) lesser
  • computation is about 2-3 times slower used only by mrMcOffsetMesh and mrSharpOffsetMesh functions

◆ signDetectionMode

MRSignDetectionMode MROffsetParameters::signDetectionMode

determines the method to compute distance sign

◆ voxelSize

float MROffsetParameters::voxelSize

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: