19 #ifndef vtkReaderAlgorithm_h
20 #define vtkReaderAlgorithm_h
23 #include "vtkCommonExecutionModelModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
76 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
83 virtual int ReadPoints(
84 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
91 virtual int ReadArrays(
92 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
103 VTK_ABI_NAMESPACE_END
virtual vtkDataObject * CreateOutput(vtkDataObject *currentOutput)
This can be overridden by a subclass to create an output that is determined by the file being read...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
virtual int ReadTimeDependentMetaData(int, vtkInformation *)
Provide meta-data for the pipeline.
general representation of visualization data
Superclass for readers that implement a simplified API.