33 typedef struct Agraph_t graph_t;
83 virtual bool setProperty(
const std::string & propertyName,
113 virtual void setFilename(
const std::string & filename );
132 virtual void setGraph( graph_t * graph );
146 virtual void renderGraph(
const std::string & filename,
const std::string & layoutAlgorithm ) = 0;