59 #ifndef vtkDIMACSGraphReader_h
60 #define vtkDIMACSGraphReader_h
63 #include "vtkIOInfovisModule.h"
78 vtkGetFilePathMacro(FileName);
79 vtkSetFilePathMacro(FileName);
86 vtkGetStringMacro(VertexAttributeArrayName);
87 vtkSetStringMacro(VertexAttributeArrayName);
94 vtkGetStringMacro(EdgeAttributeArrayName);
95 vtkSetStringMacro(EdgeAttributeArrayName);
107 int buildColoringGraph(
vtkGraph* output);
108 int buildMaxflowGraph(
vtkGraph* output);
116 int ReadGraphMetaData();
122 char* VertexAttributeArrayName;
123 char* EdgeAttributeArrayName;
133 #endif // vtkDIMACSGraphReader_h
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
reads vtkGraph data from a DIMACS formatted file