28 #ifndef vtkXMLPartitionedDataSetCollectionWriter_h
29 #define vtkXMLPartitionedDataSetCollectionWriter_h
31 #include "vtkIOParallelXMLModule.h"
77 const std::vector<std::vector<std::string>>& allFilenames);
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...
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
int GetDataSetMajorVersion() override
Methods to define the file's major and minor version numbers.
writer for vtkPartitionedDataSetCollection.
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int GetDataSetMinorVersion() override
Methods to define the file's major and minor version numbers.
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()
Composite dataset that groups datasets as a collection.