This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source. More...
Go to the source code of this file.
Classes | |
| class | te::graph::Graph | 
| This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::dt | |
| Namespace for the Data Type module of TerraLib.  | |
| te::graph | |
This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source.
All methods to access a graph element (vertex or edge) will use the GraphData instance, if not found the element, the class GraphCache will be consulted.
Definition in file Graph.h.