31 #ifndef vtkGraphReader_h
32 #define vtkGraphReader_h
34 #include "vtkIOLegacyModule.h"
72 vtkInformationVector *) VTK_OVERRIDE;
77 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
78 vtkInformationVector *) VTK_OVERRIDE;
81 virtual
int RequestDataObject(vtkInformation *, vtkInformationVector **,
82 vtkInformationVector *);
85 virtual
int ReadGraphType(GraphType &
type);
88 int FillOutputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Base class for graph data types.
static vtkDataReader * New()
helper superclass for objects that read vtk data files
a simple class to control print indentation