VTK  9.2.6
vtkAMRBox.h File Reference
#include "vtkCommonDataModelModule.h"
#include "vtkObject.h"
#include "vtkStructuredData.h"
Include dependency graph for vtkAMRBox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkAMRBox
 Encloses a rectangular region of voxel like cells. More...
 

Functions

template<typename T>
void FillRegion (T *pArray, const vtkAMRBox &arrayRegion, const vtkAMRBox &destRegion, T fillValue)
 Fill the region of "pArray" enclosed by "destRegion" with "fillValue" "pArray" is defined on "arrayRegion".
 

Function Documentation

◆ FillRegion()

template<typename T>
void FillRegion ( T * pArray,
const vtkAMRBox & arrayRegion,
const vtkAMRBox & destRegion,
T fillValue )

Fill the region of "pArray" enclosed by "destRegion" with "fillValue" "pArray" is defined on "arrayRegion".

Definition at line 349 of file vtkAMRBox.h.