public interface BooleanType<T extends BooleanType<T>> extends Type<T>, RealType<T>
Modifier and Type | Method and Description |
---|---|
void |
and(T c) |
boolean |
get() |
void |
not() |
void |
or(T c) |
void |
set(boolean value) |
void |
xor(T c) |
dec, getBitsPerPixel, getMaxValue, getMinIncrement, getMinValue, inc
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setReal
copy, createVariable, set
valueEquals
mul, mul
pow
compareTo
Copyright © 2015–2022 ImgLib2. All rights reserved.