25 #ifndef __vtkPDataSetWriter_h
26 #define __vtkPDataSetWriter_h
47 void SetNumberOfPieces(
int num);
48 vtkGetMacro(NumberOfPieces,
int);
54 vtkSetMacro(GhostLevel,
int);
55 vtkGetMacro(GhostLevel,
int);
63 vtkSetMacro(StartPiece,
int);
64 vtkGetMacro(StartPiece,
int);
65 vtkSetMacro(EndPiece,
int);
66 vtkGetMacro(EndPiece,
int);
72 vtkSetStringMacro(FilePattern);
73 vtkGetStringMacro(FilePattern);
82 vtkSetMacro(UseRelativeFileNames,
int);
83 vtkGetMacro(UseRelativeFileNames,
int);
84 vtkBooleanMacro(UseRelativeFileNames,
int);
94 char *root,
char *str, ostream *fptr);
96 char *root,
char *str, ostream *fptr);
98 char *root,
char *str, ostream *fptr);
100 char *root,
char *str, ostream *fptr);
#define VTKIOPARALLEL_EXPORT
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
GLenum GLenum GLenum input
abstract class to specify dataset behavior
static vtkDataSetWriter * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
topologically and geometrically regular array of data
Manages writing pieces of a data set.
topologically regular array of data
write any type of vtk dataset to file