|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkXMLUniformGridAMRReader_h 
   32 #define vtkXMLUniformGridAMRReader_h 
   34 #include "vtkIOXMLModule.h"   
   58   vtkSetMacro(MaximumLevelsToReadByDefault, 
unsigned int);
 
   59   vtkGetMacro(MaximumLevelsToReadByDefault, 
unsigned int);
 
  111     const char* filePath, 
unsigned int& dataSetIndex) 
override;
 
  123   char* OutputDataType;
 
  124   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.