34 #ifndef GRAPH_GRAPH_GPARSER_SHFJ_H 35 #define GRAPH_GRAPH_GPARSER_SHFJ_H 39 #include <soma-io/reader/areader.h> 44 :
public GraphParser,
public carto::AttributedReader
52 const HelperSet& helpers = HelperSet());
61 virtual std::string
name()
const;
84 void readVertex(
Graph& graph);
85 void readUEdge(
Graph& graph);
86 void readDEdge(
Graph& graph);
91 std::map<int,Vertex*> _serializer;
The base class for graphs.
virtual int read(Graph &graph)=0
std::map< std::string, Syntax > SyntaxSet
virtual carto::rc_ptr< carto::DataSource > dataSource()
virtual void attach(carto::rc_ptr< carto::DataSource > ds)
virtual std::string name() const
Vertices are created and managed by Graphs.