40#ifndef vtkXMLMultiBlockDataReader_h
41#define vtkXMLMultiBlockDataReader_h
43#include "vtkIOXMLModule.h"
46VTK_ABI_NAMESPACE_BEGIN
63 const char* filePath,
unsigned int& dataSetIndex)
override;
67 const char* filePath,
unsigned int& dataSetIndex);
77 const std::string& filePath,
unsigned int& dataSetIndex);
83 bool DistributePiecesInMultiPieces;
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
Reader for multi-group datasets.
Represents an XML element and those nested inside.
Reader for multi-block datasets.
void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) override
static vtkXMLMultiBlockDataReader * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkXMLMultiBlockDataReader()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *info) override
Fill the output port information objects for this algorithm.
~vtkXMLMultiBlockDataReader() override
virtual int FillMetaData(vtkCompositeDataSet *metadata, vtkXMLDataElement *element, const std::string &filePath, unsigned int &dataSetIndex)
const char * GetDataSetName() override
Get the name of the data set being read.
virtual void ReadVersion0(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)