Go to the documentation of this file.
56 #ifndef vtkDIMACSGraphReader_h
57 #define vtkDIMACSGraphReader_h
59 #include "vtkIOInfovisModule.h"
76 vtkGetStringMacro(FileName);
77 vtkSetStringMacro(FileName);
84 vtkGetStringMacro(VertexAttributeArrayName);
85 vtkSetStringMacro(VertexAttributeArrayName);
92 vtkGetStringMacro(EdgeAttributeArrayName);
93 vtkSetStringMacro(EdgeAttributeArrayName);
105 int buildGenericGraph(
vtkGraph * output,
109 int buildColoringGraph(
vtkGraph * output);
110 int buildMaxflowGraph(
vtkGraph * output);
119 int ReadGraphMetaData();
126 char * VertexAttributeArrayName;
127 char * EdgeAttributeArrayName;
137 #endif // vtkDIMACSGraphReader_h
Superclass for algorithms that produce only graph as output.
reads vtkGraph data from a DIMACS formatted file
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Wrapper around std::string to keep symbols short.
Base class for graph data types.
static vtkGraphAlgorithm * New()