41 #ifndef __vtkRectilinearGrid_h
42 #define __vtkRectilinearGrid_h
83 int& subId,
double pcoords[3],
double *weights);
85 vtkIdType cellId,
double tol2,
int& subId,
86 double pcoords[3],
double *weights);
88 double tol2,
int& subId,
double pcoords[3],
105 void SetDimensions(
int i,
int j,
int k);
106 void SetDimensions(
int dim[3]);
111 vtkGetVectorMacro(Dimensions,
int,3);
115 int GetDataDimension();
122 int ComputeStructuredCoordinates(
double x[3],
int ijk[3],
double pcoords[3]);
154 void SetExtent(
int extent[6]);
155 void SetExtent(
int x1,
int x2,
int y1,
int y2,
int z1,
int z2);
156 vtkGetVector6Macro(Extent,
int);
208 double PointReturn[3];
268 #ifndef VTK_LEGACY_REMOVE