26 #ifndef vtkPDataSetWriter_h
27 #define vtkPDataSetWriter_h
29 #include "vtkIOParallelModule.h"
56 void SetNumberOfPieces(
int num);
57 vtkGetMacro(NumberOfPieces,
int);
66 vtkGetMacro(GhostLevel,
int);
77 vtkGetMacro(StartPiece,
int);
79 vtkGetMacro(EndPiece,
int);
87 vtkSetStringMacro(FilePattern);
99 vtkGetMacro(UseRelativeFileNames,
int);
118 int WriteUnstructuredMetaData(
vtkDataSet *input,
119 char *root,
char *str, ostream *fptr);
121 char *root,
char *str, ostream *fptr);
123 char *root,
char *str, ostream *fptr);
125 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)
Methods invoked by print to print information about the object including superclasses.
std::map< int, std::vector< int > > ExtentsType
a simple class to control print indentation
topologically and geometrically regular array of data
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Manages writing pieces of a data set.
topologically regular array of data
virtual int Write()
Write data to output.
vtkMultiProcessController * Controller
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
write any type of vtk dataset to file
Multiprocessing communication superclass.