FLDget_npoints, FLDset_npoints
Synopsis
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);Description
These routines get/set the npoints in a Grid_Struct Grid. Grid_Structs include Grid_Unif and Grid_Rect grids.
Parameters
xp_long *npoints
xp_long npoints
int *npoints
int npointsExamples
modules/crop.c
modules/down.c
modules/orthoslc.cFiles
See Also