 |
VTK
9.0.1
|
Go to the documentation of this file.
56 #ifndef vtkDIMACSGraphReader_h
57 #define vtkDIMACSGraphReader_h
60 #include "vtkIOInfovisModule.h"
75 vtkGetStringMacro(FileName);
76 vtkSetStringMacro(FileName);
83 vtkGetStringMacro(VertexAttributeArrayName);
84 vtkSetStringMacro(VertexAttributeArrayName);
91 vtkGetStringMacro(EdgeAttributeArrayName);
92 vtkSetStringMacro(EdgeAttributeArrayName);
119 char* VertexAttributeArrayName;
120 char* EdgeAttributeArrayName;
130 #endif // vtkDIMACSGraphReader_h
Superclass for algorithms that produce only graph as output.
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
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkDIMACSGraphReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Wrapper around std::string to keep symbols short.
Base class for graph data types.
int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Creates directed or undirected output based on Directed flag.