Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_graph_indexes.H File Reference

Graph node and arc indexing. More...

#include <tpl_dynSetTree.H>
#include <tpl_graph.H>
Include dependency graph for tpl_graph_indexes.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Aleph::Dft_Node_Cmp< GT >
 Default node comparison class for Nodes_Index. More...
 
struct  Aleph::Dft_Arc_Cmp< GT >
 Default arc comparison class for Arcs_Index. More...
 
class  Aleph::Nodes_Index< GT, Compare, Tree, SN >
 Builds a node index for fast lookup and retrieval. More...
 
class  Aleph::Arcs_Index< GT, Compare, Tree, SA >
 Builds an arc index for fast lookup by source/target nodes. More...
 

Namespaces

namespace  Aleph
 Main namespace for Aleph-w library functions.
 

Detailed Description

Graph node and arc indexing.

Author
Leandro Rabindranath León

Definition in file tpl_graph_indexes.H.