Package net.imglib2.type
Interface BooleanType<T extends BooleanType<T>>
- All Superinterfaces:
Add<T>,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
TODO
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setRealMethods inherited from interface net.imglib2.type.operators.MulFloatingPoint
mul, mulMethods inherited from interface net.imglib2.type.operators.PowFloatingPoint
powMethods inherited from interface net.imglib2.type.numeric.RealType
dec, getBitsPerPixel, getMaxValue, getMinIncrement, getMinValue, incMethods inherited from interface net.imglib2.type.Type
copy, createVariable, setMethods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
Method Details
-
get
boolean get() -
set
void set(boolean value) -
and
-
or
-
xor
-
not
void not()
-