56 #ifndef vtkDIMACSGraphReader_h 57 #define vtkDIMACSGraphReader_h 59 #include "vtkIOInfovisModule.h" 77 vtkSetStringMacro(FileName);
85 vtkSetStringMacro(VertexAttributeArrayName);
93 vtkSetStringMacro(EdgeAttributeArrayName);
103 vtkInformationVector *) VTK_OVERRIDE;
105 int buildGenericGraph(
vtkGraph * output,
109 int buildColoringGraph(
vtkGraph * output);
110 int buildMaxflowGraph(
vtkGraph * output);
115 int RequestDataObject(vtkInformation*,
116 vtkInformationVector** inputVector,
117 vtkInformationVector* outputVector) VTK_OVERRIDE;
119 int ReadGraphMetaData();
126 char * VertexAttributeArrayName;
127 char * EdgeAttributeArrayName;
137 #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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
reads vtkGraph data from a DIMACS formatted file