44 #ifndef vtkDIMACSGraphReader_h
45 #define vtkDIMACSGraphReader_h
48 #include "vtkIOInfovisModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
64 vtkGetFilePathMacro(FileName);
65 vtkSetFilePathMacro(FileName);
72 vtkGetStringMacro(VertexAttributeArrayName);
73 vtkSetStringMacro(VertexAttributeArrayName);
80 vtkGetStringMacro(EdgeAttributeArrayName);
81 vtkSetStringMacro(EdgeAttributeArrayName);
93 int buildColoringGraph(
vtkGraph* output);
94 int buildMaxflowGraph(
vtkGraph* output);
102 int ReadGraphMetaData();
108 char* VertexAttributeArrayName;
109 char* EdgeAttributeArrayName;
119 VTK_ABI_NAMESPACE_END
120 #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
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
reads vtkGraph data from a DIMACS formatted file