Go to the documentation of this file.
29 #ifndef vtkUniformGrid_h
30 #define vtkUniformGrid_h
32 #include "vtkCommonDataModelModule.h"
36 class vtkStructuredVisibilityConstraint;
71 int& subId,
double pcoords[3],
double *weights) VTK_OVERRIDE;
74 vtkIdType cellId,
double tol2,
int& subId,
75 double pcoords[3],
double *weights) VTK_OVERRIDE;
78 double tol2,
int& subId,
double pcoords[3],
79 double *weights) VTK_OVERRIDE;
87 int GetMaxCellSize() VTK_OVERRIDE {
return 8;};
138 virtual void BlankPoint(
const int i,
const int j,
const int k );
151 virtual void BlankCell(
const int i,
const int j,
const int k );
152 virtual void UnBlankCell(
const int i,
const int j,
const int k );
164 bool HasAnyBlankPoints() VTK_OVERRIDE;
197 void GetCellDims(
int cellDims[3] );
202 void ComputeScalarRange() VTK_OVERRIDE;
212 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
virtual int * GetDimensions()
Get dimensions of this structured points dataset.
static void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds, int dataDescription, int dim[3])
Get the points defining a cell.
abstract class to specify cell behavior
static void GetPointCells(vtkIdType ptId, vtkIdList *cellIds, int dim[3])
Get the cells using a point.
topologically and geometrically regular array of data
a simple class to control print indentation
list of point or cell ids
abstract class to specify dataset behavior
provides thread-safe access to cells