Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance Struct Reference

Detailed Description

template<class TYPE_GRAPH, class MAPS_IMPLEMENTATION = mrpt::containers::map_traits_stdmap>
struct mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance

Auxiliary struct for topological distances from root node.

Definition at line 106 of file dijkstra.h.

#include <mrpt/graphs/dijkstra.h>

Public Member Functions

 TDistance ()
 
 TDistance (const double D)
 
const TDistanceoperator= (const double D)
 

Public Attributes

double dist
 

Constructor & Destructor Documentation

◆ TDistance() [1/2]

template<class TYPE_GRAPH , class MAPS_IMPLEMENTATION = mrpt::containers::map_traits_stdmap>
mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance::TDistance ( )
inline

Definition at line 109 of file dijkstra.h.

◆ TDistance() [2/2]

template<class TYPE_GRAPH , class MAPS_IMPLEMENTATION = mrpt::containers::map_traits_stdmap>
mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance::TDistance ( const double  D)
inline

Definition at line 110 of file dijkstra.h.

Member Function Documentation

◆ operator=()

template<class TYPE_GRAPH , class MAPS_IMPLEMENTATION = mrpt::containers::map_traits_stdmap>
const TDistance& mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance::operator= ( const double  D)
inline

Member Data Documentation

◆ dist

template<class TYPE_GRAPH , class MAPS_IMPLEMENTATION = mrpt::containers::map_traits_stdmap>
double mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance::dist



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST