MeVisLab Toolbox Reference
WEMShortestPath.h File Reference
#include "WEMTools/WEMToolsIncludes.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  ml::WEMShortestPath

Macros

#define WEM_SHORTESTPATH_TRAVERSED_BIT   15
 Shortest path traversed bit.

Typedefs

typedef std::vector< WEMNode * > ml::WEMShortestPath::WEMNodeVector
 Internal vector holds the temporary WEMNode front nodes.

Functions

MLWEM_EXPORT void ml::WEMShortestPath::shortestPath (WEMPatch *wemPatch, WEMNode *startNode, WEMNode *destNode, std::vector< unsigned int > &pathNodesEntryNumbers)
WEMNodeml::WEMShortestPath::_extractMin (WEMNodeVector &R, double *&distances)
WEMNodeml::WEMShortestPath::_extractMax (double *&distances, WEMPatch *wemPatch)
void ml::WEMShortestPath::_addToBorder (WEMNodeVector &R, WEMNode *node, double *distances, WEMNode **previousNodes)

Macro Definition Documentation

◆ WEM_SHORTESTPATH_TRAVERSED_BIT

#define WEM_SHORTESTPATH_TRAVERSED_BIT   15

Shortest path traversed bit.

Definition at line 22 of file WEMShortestPath.h.