All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Protected Attributes | Friends
AISNavigation::Dijkstra::AdjacencyMapEntry Struct Reference

#include <dijkstra.h>

List of all members.

Public Member Functions

 AdjacencyMapEntry (Graph::Vertex *_child=0, Graph::Vertex *_parent=0, Graph::Edge *_edge=0, double _distance=std::numeric_limits< double >::max())
 AdjacencyMapEntry (Graph::Vertex *_child=0, Graph::Vertex *_parent=0, Graph::Edge *_edge=0, double _distance=std::numeric_limits< double >::max())
Graph::Vertexchild () const
Graph::Vertexchild () const
Graph::VertexSetchildren ()
Graph::VertexSetchildren ()
double distance () const
double distance () const
Graph::Edgeedge () const
Graph::Edgeedge () const
Graph::Vertexparent () const
Graph::Vertexparent () const

Protected Attributes

Graph::Vertex_child
Graph::VertexSet _children
double _distance
Graph::Edge_edge
Graph::Vertex_parent

Friends

struct Dijkstra

Detailed Description

Definition at line 37 of file include/hogman_minimal/graph/dijkstra.h.


Constructor & Destructor Documentation

AISNavigation::Dijkstra::AdjacencyMapEntry::AdjacencyMapEntry ( Graph::Vertex _child = 0,
Graph::Vertex _parent = 0,
Graph::Edge _edge = 0,
double  _distance = std::numeric_limits<double>::max() 
)

Definition at line 26 of file dijkstra.cpp.

AISNavigation::Dijkstra::AdjacencyMapEntry::AdjacencyMapEntry ( Graph::Vertex _child = 0,
Graph::Vertex _parent = 0,
Graph::Edge _edge = 0,
double  _distance = std::numeric_limits< double >::max() 
)

Member Function Documentation

Definition at line 43 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 43 of file src/graph/dijkstra.h.

Definition at line 47 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 47 of file src/graph/dijkstra.h.

Definition at line 46 of file src/graph/dijkstra.h.

Definition at line 46 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 45 of file src/graph/dijkstra.h.

Definition at line 45 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 44 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 44 of file src/graph/dijkstra.h.


Friends And Related Function Documentation

Dijkstra [friend]

Definition at line 38 of file include/hogman_minimal/graph/dijkstra.h.


Member Data Documentation

Definition at line 49 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 53 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 52 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 51 of file include/hogman_minimal/graph/dijkstra.h.

Definition at line 50 of file include/hogman_minimal/graph/dijkstra.h.


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


hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Wed Dec 26 2012 15:36:50