 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkReaderAlgorithm_h
32 #define vtkReaderAlgorithm_h
35 #include "vtkCommonExecutionModelModule.h"
81 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
88 virtual int ReadPoints(
89 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
96 virtual int ReadArrays(
97 int piece,
int npieces,
int nghosts,
int timestep,
vtkDataObject* output) = 0;
Superclass for readers that implement a simplified API.
Superclass for all sources, filters, and sinks in VTK.
virtual vtkDataObject * CreateOutput(vtkDataObject *currentOutput)
This can be overridden by a subclass to create an output that is determined by the file being read.
virtual int ReadTimeDependentMetaData(int, vtkInformation *)
Provide meta-data for the pipeline.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data