public final class ThresholdFuncBitmap32 extends UpdateableBitmapFunction32
Constructor and Description |
---|
ThresholdFuncBitmap32(int min)
Construction a threshold function with a given threshold
|
Modifier and Type | Method and Description |
---|---|
void |
dispatch(BitmapStorage32 out,
int runbegin,
int runend)
Writes out the answer.
|
clearLiteral, fillWithLiterals, getLiterals, getNumberOfLiterals, resize, setLiteral, setOne, setZero
public ThresholdFuncBitmap32(int min)
min
- thresholdpublic void dispatch(BitmapStorage32 out, int runbegin, int runend)
UpdateableBitmapFunction32
dispatch
in class UpdateableBitmapFunction32
out
- output bufferrunbegin
- beginning of the runrunend
- end of the runCopyright © 2015. All Rights Reserved.