61 #ifndef _vtkDIMACSGraphReader_h
62 #define _vtkDIMACSGraphReader_h
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
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
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)
#define vtkGetStringMacro(name)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
reads vtkGraph data from a DIMACS formatted file