Go to the documentation of this file.
40 #ifndef vtkXGMLReader_h
41 #define vtkXGMLReader_h
43 #include "vtkIOInfovisModule.h"
57 vtkGetStringMacro(FileName);
58 vtkSetStringMacro(FileName);
77 #endif // vtkXGMLReader_h
a simple class to control print indentation
Reads XGML graph files. This reader is developed for a simple graph file format based loosely on the ...
static vtkXGMLReader * New()
~vtkXGMLReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce undirected graph as output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.