Go to the documentation of this file.
34 #ifndef vtkXMLUniformGridAMRReader_h
35 #define vtkXMLUniformGridAMRReader_h
37 #include "vtkIOXMLModule.h"
62 vtkSetMacro(MaximumLevelsToReadByDefault,
unsigned int);
63 vtkGetMacro(MaximumLevelsToReadByDefault,
unsigned int);
116 unsigned int &dataSetIndex)
override;
128 char* OutputDataType;
129 vtkSetStringMacro(OutputDataType);
virtual vtkDataSet * ReadDataset(vtkXMLDataElement *xmlElem, const char *filePath)
virtual int CanReadFileWithDataType(const char *dsname)
This method is used by CanReadFile() to check if the reader can read an XML with the primary element ...
virtual int ReadVTKFile(vtkXMLDataElement *eVTKFile)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual int RequestDataObject(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector))
abstract superclass for composite (multi-block or AMR) datasets
Reader for multi-group datasets.
virtual void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)=0
a simple class to control print indentation
Represents an XML element and those nested inside.
const char * GetDataSetName() override
hierarchical dataset of vtkUniformGrids
abstract class to specify dataset behavior
static vtkAlgorithm * New()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.