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,
87 void CoverExtent(
int ext[6],
int *pieceMask);
90 void SetNumberOfPieces(
int num);
93 ifstream *OpenFile(
const char *);
95 int ReadXML(ifstream *file,
char **block,
char **
param,
char **
value);
96 void SkipFieldData(ifstream *file);
#define VTKIOPARALLEL_EXPORT
abstract class to specify dataset behavior
GLsizei const GLfloat * value
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()