Go to the documentation of this file.
62 #ifndef vtkDIMACSGraphReader_h
63 #define vtkDIMACSGraphReader_h
65 #include "vtkIOInfovisModule.h"
83 vtkSetStringMacro(FileName);
91 vtkSetStringMacro(VertexAttributeArrayName);
99 vtkSetStringMacro(EdgeAttributeArrayName);
132 char * VertexAttributeArrayName;
133 char * EdgeAttributeArrayName;
143 #endif // vtkDIMACSGraphReader_h
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only graph as output.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Creates directed or undirected output based on Directed flag.
int buildMaxflowGraph(vtkGraph *output)
int buildColoringGraph(vtkGraph *output)
static vtkDIMACSGraphReader * New()
int buildGenericGraph(vtkGraph *output, vtkStdString &defaultVertexAttrArrayName, vtkStdString &defaultEdgeAttrArrayName)
reads vtkGraph data from a DIMACS formatted file
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Wrapper around std::string to keep symbols short.
Base class for graph data types.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.