MeshLib
 
Loading...
Searching...
No Matches
MR::FaceDistancesSettings Struct Reference

#include <MRFaceDistance.h>

Public Types

enum class  OutputFaceValues { Distances , SeqOrder }
 

Public Attributes

OutputFaceValues out = OutputFaceValues::Distances
 
float * maxDist = nullptr
 optional output of the maximal distance to the most distant face
 
ProgressCallback progress
 for progress reporting and cancellation
 

Member Enumeration Documentation

◆ OutputFaceValues

Enumerator
Distances 

each face will get its distance from start in the result

SeqOrder 

each face will get its sequential order (1,2,...) from start in the result

Member Data Documentation

◆ maxDist

float* MR::FaceDistancesSettings::maxDist = nullptr

optional output of the maximal distance to the most distant face

◆ out

OutputFaceValues MR::FaceDistancesSettings::out = OutputFaceValues::Distances

◆ progress

ProgressCallback MR::FaceDistancesSettings::progress

for progress reporting and cancellation


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