52#ifndef vtkTulipReader_h 
   53#define vtkTulipReader_h 
   55#include "vtkIOInfovisModule.h"  
   58VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
vtkSetFilePathMacro(FileName)
The Tulip file name.
 
vtkGetFilePathMacro(FileName)
The Tulip file name.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkTulipReader() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Set the outputs to vtkUndirectedGraph and vtkAnnotationLayers.
 
static vtkTulipReader * New()
 
Superclass for algorithms that produce undirected graph as output.