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);
128 char* OutputDataType;
129 vtkSetStringMacro(OutputDataType);
virtual const char * GetDataSetName()
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
Reader for multi-group datasets.
virtual vtkDataSet * ReadDataset(vtkXMLDataElement *xmlElem, const char *filePath)
virtual int ReadVTKFile(vtkXMLDataElement *eVTKFile)
abstract superclass for composite (multi-block or AMR) datasets
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 ...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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()
virtual int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.