 |
VTK
9.1.0
|
Go to the documentation of this file.
25 #ifndef vtkXMLPartitionedDataSetCollectionWriter_h
26 #define vtkXMLPartitionedDataSetCollectionWriter_h
28 #include "vtkIOParallelXMLModule.h"
74 const std::vector<std::vector<std::string>>& allFilenames);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
writer for vtkPartitionedDataSetCollection.
int GetDataSetMinorVersion() override
Methods to define the file's major and minor version numbers.
base class for new-style XML Writers
static vtkXMLPartitionedDataSetCollectionWriter * New()
void SetInputData(vtkPartitionedDataSetCollection *pd)
Primarily for backwards compatibility.
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...
a simple class to control print indentation
int GetDataSetMajorVersion() override
Methods to define the file's major and minor version numbers.
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
~vtkXMLPartitionedDataSetCollectionWriter() override
vtkXMLPartitionedDataSetCollectionWriter()
Composite dataset that groups datasets as a collection.