|
MeVisLab Toolbox Reference
|
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) |
| WEMNode * | ml::WEMShortestPath::_extractMin (WEMNodeVector &R, double *&distances) |
| WEMNode * | ml::WEMShortestPath::_extractMax (double *&distances, WEMPatch *wemPatch) |
| void | ml::WEMShortestPath::_addToBorder (WEMNodeVector &R, WEMNode *node, double *distances, WEMNode **previousNodes) |
| #define WEM_SHORTESTPATH_TRAVERSED_BIT 15 |
Shortest path traversed bit.
Definition at line 22 of file WEMShortestPath.h.