Package net.imglib2.type
Interface BooleanType<T extends BooleanType<T>>
-
- All Superinterfaces:
Add<T>,java.lang.Comparable<T>,ComplexType<T>,Div<T>,Mul<T>,MulFloatingPoint,NumericType<T>,Pow<T>,PowFloatingPoint,RealType<T>,SetOne,SetZero,Sub<T>,Type<T>,ValueEquals<T>
- All Known Implementing Classes:
BitType,BoolType,NativeBoolType
public interface BooleanType<T extends BooleanType<T>> extends Type<T>, RealType<T>
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidand(T c)booleanget()voidnot()voidor(T c)voidset(boolean value)voidxor(T c)-
Methods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setReal
-
Methods inherited from interface net.imglib2.type.operators.MulFloatingPoint
mul, mul
-
Methods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
Methods inherited from interface net.imglib2.type.numeric.RealType
dec, getBitsPerPixel, getMaxValue, getMinIncrement, getMinValue, inc
-
Methods inherited from interface net.imglib2.type.Type
copy, createVariable, set
-
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
-