This is the complete list of members for ogdf::GraphIO, including all inherited members.
| AttrReaderFunc typedef | ogdf::GraphIO | |
| AttrWriterFunc typedef | ogdf::GraphIO | |
| ClusterAttrReaderFunc typedef | ogdf::GraphIO | |
| ClusterAttrWriterFunc typedef | ogdf::GraphIO | |
| ClusterReaderFunc typedef | ogdf::GraphIO | |
| ClusterWriterFunc typedef | ogdf::GraphIO | |
| drawSVG(const GraphAttributes &A, std::ostream &os, const SVGSettings &settings) | ogdf::GraphIO | static |
| drawSVG(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | inlinestatic |
| drawSVG(const GraphAttributes &A, const string &filename, const SVGSettings &settings=svgSettings) | ogdf::GraphIO | inlinestatic |
| drawSVG(const ClusterGraphAttributes &A, std::ostream &os, const SVGSettings &settings) | ogdf::GraphIO | static |
| drawSVG(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | inlinestatic |
| drawSVG(const ClusterGraphAttributes &A, const string &filename, const SVGSettings &settings=svgSettings) | ogdf::GraphIO | inlinestatic |
| drawTikz(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| drawTikz(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| FILE_TYPE_MAP | ogdf::GraphIO | static |
| FILE_TYPES | ogdf::GraphIO | static |
| getEdgeWeightAttribute(GraphAttributes &attr, edge e) | ogdf::GraphIO | inlinestatic |
| getEdgeWeightAttribute(GraphAttributes &attr, edge e) | ogdf::GraphIO | inlinestatic |
| getEdgeWeightFlag() | ogdf::GraphIO | inlinestatic |
| getEdgeWeightFlag() | ogdf::GraphIO | inlinestatic |
| getFileType(const string &filename) | ogdf::GraphIO | static |
| getFileTypeMap() | ogdf::GraphIO | static |
| indent(std::ostream &os, int depth) | ogdf::GraphIO | static |
| indentChar() | ogdf::GraphIO | inlinestatic |
| indentWidth() | ogdf::GraphIO | inlinestatic |
| logger | ogdf::GraphIO | static |
| read(Graph &G, const string &filename, ReaderFunc reader=nullptr) | ogdf::GraphIO | static |
| read(GraphAttributes &GA, Graph &G, const string &filename, AttrReaderFunc reader=nullptr) | ogdf::GraphIO | static |
| read(ClusterGraph &CG, Graph &G, const string &filename, ClusterReaderFunc reader=nullptr) | ogdf::GraphIO | static |
| read(ClusterGraphAttributes &GA, ClusterGraph &CG, Graph &G, const string &filename, ClusterAttrReaderFunc reader=nullptr) | ogdf::GraphIO | static |
| read(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| read(GraphAttributes &GA, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| read(ClusterGraph &CG, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| read(ClusterGraphAttributes &GA, ClusterGraph &CG, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readBENCH(Graph &G, List< node > &hypernodes, List< edge > *shell, std::istream &is) | ogdf::GraphIO | static |
| readChaco(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readChallengeGraph(Graph &G, GridLayout &gl, std::istream &is) | ogdf::GraphIO | static |
| readDigraph6(Graph &G, std::istream &is, bool forceHeader=false) | ogdf::GraphIO | static |
| readDL(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readDL(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readDMF(GraphAttributes &attr, Graph &graph, node &source, node &sink, std::istream &is) | ogdf::GraphIO | static |
| readDMF(GraphAttributes &attr, Graph &graph, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readDMF(Graph &graph, EdgeArray< T > &weights, node &source, node &sink, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readDMF(Graph &graph, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readDOT(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readDOT(ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readDOT(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readDOT(ClusterGraphAttributes &A, ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readEdgeListSubgraph(Graph &G, List< edge > &delEdges, std::istream &is) | ogdf::GraphIO | static |
| ReaderFunc typedef | ogdf::GraphIO | |
| readGDF(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGDF(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGEXF(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGEXF(ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGEXF(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGEXF(ClusterGraphAttributes &A, ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGML(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGML(ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGML(ClusterGraphAttributes &A, ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGML(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGraph6(Graph &G, std::istream &is, bool forceHeader=false) | ogdf::GraphIO | static |
| readGraphML(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGraphML(ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGraphML(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readGraphML(ClusterGraphAttributes &A, ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readLEDA(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readMatrixMarket(Graph &G, std::istream &inStream) | ogdf::GraphIO | static |
| readPLA(Graph &G, List< node > &hypernodes, List< edge > *shell, std::istream &is) | ogdf::GraphIO | static |
| readPMDissGraph(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readRome(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readRudy(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readRudy(Graph &G, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readSparse6(Graph &G, std::istream &is, bool forceHeader=false) | ogdf::GraphIO | static |
| readSTP(GraphAttributes &attr, Graph &G, List< node > &terminals, NodeArray< bool > &isTerminal, std::istream &is) | ogdf::GraphIO | static |
| readSTP(GraphAttributes &attr, Graph &G, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readSTP(Graph &G, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readSTP(EdgeWeightedGraph< T > &wG, List< node > &terminals, NodeArray< bool > &isTerminal, std::istream &is) | ogdf::GraphIO | inlinestatic |
| readTLP(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readTLP(ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readTLP(GraphAttributes &A, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readTLP(ClusterGraphAttributes &A, ClusterGraph &C, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readTsplibXml(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readTsplibXml(GraphAttributes &GA, Graph &G, std::istream &is) | ogdf::GraphIO | static |
| readYGraph(Graph &G, std::istream &is) | ogdf::GraphIO | static |
| s_indentChar | ogdf::GraphIO | privatestatic |
| s_indentWidth | ogdf::GraphIO | privatestatic |
| setColorValue(int value, std::function< void(uint8_t)> setFunction) | ogdf::GraphIO | inlinestatic |
| setIndentChar(char c) | ogdf::GraphIO | inlinestatic |
| setIndentWidth(int w) | ogdf::GraphIO | inlinestatic |
| svgSettings | ogdf::GraphIO | static |
| write(const Graph &G, const string &filename, WriterFunc writer=nullptr) | ogdf::GraphIO | static |
| write(const GraphAttributes &GA, const string &filename, AttrWriterFunc writer=nullptr) | ogdf::GraphIO | static |
| write(const ClusterGraph &CG, const string &filename, ClusterWriterFunc writer=nullptr) | ogdf::GraphIO | static |
| write(const ClusterGraphAttributes &GA, const string &filename, ClusterAttrWriterFunc writer=nullptr) | ogdf::GraphIO | static |
| writeChaco(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeChallengeGraph(const Graph &G, const GridLayout &gl, std::ostream &os) | ogdf::GraphIO | static |
| writeDigraph6(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeDL(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeDL(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeDMF(const GraphAttributes &attr, const node source, const node sink, std::ostream &os) | ogdf::GraphIO | static |
| writeDMF(const Graph &graph, const EdgeArray< T > &weights, const node source, const node sink, std::ostream &os) | ogdf::GraphIO | inlinestatic |
| writeDOT(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeDOT(const ClusterGraph &C, std::ostream &os) | ogdf::GraphIO | static |
| writeDOT(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeDOT(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeEdgeListSubgraph(const Graph &G, const List< edge > &delEdges, std::ostream &os) | ogdf::GraphIO | static |
| writeGDF(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeGDF(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGEXF(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeGEXF(const ClusterGraph &C, std::ostream &os) | ogdf::GraphIO | static |
| writeGEXF(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGEXF(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGML(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeGML(const ClusterGraph &C, std::ostream &os) | ogdf::GraphIO | static |
| writeGML(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGML(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGraph6(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeGraphML(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeGraphML(const ClusterGraph &C, std::ostream &os) | ogdf::GraphIO | static |
| writeGraphML(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeGraphML(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeLEDA(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writePMDissGraph(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| WriterFunc typedef | ogdf::GraphIO | |
| writeRome(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeRudy(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeSparse6(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeSTP(const GraphAttributes &attr, const List< node > &terminals, std::ostream &os, const string &comments="") | ogdf::GraphIO | static |
| writeSTP(const EdgeWeightedGraph< T > &wG, const List< node > &terminals, std::ostream &os, const string &comments="") | ogdf::GraphIO | inlinestatic |
| writeTLP(const Graph &G, std::ostream &os) | ogdf::GraphIO | static |
| writeTLP(const ClusterGraph &C, std::ostream &os) | ogdf::GraphIO | static |
| writeTLP(const GraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |
| writeTLP(const ClusterGraphAttributes &A, std::ostream &os) | ogdf::GraphIO | static |