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, setZeropublic ThresholdFuncBitmap(int min)
min - thresholdpublic void dispatch(BitmapStorage out, int runBegin, int runEnd)
UpdateableBitmapFunctiondispatch in class UpdateableBitmapFunctionout - output bufferrunBegin - beginning of the runrunEnd - end of the runCopyright © 2015. All Rights Reserved.