32#ifndef vtkDIMACSGraphWriter_h 
   33#define vtkDIMACSGraphWriter_h 
   36#include "vtkIOInfovisModule.h"  
   38VTK_ABI_NAMESPACE_BEGIN
 
write vtkGraph data to a DIMACS formatted file
 
vtkGraph * GetInput(int port)
Get the input to this writer.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
 
void WriteData() override
 
~vtkDIMACSGraphWriter() override=default
 
vtkGraph * GetInput()
Get the input to this writer.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
vtkDIMACSGraphWriter()=default
 
static vtkDIMACSGraphWriter * New()
 
helper class for objects that write VTK data files
 
Base class for graph data types.
 
a simple class to control print indentation