40 #ifndef _vtkDIMACSGraphReader_h
41 #define _vtkDIMACSGraphReader_h
57 vtkGetStringMacro(FileName);
58 vtkSetStringMacro(FileName);
63 vtkGetStringMacro(VertexAttributeArrayName);
64 vtkSetStringMacro(VertexAttributeArrayName);
69 vtkGetStringMacro(EdgeAttributeArrayName);
70 vtkSetStringMacro(EdgeAttributeArrayName);
82 int buildGenericGraph(
vtkGraph * output,
86 int buildColoringGraph(
vtkGraph * output);
87 int buildMaxflowGraph(
vtkGraph * output);
96 int ReadGraphMetaData();
103 char * VertexAttributeArrayName;
104 char * EdgeAttributeArrayName;
114 #endif // _vtkDIMACSGraphReader_h
static vtkGraphAlgorithm * New()
Wrapper around vtkstd::string to keep symbols short.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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 RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
reads vtkGraph data from a DIMACS formatted file