44#ifndef vtkDIMACSGraphReader_h 
   45#define vtkDIMACSGraphReader_h 
   48#include "vtkIOInfovisModule.h"  
   51VTK_ABI_NAMESPACE_BEGIN
 
   72  vtkGetStringMacro(VertexAttributeArrayName);
 
   73  vtkSetStringMacro(VertexAttributeArrayName);
 
   80  vtkGetStringMacro(EdgeAttributeArrayName);
 
   81  vtkSetStringMacro(EdgeAttributeArrayName);
 
  108  char* VertexAttributeArrayName;
 
  109  char* EdgeAttributeArrayName;
 
  113  std::string dimacsProblemStr;
 
reads vtkGraph data from a DIMACS formatted file
 
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)
 
Superclass for algorithms that produce only graph as output.
 
Base class for graph data types.
 
a simple class to control print indentation
 
Wrapper around std::string to keep symbols short.