|
MeshKit
1.0
|
Public Member Functions | |
| LVertex () | |
| size_t | getID () const |
| bool | operator> (const LVertex &rhs) const |
| bool | operator< (const LVertex &rhs) const |
Public Attributes | |
| double | distance |
| Vertex * | vertex |
| Vertex * | previous |
Definition at line 61 of file DijkstraShortestPath.hpp.
| LVertex | ( | ) | [inline] |
Definition at line 63 of file DijkstraShortestPath.hpp.
| size_t getID | ( | ) | const [inline] |
Definition at line 69 of file DijkstraShortestPath.hpp.
| bool operator< | ( | const LVertex & | rhs | ) | const [inline] |
Definition at line 77 of file DijkstraShortestPath.hpp.
| bool operator> | ( | const LVertex & | rhs | ) | const [inline] |
Definition at line 73 of file DijkstraShortestPath.hpp.
| double distance |
Definition at line 81 of file DijkstraShortestPath.hpp.
Definition at line 83 of file DijkstraShortestPath.hpp.
Definition at line 82 of file DijkstraShortestPath.hpp.