17#ifndef vtkUniformGrid_h
18#define vtkUniformGrid_h
20#include "vtkCommonDataModelModule.h"
23VTK_ABI_NAMESPACE_BEGIN
25class vtkStructuredVisibilityConstraint;
60 double pcoords[3],
double* weights)
override;
62 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
64 double pcoords[3],
double* weights)
override;
203 static unsigned char MASKED_CELL_VALUE;
Encloses a rectangular region of voxel like cells.
abstract class to specify cell behavior
abstract class to specify dataset behavior
virtual void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds)=0
Topological inquiry to get points defining cell.
an empty cell used as a place-holder during processing
provides thread-safe access to cells
list of point or cell ids
topologically and geometrically regular array of data
friend class vtkUniformGrid
virtual int * GetDimensions()
Get dimensions of this structured points dataset.
a simple class to control print indentation
static void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds, int dataDescription, int dim[3])
Get the points defining a cell.
static void GetPointCells(vtkIdType ptId, vtkIdList *cellIds, VTK_FUTURE_CONST int dim[3])
Get the cells using a point.
dynamic, self-adjusting array of unsigned char