 |
VTK
9.1.0
|
Go to the documentation of this file.
25 #ifndef vtkXMLPartitionedDataSetWriter_h
26 #define vtkXMLPartitionedDataSetWriter_h
28 #include "vtkIOParallelXMLModule.h"
composite dataset to encapsulates a dataset consisting of partitions.
base class for new-style XML Writers
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
vtkXMLPartitionedDataSetWriter()
int GetDataSetMajorVersion() override
Methods to define the file's major and minor version numbers.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int GetDataSetMinorVersion() override
Methods to define the file's major and minor version numbers.
a simple class to control print indentation
static vtkXMLPartitionedDataSetWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(vtkPartitionedDataSet *pd)
Primarily for backwards compatibility.
~vtkXMLPartitionedDataSetWriter() override
XML writer for vtkPartitionedDataSet.