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>
,RealType<T>
,SetOne
,SetZero
,Sub<T>
,Type<T>
,ValueEquals<T>
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
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.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
-
Method Details
-
get
boolean get() -
set
void set(boolean value) -
and
-
or
-
xor
-
not
void not()
-