29 #ifndef __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGY_H
30 #define __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGY_H
33 #include "../Config.h"
This class define the main functions necessary to save and load the graph data and metadata informati...
This class define the main functions necessary to save and load the graph data and metadata informati...
Abstract class used to define the main functions of graph struct. All graph implementations must used...
Class used to manager the graph data elements. This class uses a cache policy to control the elements...
This class implements the main functions necessary to save and load the graph data and metadata infor...
virtual void loadDataByEdgeId(int edgeId, te::graph::AbstractGraph *g, te::graph::GraphCache *gc=0)
Functio used to load a group of edges elements given a base element.
virtual ~SequenceLoaderStrategy()
Default destructor.
SequenceLoaderStrategy(te::graph::GraphMetadata *metadata)
Default constructor.
virtual void loadDataByVertexId(int vertexId, te::graph::AbstractGraph *g, te::graph::GraphCache *gc=0)
Functio used to load a group of vertex elements given a base element.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.