Class VolatileIntType.WrappedIntType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<IntType>
net.imglib2.type.numeric.real.AbstractRealType<IntType>
net.imglib2.type.numeric.integer.AbstractIntegerType<IntType>
net.imglib2.type.numeric.integer.GenericIntType<IntType>
net.imglib2.type.numeric.integer.IntType
net.imglib2.type.volatiles.VolatileIntType.WrappedIntType
- All Implemented Interfaces:
Comparable<IntType>, NativeType<IntType>, ComplexType<IntType>, IntegerType<IntType>, NumericType<IntType>, RealType<IntType>, Add<IntType>, Div<IntType>, Mul<IntType>, MulFloatingPoint, Pow<IntType>, PowFloatingPoint, SetOne, SetZero, Sub<IntType>, ValueEquals<IntType>, Type<IntType>
- Enclosing class:
VolatileIntType
-
Field Summary
Fields inherited from class GenericIntType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedIntType(IntAccess access) WrappedIntType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
Methods inherited from class IntType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setIntegerMethods inherited from class GenericIntType
add, compareTo, dec, div, equals, getBitsPerPixel, getEntitiesPerPixel, getInt, getValue, hashCode, inc, index, mul, mul, mul, pow, pow, set, setInt, setOne, setValue, setZero, sub, toString, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setRealMethods inherited from class AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginaryMethods inherited from class AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedIntType
-
WrappedIntType
-
-
Method Details
-
setAccess
-