Go to the documentation of this file.
62 #ifndef vtkDIMACSGraphReader_h
63 #define vtkDIMACSGraphReader_h
65 #include "vtkIOInfovisModule.h"
82 vtkGetStringMacro(FileName);
83 vtkSetStringMacro(FileName);
90 vtkGetStringMacro(VertexAttributeArrayName);
91 vtkSetStringMacro(VertexAttributeArrayName);
98 vtkGetStringMacro(EdgeAttributeArrayName);
99 vtkSetStringMacro(EdgeAttributeArrayName);
111 int buildGenericGraph(
vtkGraph * output,
115 int buildColoringGraph(
vtkGraph * output);
116 int buildMaxflowGraph(
vtkGraph * output);
125 int ReadGraphMetaData();
132 char * VertexAttributeArrayName;
133 char * EdgeAttributeArrayName;
143 #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()