public static interface BadHandler.ArrayHandler
BadHandler.arrayHandler(java.lang.Object)
method.Modifier and Type | Method and Description |
---|---|
boolean |
isBad(int pos)
Indicates whether an element of this ArrayHandler's primitive
array is bad.
|
void |
putBad(int pos)
Writes a single bad value into this ArrayHandler's array.
|
boolean isBad(int pos)
pos
- the position in array of the pixel to be tested.IndexOutOfBoundsException
- if pos is outside the bounds
of the arrayvoid putBad(int pos)
pos
- the position at which to write the bad valueIndexOutOfBoundsException
- if access outside the
bounds of the array is attemptedCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.