25 #ifndef __vtkPDataSetReader_h
26 #define __vtkPDataSetReader_h
41 vtkSetStringMacro(FileName);
42 vtkGetStringMacro(FileName);
48 vtkGetMacro(DataType,
int);
52 int CanReadFile(
const char* filename);
61 void ReadPVTKFileInformation(ifstream *fp,
65 void ReadVTKFileInformation(ifstream *fp,
86 void CoverExtent(
int ext[6],
int *pieceMask);
89 void SetNumberOfPieces(
int num);
92 ifstream *OpenFile(
const char *);
94 int ReadXML(ifstream *file,
char **block,
char **param,
char **
value);
95 void SkipFieldData(ifstream *file);
abstract class to specify dataset behavior
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Manages reading pieces of a data set.
static vtkDataSetAlgorithm * New()