25 #ifndef vtkPDataSetReader_h
26 #define vtkPDataSetReader_h
42 vtkSetStringMacro(FileName);
43 vtkGetStringMacro(FileName);
49 vtkGetMacro(DataType,
int);
53 int CanReadFile(
const char* filename);
62 void ReadPVTKFileInformation(ifstream *fp,
66 void ReadVTKFileInformation(ifstream *fp,
91 void CoverExtent(
int ext[6],
int *pieceMask);
94 void SetNumberOfPieces(
int num);
97 ifstream *OpenFile(
const char *);
99 int ReadXML(ifstream *file,
char **block,
char **param,
char **
value);
100 void SkipFieldData(ifstream *file);
#define VTKIOPARALLEL_EXPORT
abstract class to specify dataset behavior
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(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()