62#ifndef vtkUniformGrid_h
63#define vtkUniformGrid_h
65#include "vtkCommonDataModelModule.h"
69class vtkStructuredVisibilityConstraint;
104 double pcoords[3],
double* weights)
override;
106 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
108 double pcoords[3],
double* weights)
override;
172 virtual void BlankPoint(
const int i,
const int j,
const int k);
185 virtual void BlankCell(
const int i,
const int j,
const int k);
246 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
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, int dim[3])
Get the cells using a point.
dynamic, self-adjusting array of unsigned char