20#ifndef vtkXGMLReader_h 
   21#define vtkXGMLReader_h 
   23#include "vtkIOInfovisModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Superclass for algorithms that produce undirected graph as output.
 
~vtkXGMLReader() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkSetFilePathMacro(FileName)
The XGML file name.
 
static vtkXGMLReader * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkGetFilePathMacro(FileName)
The XGML file name.