get/set the npoints in a Grid_Struct Grid
int FLDset_npoints (
OMobj_id field,
int npoints);
int FLDget_npoints (
OMobj_id field,
xp_long *npoints);
int FLDget_npoints_n (
OMobj_id field,
int *npoints);
These routines get/set the npoints in a Grid_Struct Grid. Grid_Structs include Grid_Unif and Grid_Rect grids.
xp_long *npoints
xp_long npoints
int *npoints
int npoints
modules/crop.c
modules/down.c
modules/orthoslc.c