59#ifndef vtkDIMACSGraphReader_h
60#define vtkDIMACSGraphReader_h
63#include "vtkIOInfovisModule.h"
86 vtkGetStringMacro(VertexAttributeArrayName);
87 vtkSetStringMacro(VertexAttributeArrayName);
94 vtkGetStringMacro(EdgeAttributeArrayName);
95 vtkSetStringMacro(EdgeAttributeArrayName);
122 char* VertexAttributeArrayName;
123 char* EdgeAttributeArrayName;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkDIMACSGraphReader() override
vtkSetFilePathMacro(FileName)
The DIMACS file name.
int buildGenericGraph(vtkGraph *output, vtkStdString &defaultVertexAttrArrayName, vtkStdString &defaultEdgeAttrArrayName)
int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Creates directed or undirected output based on Directed flag.
vtkGetFilePathMacro(FileName)
The DIMACS file name.
int buildColoringGraph(vtkGraph *output)
static vtkDIMACSGraphReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int buildMaxflowGraph(vtkGraph *output)
Base class for graph data types.
a simple class to control print indentation
Wrapper around std::string to keep symbols short.