- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This
routine sets all the pixels in a one-dimensional array to a specified value.
Invocation
CALL
KPG1_FILLT(
VALUE, EL, ARRAY, STATUS )
Arguments
VALUE = ? (Given)
Value to be substituted in every
pixel.
EL = INTEGER (Given)
The dimension of the array to be filled with a constant.
ARRAY( EL
) = ? (Returned)
The output array containing a single value.
STATUS = INTEGER (Given &
Returned)
Global status value
Notes:
-
There is a routine for each numeric data type: replace "
x"
in the routine name by D, R, I, W, UW, B, or
UB as appropriate. The VALUE and ARRAY arguments must have the data type specified.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑