Go to the documentation of this file.
26 #ifndef vtkPDataSetReader_h
27 #define vtkPDataSetReader_h
29 #include "vtkIOParallelModule.h"
45 vtkSetStringMacro(FileName);
46 vtkGetStringMacro(FileName);
54 vtkGetMacro(DataType,
int);
int StructuredGridExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int ImageDataExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Manages reading pieces of a data set.
~vtkPDataSetReader() override
int UnstructuredGridExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void ReadVTKFileInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void CoverExtent(int ext[6], int *pieceMask)
Superclass for algorithms that produce output of the same type as input.
ifstream * OpenFile(const char *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest to when a request asks the algorithm to create empty output data...
a simple class to control print indentation
vtkDataSet * CheckOutput()
void ReadPVTKFileInformation(ifstream *fp, vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
int CanReadFile(const char *filename)
Called to determine if the file can be read by the reader.
int PolyDataExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetNumberOfPieces(int num)
int ReadXML(ifstream *file, char **block, char **param, char **value)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
static vtkPDataSetReader * New()