Package net.imglib2.type.numeric
Interface RealType<T extends RealType<T>>
-
- All Superinterfaces:
Add<T>,java.lang.Comparable<T>,ComplexType<T>,Div<T>,Mul<T>,MulFloatingPoint,NumericType<T>,Pow<T>,PowFloatingPoint,SetOne,SetZero,Sub<T>,Type<T>,ValueEquals<T>
- All Known Subinterfaces:
BooleanType<T>,IntegerType<T>
- All Known Implementing Classes:
AbstractIntegerBitType,AbstractIntegerType,AbstractRealType,AbstractVolatileNativeRealType,AbstractVolatileRealType,BitType,BoolType,ByteType,DoubleType,FloatType,GenericByteType,GenericIntType,GenericLongType,GenericShortType,IntType,LongType,NativeBoolType,ShortType,Unsigned128BitType,Unsigned12BitType,Unsigned2BitType,Unsigned4BitType,UnsignedByteType,UnsignedIntType,UnsignedLongType,UnsignedShortType,UnsignedVariableBitLengthType,VolatileByteType,VolatileByteType.WrappedByteType,VolatileDoubleType,VolatileDoubleType.WrappedDoubleType,VolatileFloatType,VolatileFloatType.WrappedFloatType,VolatileIntType,VolatileIntType.WrappedIntType,VolatileLongType,VolatileLongType.WrappedLongType,VolatileRealType,VolatileShortType,VolatileShortType.WrappedShortType,VolatileUnsignedByteType,VolatileUnsignedByteType.WrappedUnsignedByteType,VolatileUnsignedIntType,VolatileUnsignedIntType.WrappedUnsignedIntType,VolatileUnsignedLongType,VolatileUnsignedLongType.WrappedUnsignedLongType,VolatileUnsignedShortType,VolatileUnsignedShortType.WrappedUnsignedShortType
public interface RealType<T extends RealType<T>> extends ComplexType<T>, java.lang.Comparable<T>
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddec()intgetBitsPerPixel()doublegetMaxValue()doublegetMinIncrement()doublegetMinValue()voidinc()-
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.Type
copy, createVariable, set
-
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
-