get/set the dims array in a Grid_Struct Grid
int FLDget_dims (
OMobj_id field,
xp_long **dims,
xp_long *ndim);
int FLDset_dims (
OMobj_id field,
xp_long *dims);
int FLDget_dims_n(
OMobj_id field,
int **dims,
int *ndim);
int FLDset_dims_n (
OMobj_id field,
int *dims);
These routines get/set the dims array (number of coordinates in each of the X, Y, and Z axes) in a Grid_Struct Grid. Grid_Structs include Grid_Unif and Grid_Rect data.
xp_long **dims
xp_long *dims
int **dims
int *dims
modules/bounds.c
modules/crop.c
modules/down.c
modules/exc_brk3.c
modules/orthoslc.c
modules/slicestr.c