23 #ifndef vtkXMLUniformGridAMRReader_h
24 #define vtkXMLUniformGridAMRReader_h
26 #include "vtkIOXMLModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
51 vtkSetMacro(MaximumLevelsToReadByDefault,
unsigned int);
52 vtkGetMacro(MaximumLevelsToReadByDefault,
unsigned int);
104 const char* filePath,
unsigned int& dataSetIndex)
override;
116 void SynchronizeDataArraySelectionRecursively(
119 char* OutputDataType;
120 vtkSetStringMacro(OutputDataType);
123 VTK_ABI_NAMESPACE_END
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
Reader for multi-group datasets.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the primary element from the file.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual vtkDataSet * ReadDataset(vtkXMLDataElement *xmlElem, const char *filePath)
virtual int ReadVTKFile(vtkXMLDataElement *eVTKFile)
Read the top-level element from the file.
abstract superclass for composite (multi-block or AMR) datasets
const char * GetDataSetName() override
Get the name of the data set being read.
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.