Go to the documentation of this file.
32 #ifndef vtkXMLMultiBlockDataReader_h
33 #define vtkXMLMultiBlockDataReader_h
35 #include "vtkIOXMLModule.h"
55 unsigned int &dataSetIndex)
override;
60 unsigned int &dataSetIndex);
74 unsigned int& dataSetIndex);
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Reader for multi-block datasets.
~vtkXMLMultiBlockDataReader() override
static vtkXMLMultiBlockDataReader * New()
Composite dataset that organizes datasets into blocks.
abstract superclass for composite (multi-block or AMR) datasets
Reader for multi-group datasets.
virtual int FillMetaData(vtkCompositeDataSet *metadata, vtkXMLDataElement *element, const std::string &filePath, unsigned int &dataSetIndex)
virtual void ReadVersion0(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)
a simple class to control print indentation
Represents an XML element and those nested inside.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) override
const char * GetDataSetName() override
vtkXMLMultiBlockDataReader()
int FillOutputPortInformation(int, vtkInformation *info) override
Fill the output port information objects for this algorithm.