29#ifndef vtkUniformGrid_h
30#define vtkUniformGrid_h
32#include "vtkCommonDataModelModule.h"
36class vtkStructuredVisibilityConstraint;
71 double pcoords[3],
double* weights)
override;
73 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
75 double pcoords[3],
double* weights)
override;
140 virtual void BlankPoint(
const int i,
const int j,
const int k);
153 virtual void BlankCell(
const int i,
const int j,
const int k);
214 static unsigned char MASKED_CELL_VALUE;
Encloses a rectangular region of voxel like cells.
abstract class to specify cell 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
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