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