Package net.imglib2.type.numeric
Interface IntegerType<T extends IntegerType<T>>
-
- All Superinterfaces:
Add<T>,java.lang.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:
AbstractIntegerBitType,AbstractIntegerType,BitType,BoolType,ByteType,GenericByteType,GenericIntType,GenericLongType,GenericShortType,IntType,LongType,NativeBoolType,ShortType,Unsigned128BitType,Unsigned12BitType,Unsigned2BitType,Unsigned4BitType,UnsignedByteType,UnsignedIntType,UnsignedLongType,UnsignedShortType,UnsignedVariableBitLengthType,VolatileByteType.WrappedByteType,VolatileIntType.WrappedIntType,VolatileLongType.WrappedLongType,VolatileShortType.WrappedShortType,VolatileUnsignedByteType.WrappedUnsignedByteType,VolatileUnsignedIntType.WrappedUnsignedIntType,VolatileUnsignedLongType.WrappedUnsignedLongType,VolatileUnsignedShortType.WrappedUnsignedShortType
public interface IntegerType<T extends IntegerType<T>> extends RealType<T>
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigIntegergetBigInteger()intgetInteger()longgetIntegerLong()voidsetBigInteger(java.math.BigInteger b)voidsetInteger(int f)voidsetInteger(long f)-
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.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
-
-