Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericIntType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedIntType(IntAccess access) WrappedIntType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.IntType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setIntegerMethods inherited from class net.imglib2.type.numeric.integer.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 net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setRealMethods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginaryMethods inherited from class net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedIntType
-
WrappedIntType
-
-
Method Details
-
setAccess
-