AbstractGraph.h File Reference

Abstract class used to define the main functions of graph struct. All graph implementations must used this class. More...

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

Go to the source code of this file.

Classes

class  te::graph::AbstractGraph
 Abstract class used to define the main functions of graph struct. All graph implementations must used this class. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::graph
 

Detailed Description

Abstract class used to define the main functions of graph struct. All graph implementations must used this class.

Definition in file AbstractGraph.h.