Public Member Functions | |
TransportPathfindResult (int resultId, bool isPathFound, const std::vector< TransportDirectedEdgeId > &pathDirectedEdgeIds, double firstEdgeParam, double lastEdgeParam, double distanceMeters, const std::vector< Eegeo::dv3 > &pathPoints, const std::vector< double > &pathPointParams) | |
int | GetResultId () const |
bool | IsPathFound () const |
const std::vector < TransportDirectedEdgeId > & | GetPathDirectedEdgeIds () const |
double | GetFirstEdgeParam () const |
double | GetLastEdgeParam () const |
double | GetDistanceMeters () const |
const std::vector< Eegeo::dv3 > | GetPathPoints () const |
const std::vector< double > | GetPathPointParams () const |