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

Geo path search settings. More...

#include <MRContoursCut.h>

Public Attributes

GeodesicPathApprox geodesicPathApprox { GeodesicPathApprox::DijkstraAStar }
 the algorithm to compute approximately geodesic path
 
int maxReduceIters { 100 }
 the maximum number of iterations to reduce approximate path length and convert it in geodesic path
 

Detailed Description

Geo path search settings.

Member Data Documentation

◆ geodesicPathApprox

GeodesicPathApprox MR::SearchPathSettings::geodesicPathApprox { GeodesicPathApprox::DijkstraAStar }

the algorithm to compute approximately geodesic path

◆ maxReduceIters

int MR::SearchPathSettings::maxReduceIters { 100 }

the maximum number of iterations to reduce approximate path length and convert it in geodesic path


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