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