47 #ifndef __vtkStructuredGrid_h
48 #define __vtkStructuredGrid_h
103 void SetDimensions(
int i,
int j,
int k);
104 void SetDimensions(
int dim[3]);
109 virtual int *GetDimensions ();
110 virtual void GetDimensions (
int dim[3]);
114 int GetDataDimension();
120 void SetExtent(
int extent[6]);
121 void SetExtent(
int x1,
int x2,
int y1,
int y2,
int z1,
int z2);
122 vtkGetVector6Macro(Extent,
int);
177 unsigned char IsPointVisible(
vtkIdType ptId);
181 unsigned char IsCellVisible(
vtkIdType cellId);
185 unsigned char GetPointBlanking();
189 unsigned char GetCellBlanking();
210 void GetPoint(
int i,
int j,
int k,
double p[3],
bool adjustForExtent =
true);
269 nCells *= (dims[i]-1);