25 #ifndef __vtkPDataSetWriter_h
26 #define __vtkPDataSetWriter_h
46 void SetNumberOfPieces(
int num);
47 vtkGetMacro(NumberOfPieces,
int);
53 vtkSetMacro(GhostLevel,
int);
54 vtkGetMacro(GhostLevel,
int);
62 vtkSetMacro(StartPiece,
int);
63 vtkGetMacro(StartPiece,
int);
64 vtkSetMacro(EndPiece,
int);
65 vtkGetMacro(EndPiece,
int);
71 vtkSetStringMacro(FilePattern);
72 vtkGetStringMacro(FilePattern);
81 vtkSetMacro(UseRelativeFileNames,
int);
82 vtkGetMacro(UseRelativeFileNames,
int);
83 vtkBooleanMacro(UseRelativeFileNames,
int);
92 int WriteUnstructuredMetaData(
vtkDataSet *input,
93 char *root,
char *str, ostream *fptr);
95 char *root,
char *str, ostream *fptr);
97 char *root,
char *str, ostream *fptr);
99 char *root,
char *str, ostream *fptr);
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
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