21#ifndef vtkXMLPartitionedDataSetReader_h
22#define vtkXMLPartitionedDataSetReader_h
24#include "vtkIOXMLModule.h"
27VTK_ABI_NAMESPACE_BEGIN
47 const char* filePath,
unsigned int& dataSetIndex)
override;
61 const std::string& filePath)
override;
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
vtkXMLCompositeDataReader()
Represents an XML element and those nested inside.
static vtkXMLPartitionedDataSetReader * New()
vtkXMLPartitionedDataSetReader()
void CreateMetaData(vtkXMLDataElement *ePrimary) override
Create the meta-data from the partitioned dataset collection from the file.
int FillOutputPortInformation(int, vtkInformation *info) override
Fill the output 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.
void SyncCompositeDataArraySelections(vtkCompositeDataSet *composite, vtkXMLDataElement *element, const std::string &filePath) override
Recursively synchronize the data array selection of the reader for the file specified in the XML elem...
~vtkXMLPartitionedDataSetReader() override
const char * GetDataSetName() override
Get the name of the data set being read.
void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) override