Go to the documentation of this file.
25 #ifndef vtkPDataSetWriter_h
26 #define vtkPDataSetWriter_h
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);
int WriteImageMetaData(vtkImageData *input, char *root, char *str, ostream *fptr)
#define vtkGetObjectMacro(name, type)
static vtkPDataSetWriter * New()
void SetNumberOfPieces(int num)
a dataset that is topologically regular with variable spacing in the three coordinate directions
virtual void SetController(vtkMultiProcessController *)
#define vtkTypeMacro(thisClass, superclass)
topologically regular array of data
GLenum GLenum GLenum input
Manages writing pieces of a data set.
std::map< int, std::vector< int > > ExtentsType
write any type of vtk dataset to file
Multiprocessing communication superclass.
int WriteUnstructuredMetaData(vtkDataSet *input, char *root, char *str, ostream *fptr)
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkSetStringMacro(name)
int WriteStructuredGridMetaData(vtkStructuredGrid *input, char *root, char *str, ostream *fptr)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void PrintSelf(ostream &os, vtkIndent indent)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int WriteRectilinearGridMetaData(vtkRectilinearGrid *input, char *root, char *str, ostream *fptr)
vtkMultiProcessController * Controller
#define VTKIOPARALLEL_EXPORT