container of vtkUniformGrid for an AMR data set
More...
#include <vtkAMRDataInternals.h>
Inherits vtkObject.
container of vtkUniformGrid for an AMR data set
vtkAMRDataInternals stores a list of non-empty blocks of an AMR data set
- See Also
- vtkOverlappingAMR, vtkAMRBox
Definition at line 34 of file vtkAMRDataInternals.h.
| vtkAMRDataInternals::vtkAMRDataInternals |
( |
| ) |
|
|
protected |
| vtkAMRDataInternals::~vtkAMRDataInternals |
( |
| ) |
|
|
protected |
| static int vtkAMRDataInternals::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
| virtual int vtkAMRDataInternals::IsA |
( |
const char * |
type | ) |
|
|
virtual |
| virtual vtkObjectBase* vtkAMRDataInternals::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
| void vtkAMRDataInternals::Initialize |
( |
| ) |
|
| void vtkAMRDataInternals::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| void vtkAMRDataInternals::Insert |
( |
unsigned int |
index, |
|
|
vtkUniformGrid * |
grid |
|
) |
| |
| vtkUniformGrid* vtkAMRDataInternals::GetDataSet |
( |
unsigned int |
compositeIndex | ) |
|
| virtual void vtkAMRDataInternals::ShallowCopy |
( |
vtkObject * |
src | ) |
|
|
virtual |
| bool vtkAMRDataInternals::Empty |
( |
| ) |
const |
|
inline |
| unsigned int vtkAMRDataInternals::GetNumberOfBlocks |
( |
| ) |
const |
|
inline |
| const Block& vtkAMRDataInternals::GetBlock |
( |
unsigned int |
i | ) |
|
|
inline |
| const BlockList& vtkAMRDataInternals::GetAllBlocks |
( |
| ) |
const |
|
inline |
| void vtkAMRDataInternals::GenerateIndex |
( |
bool |
force = false | ) |
|
|
protected |
| bool vtkAMRDataInternals::GetInternalIndex |
( |
unsigned int |
compositeIndex, |
|
|
unsigned int & |
internalIndex |
|
) |
| |
|
protected |
| std::vector<Block> vtkAMRDataInternals::Blocks |
|
protected |
| std::vector<int>* vtkAMRDataInternals::InternalIndex |
|
protected |
The documentation for this class was generated from the following file: