61 #ifndef vtkDIMACSGraphReader_h
62 #define vtkDIMACSGraphReader_h
79 vtkGetStringMacro(FileName);
80 vtkSetStringMacro(FileName);
85 vtkGetStringMacro(VertexAttributeArrayName);
86 vtkSetStringMacro(VertexAttributeArrayName);
91 vtkGetStringMacro(EdgeAttributeArrayName);
92 vtkSetStringMacro(EdgeAttributeArrayName);
104 int buildGenericGraph(
vtkGraph * output,
108 int buildColoringGraph(
vtkGraph * output);
109 int buildMaxflowGraph(
vtkGraph * output);
118 int ReadGraphMetaData();
125 char * VertexAttributeArrayName;
126 char * EdgeAttributeArrayName;
136 #endif // vtkDIMACSGraphReader_h
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
#define VTKIOINFOVIS_EXPORT
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
reads vtkGraph data from a DIMACS formatted file