MeshKit  1.0
DijkstraShortestPath::LVertex Struct Reference

List of all members.

Public Member Functions

 LVertex ()
size_t getID () const
bool operator> (const LVertex &rhs) const
bool operator< (const LVertex &rhs) const

Public Attributes

double distance
Vertexvertex
Vertexprevious

Detailed Description

Definition at line 61 of file DijkstraShortestPath.hpp.


Constructor & Destructor Documentation

LVertex ( ) [inline]

Definition at line 63 of file DijkstraShortestPath.hpp.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines