25 #ifndef vtkPDataSetWriter_h
26 #define vtkPDataSetWriter_h
51 void SetNumberOfPieces(
int num);
52 vtkGetMacro(NumberOfPieces,
int);
58 vtkSetMacro(GhostLevel,
int);
59 vtkGetMacro(GhostLevel,
int);
67 vtkSetMacro(StartPiece,
int);
68 vtkGetMacro(StartPiece,
int);
69 vtkSetMacro(EndPiece,
int);
70 vtkGetMacro(EndPiece,
int);
76 vtkSetStringMacro(FilePattern);
77 vtkGetStringMacro(FilePattern);
86 vtkSetMacro(UseRelativeFileNames,
int);
87 vtkGetMacro(UseRelativeFileNames,
int);
88 vtkBooleanMacro(UseRelativeFileNames,
int);
105 int WriteUnstructuredMetaData(
vtkDataSet *input,
106 char *root,
char *str, ostream *fptr);
108 char *root,
char *str, ostream *fptr);
110 char *root,
char *str, ostream *fptr);
112 char *root,
char *str, ostream *fptr);
#define VTKIOPARALLEL_EXPORT
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)
std::map< int, std::vector< int > > ExtentsType
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
vtkMultiProcessController * Controller
write any type of vtk dataset to file
Multiprocessing communication superclass.