25 #ifndef vtkAMRDataSetCache_h 26 #define vtkAMRDataSetCache_h 28 #include "vtkIOAMRModule.h" 51 void InsertAMRBlockPointData(
58 void InsertAMRBlockCellData(
67 int compositeIdx,
const char *dataName );
75 int compositeIdx,
const char *dataName );
87 bool HasAMRBlockCellData(
int compositeIdx,
const char *
name);
93 bool HasAMRBlockPointData(
int compositeIdx,
const char *
name);
98 bool HasAMRBlock(
const int compositeIdx );
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
std::map< int, vtkUniformGrid * > AMRCacheType
A concrete implementation of vtkObject that provides functionality for caching AMR blocks...
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...