Go to the documentation of this file.
28 #ifndef vtkUniformGrid_h
29 #define vtkUniformGrid_h
35 class vtkStructuredVisibilityConstraint;
62 int& subId,
double pcoords[3],
double *
weights);
65 vtkIdType cellId,
double tol2,
int& subId,
66 double pcoords[3],
double *
weights);
69 double tol2,
int& subId,
double pcoords[3],
119 virtual void BlankPoint(
const int i,
const int j,
const int k );
129 virtual void BlankCell(
const int i,
const int j,
const int k );
130 virtual void UnBlankCell(
const int i,
const int j,
const int k );
176 static unsigned char MASKED_CELL_VALUE;
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 vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
virtual int * GetDimensions()
static void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds, int dataDescription, int dim[3])
abstract class to specify cell behavior
static void GetPointCells(vtkIdType ptId, vtkIdList *cellIds, int dim[3])
topologically and geometrically regular array of data
a simple class to control print indentation
list of point or cell ids
friend class vtkUniformGrid
abstract class to specify dataset behavior
provides thread-safe access to cells
#define VTKCOMMONDATAMODEL_EXPORT