28 #ifndef vtkXMLPartitionedDataSetWriter_h
29 #define vtkXMLPartitionedDataSetWriter_h
31 #include "vtkIOParallelXMLModule.h"
composite dataset to encapsulates a dataset consisting of partitions.
int GetDataSetMajorVersion() override
Methods to define the file's major and minor version numbers.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)=0
Methods for various pipeline passes that can be overridden by subclasses to do the work for the reque...
int GetDataSetMinorVersion() override
Methods to define the file's major and minor version numbers.
a simple class to control print indentation
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
base class for new-style XML Writers
static vtkAlgorithm * New()
XML writer for vtkPartitionedDataSet.