MeshLib C# Docs
Loading...
Searching...
No Matches
MREdgePathsBuilder.cs File Reference

Classes

class  MR
class  MR.Const_VertPathInfo
 information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the const half of the class. More...
class  MR.VertPathInfo
 information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the non-const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty
 the class is responsible for finding smallest metric edge paths on a mesh Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>. This is the const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.Const_ReachedVert
 information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>ReachedVert. This is the const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert
 information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>ReachedVert. This is the non-const half of the class. More...
class  MR.EdgePathsBuilderT_MRTrivialMetricToPenalty
 the class is responsible for finding smallest metric edge paths on a mesh Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>. This is the non-const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRMetricToAStarPenalty
 the class is responsible for finding smallest metric edge paths on a mesh Generated from class MR::EdgePathsBuilderT<MR.MetricToAStarPenalty>. Derived classes: Direct: (non-virtual) MR.EdgePathsAStarBuilder This is the const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRMetricToAStarPenalty.Const_ReachedVert
 information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.MetricToAStarPenalty>ReachedVert. This is the const half of the class. More...
class  MR.Const_EdgePathsBuilderT_MRMetricToAStarPenalty.ReachedVert
 information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.MetricToAStarPenalty>ReachedVert. This is the non-const half of the class. More...
class  MR.EdgePathsBuilderT_MRMetricToAStarPenalty
 the class is responsible for finding smallest metric edge paths on a mesh Generated from class MR::EdgePathsBuilderT<MR.MetricToAStarPenalty>. Derived classes: Direct: (non-virtual) MR.EdgePathsAStarBuilder This is the non-const half of the class. More...
class  MR.Const_TrivialMetricToPenalty
 the vertices in the queue are ordered by their metric from a start location Generated from class MR.TrivialMetricToPenalty. This is the const half of the class. More...
class  MR.TrivialMetricToPenalty
 the vertices in the queue are ordered by their metric from a start location Generated from class MR.TrivialMetricToPenalty. This is the non-const half of the class. More...
class  MR.Const_MetricToAStarPenalty
 the vertices in the queue are ordered by the sum of their metric from a start location and the lower bound of a path till target point (A* heuristic) Generated from class MR.MetricToAStarPenalty. This is the const half of the class. More...
class  MR.MetricToAStarPenalty
 the vertices in the queue are ordered by the sum of their metric from a start location and the lower bound of a path till target point (A* heuristic) Generated from class MR.MetricToAStarPenalty. This is the non-const half of the class. More...
class  MR.Const_EdgePathsAStarBuilder
 the class is responsible for finding shortest edge paths on a mesh in Euclidean metric using A* heuristics Generated from class MR.EdgePathsAStarBuilder. Base classes: Direct: (non-virtual) MR::EdgePathsBuilderT<MR.MetricToAStarPenalty> This is the const half of the class. More...
class  MR.EdgePathsAStarBuilder
 the class is responsible for finding shortest edge paths on a mesh in Euclidean metric using A* heuristics Generated from class MR.EdgePathsAStarBuilder. Base classes: Direct: (non-virtual) MR::EdgePathsBuilderT<MR.MetricToAStarPenalty> This is the non-const half of the class. More...