Go to the documentation of this file.
61 #ifndef _vtkDIMACSGraphReader_h
62 #define _vtkDIMACSGraphReader_h
125 char * VertexAttributeArrayName;
126 char * EdgeAttributeArrayName;
136 #endif // _vtkDIMACSGraphReader_h
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only graph as output.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int buildMaxflowGraph(vtkGraph *output)
int buildColoringGraph(vtkGraph *output)
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkSetStringMacro(name)
vtkGetStringMacro(ExtensionsString)
#define VTKIOINFOVIS_EXPORT
Wrapper around std::string to keep symbols short.
Base class for graph data types.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)