Go to the documentation of this file.
25 #ifndef vtkPDataSetReader_h
26 #define vtkPDataSetReader_h
int StructuredGridExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int ImageDataExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Manages reading pieces of a data set.
#define vtkTypeMacro(thisClass, superclass)
int UnstructuredGridExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void ReadVTKFileInformation(ifstream *fp, 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 *)
GLsizei const GLfloat * value
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkDataSet * CheckOutput()
vtkGetStringMacro(ExtensionsString)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void ReadPVTKFileInformation(ifstream *fp, vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int CanReadFile(const char *filename)
int PolyDataExecute(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetNumberOfPieces(int num)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int ReadXML(ifstream *file, char **block, char **param, char **value)
void SkipFieldData(ifstream *file)
static vtkPDataSetReader * New()
#define VTKIOPARALLEL_EXPORT