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 © 2016. All Rights Reserved.