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