Go to the documentation of this file.
23 #ifndef vtkAMRFlashReader_h
24 #define vtkAMRFlashReader_h
26 #include "vtkIOAMRModule.h"
88 const int vtkNotUsed(blockIdx),
vtkUniformGrid *vtkNotUsed(block),
const char *vtkNotUsed(
field))
override {;}
virtual int GetNumberOfLevels()=0
Returns the total number of levels.
virtual void SetUpDataArraySelections()=0
Initializes the PointDataArraySelection & CellDataArraySelection.
virtual int FillMetaData()=0
Loads all the AMR metadata & constructs the LevelIdxPair12InternalIdx datastructure which maps (level...
static vtkOverlappingAMRAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetAMRGridPointData(const int vtkNotUsed(blockIdx), vtkUniformGrid *vtkNotUsed(block), const char *vtkNotUsed(field)) override
See vtkAMRBaseReader::GetAMRGridData.
virtual void GetAMRGridData(const int blockIdx, vtkUniformGrid *block, const char *field)=0
Loads the block data.
a simple class to control print indentation
virtual int GetNumberOfBlocks()=0
Returns the total number of blocks.
virtual int GetBlockLevel(const int blockIdx)=0
Returns the block level for the given block.
virtual vtkUniformGrid * GetAMRGrid(const int blockIdx)=0
Loads the block according to the index w.r.t.
hierarchical dataset of vtkUniformGrids
virtual void SetFileName(const char *fileName)=0
virtual void ReadMetaData()=0
Reads all the metadata from the file.