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