Package net.imglib2.type.numeric
Interface NumericType<T extends NumericType<T>>
- All Superinterfaces:
Add<T>
,Div<T>
,Mul<T>
,MulFloatingPoint
,SetOne
,SetZero
,Sub<T>
,Type<T>
,ValueEquals<T>
- All Known Subinterfaces:
BooleanType<T>
,ComplexType<T>
,IntegerType<T>
,RealType<T>
- All Known Implementing Classes:
AbstractARGBDoubleType
,AbstractComplexType
,AbstractIntegerBitType
,AbstractIntegerType
,AbstractNumericComposite
,AbstractRealType
,AbstractVolatileNumericType
,AbstractVolatileRealType
,ARGBDoubleType
,ARGBType
,BitType
,BoolType
,ByteType
,ComplexDoubleType
,ComplexFloatType
,DoubleType
,FloatType
,GenericByteType
,GenericIntType
,GenericLongType
,GenericShortType
,IntType
,LongType
,NativeARGBDoubleType
,NumericComposite
,RealComposite
,ShortType
,Unsigned128BitType
,Unsigned12BitType
,Unsigned2BitType
,Unsigned4BitType
,UnsignedByteType
,UnsignedIntType
,UnsignedLongType
,UnsignedShortType
,UnsignedVariableBitLengthType
,VolatileNumericType
,VolatileRealType
public interface NumericType<T extends NumericType<T>>
extends Type<T>, Add<T>, Mul<T>, Sub<T>, Div<T>, SetOne, SetZero, MulFloatingPoint
TODO
-
Method Summary
Methods inherited from interface net.imglib2.type.operators.MulFloatingPoint
mul, mul
Methods inherited from interface net.imglib2.type.Type
copy, createVariable, set
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals