MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::EdgePathsBuilderT< MetricToPenalty >::ReachedVert Struct Reference

information about just reached vertex (with final metric value) More...

#include <MREdgePathsBuilder.h>

Public Attributes

VertId v
 
EdgeId backward
 edge from this vertex to its predecessor in the forest (if this vertex is not start)
 
float penalty = FLT_MAX
 
float metric = FLT_MAX
 summed metric to reach this vertex
 

Detailed Description

template<class MetricToPenalty>
struct MR::EdgePathsBuilderT< MetricToPenalty >::ReachedVert

information about just reached vertex (with final metric value)


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