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>
,RealType<T>
,SetOne
,SetZero
,Sub<T>
,Type<T>
,ValueEquals<T>
public interface BooleanType<T extends BooleanType<T>> extends Type<T>, RealType<T>
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
and(T c)
boolean
get()
void
not()
void
or(T c)
void
set(boolean value)
void
xor(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.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
-
-