Graph.h File Reference

This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source. More...

#include "../core/AbstractGraph.h"
#include "../Config.h"
#include <vector>

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
 

Detailed Description

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.