Go to the source code of this file.
Classes | |
class | CDistanceApproach |
Macros | |
#define | __int64 int64_t |
Functions | |
template<class T > | |
double | GetShortestDistanceBetween (const CRichModel &model, int source, int end) |
template<class T > | |
pair< double, vector< EdgePoint > > | GetShortestPathBetween (const CRichModel &model, int source, int end) |
#define __int64 int64_t |
Definition at line 4 of file DistanceApproach.h.
double GetShortestDistanceBetween | ( | const CRichModel & | model, |
int | source, | ||
int | end | ||
) |
Definition at line 67 of file DistanceApproach.h.
pair<double, vector<EdgePoint> > GetShortestPathBetween | ( | const CRichModel & | model, |
int | source, | ||
int | end | ||
) |
Definition at line 54 of file DistanceApproach.h.