![]() |
OR-Tools
8.2
|
This is the complete list of members for GraphExporter, including all inherited members.
| DOT_FORMAT enum value | GraphExporter | |
| GML_FORMAT enum value | GraphExporter | |
| GraphFormat enum name | GraphExporter | |
| MakeFileExporter(File *const file, GraphExporter::GraphFormat format) | GraphExporter | static |
| WriteFooter()=0 | GraphExporter | pure virtual |
| WriteHeader(const std::string &name)=0 | GraphExporter | pure virtual |
| WriteLink(const std::string &source, const std::string &destination, const std::string &label)=0 | GraphExporter | pure virtual |
| WriteNode(const std::string &name, const std::string &label, const std::string &shape, const std::string &color)=0 | GraphExporter | pure virtual |
| ~GraphExporter() | GraphExporter | virtual |