34 #ifndef vtkXMLUniformGridAMRReader_h
35 #define vtkXMLUniformGridAMRReader_h
37 #include "vtkIOXMLModule.h"
61 vtkSetMacro(MaximumLevelsToReadByDefault,
unsigned int);
62 vtkGetMacro(MaximumLevelsToReadByDefault,
unsigned int);
114 const char* filePath,
unsigned int& dataSetIndex)
override;
126 void SynchronizeDataArraySelectionRecursively(
129 char* OutputDataType;
130 vtkSetStringMacro(OutputDataType);
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
Reader for multi-group datasets.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual vtkDataSet * ReadDataset(vtkXMLDataElement *xmlElem, const char *filePath)
virtual int ReadVTKFile(vtkXMLDataElement *eVTKFile)
abstract superclass for composite (multi-block or AMR) datasets
const char * GetDataSetName() override
a simple class to control print indentation
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 RequestDataObject(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector))
hierarchical dataset of vtkUniformGrids
virtual void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)=0
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.