Loading...
Searching...
No Matches
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

namespace  te
 TerraLib.
 
namespace  te::dt
 Namespace for the Data Type module of TerraLib.
 
namespace  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.