25#ifndef vtkXMLPartitionedDataSetCollectionWriter_h
26#define vtkXMLPartitionedDataSetCollectionWriter_h
28#include "vtkIOParallelXMLModule.h"
74 const std::vector<std::vector<std::string>>& allFilenames);
a simple class to control print indentation
Composite dataset that groups datasets as a collection.
writer for vtkPartitionedDataSetCollection.
~vtkXMLPartitionedDataSetCollectionWriter() override
vtkXMLPartitionedDataSetCollectionWriter()
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
static vtkXMLPartitionedDataSetCollectionWriter * New()
int GetDataSetMajorVersion() 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.
void SetInputData(vtkPartitionedDataSetCollection *pd)
Primarily for backwards compatibility.
base class for new-style XML Writers