Package net.imglib2.type.volatiles
Class VolatileIntType.WrappedIntType
- java.lang.Object
-
- net.imglib2.type.numeric.complex.AbstractComplexType<T>
-
- net.imglib2.type.numeric.real.AbstractRealType<T>
-
- net.imglib2.type.numeric.integer.AbstractIntegerType<T>
-
- net.imglib2.type.numeric.integer.GenericIntType<IntType>
-
- net.imglib2.type.numeric.integer.IntType
-
- net.imglib2.type.volatiles.VolatileIntType.WrappedIntType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileIntType.WrappedIntType extends IntType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericIntType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedIntType(IntAccess access)WrappedIntType(NativeImg<?,? extends IntAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(IntAccess access)-
Methods inherited from class net.imglib2.type.numeric.integer.IntType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger
-
Methods 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, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setReal
-
Methods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginary
-
Methods inherited from class net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumber
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
-