23 #ifndef vtkPDataSetWriter_h 24 #define vtkPDataSetWriter_h 26 #include "vtkIOParallelModule.h" 47 int Write() VTK_OVERRIDE;
53 void SetNumberOfPieces(
int num);
54 vtkGetMacro(NumberOfPieces,
int);
63 vtkGetMacro(GhostLevel,
int);
74 vtkGetMacro(StartPiece,
int);
76 vtkGetMacro(EndPiece,
int);
84 vtkSetStringMacro(FilePattern);
96 vtkGetMacro(UseRelativeFileNames,
int);
115 int WriteUnstructuredMetaData(
vtkDataSet *input,
116 char *root,
char *str, ostream *fptr);
118 char *root,
char *str, ostream *fptr);
120 char *root,
char *str, ostream *fptr);
122 char *root,
char *str, ostream *fptr);
129 int UseRelativeFileNames;
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
static vtkDataSetWriter * New()
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.
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.