55#ifndef vtkUniformGrid_h
56#define vtkUniformGrid_h
59#include "vtkCommonDataModelModule.h"
64VTK_ABI_NAMESPACE_BEGIN
84 using Superclass::Initialize;
96 return def->InitializeGrid(
this, origin, spacing);
110 return def->InitializeGrid(
this, origin, spacing, nGhosts);
124 return def->InitializeGrid(
this, origin, spacing, nGhosts);
138 const
vtkAMRBox* def,
double* origin,
double* spacing,
int nGhostsI,
int nGhostsJ,
int nGhostsK)
140 return def->InitializeGrid(
this, origin, spacing, nGhostsI, nGhostsJ, nGhostsK);
Encloses a rectangular region of voxel like cells.
an empty cell used as a place-holder during processing
dynamic, self-adjusting array of unsigned char
#define VTK_DEPRECATED_IN_9_6_0(reason)