Package net.imglib2.type.numeric
Interface IntegerType<T extends IntegerType<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>
- All Known Implementing Classes:
AbstractIntegerBitType,AbstractIntegerType,BitType,BoolType,ByteType,GenericByteType,GenericIntType,GenericLongType,GenericShortType,IntType,LongType,ShortType,Unsigned128BitType,Unsigned12BitType,Unsigned2BitType,Unsigned4BitType,UnsignedByteType,UnsignedIntType,UnsignedLongType,UnsignedShortType,UnsignedVariableBitLengthType
TODO
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setRealMethods inherited from interface net.imglib2.type.operators.MulFloatingPoint
mul, mulMethods inherited from interface net.imglib2.type.numeric.RealType
dec, getBitsPerPixel, getMaxValue, getMinIncrement, getMinValue, incMethods inherited from interface net.imglib2.type.Type
copy, createVariable, setMethods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
Method Details
-
getInteger
int getInteger() -
getIntegerLong
long getIntegerLong() -
getBigInteger
BigInteger getBigInteger() -
setInteger
void setInteger(int f) -
setInteger
void setInteger(long f) -
setBigInteger
-