Class VolatileUnsignedByteType.WrappedUnsignedByteType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<UnsignedByteType>
net.imglib2.type.numeric.real.AbstractRealType<UnsignedByteType>
net.imglib2.type.numeric.integer.AbstractIntegerType<UnsignedByteType>
net.imglib2.type.numeric.integer.GenericByteType<UnsignedByteType>
net.imglib2.type.numeric.integer.UnsignedByteType
net.imglib2.type.volatiles.VolatileUnsignedByteType.WrappedUnsignedByteType
- All Implemented Interfaces:
Comparable<UnsignedByteType>, NativeType<UnsignedByteType>, ComplexType<UnsignedByteType>, IntegerType<UnsignedByteType>, NumericType<UnsignedByteType>, RealType<UnsignedByteType>, Add<UnsignedByteType>, Div<UnsignedByteType>, Mul<UnsignedByteType>, MulFloatingPoint, Pow<UnsignedByteType>, PowFloatingPoint, SetOne, SetZero, Sub<UnsignedByteType>, ValueEquals<UnsignedByteType>, Type<UnsignedByteType>
- Enclosing class:
VolatileUnsignedByteType
-
Field Summary
Fields inherited from class GenericByteType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedByteType(ByteAccess access) WrappedUnsignedByteType(NativeImg<?, ? extends ByteAccess> img) -
Method Summary
Methods inherited from class UnsignedByteType
add, compareTo, copy, createVariable, div, duplicateTypeOnSameNativeImg, get, getBigInteger, getCodedSignedByte, getCodedSignedByteChecked, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, getUnsignedByte, mul, mul, mul, set, setBigInteger, setInteger, setInteger, sub, toStringMethods inherited from class GenericByteType
dec, equals, getBitsPerPixel, getByte, getEntitiesPerPixel, getValue, hashCode, inc, index, set, setByte, setOne, setValue, setZero, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setRealMethods inherited from class AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, 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, updateIndexMethods inherited from interface PowFloatingPoint
pow
-
Constructor Details
-
WrappedUnsignedByteType
-
WrappedUnsignedByteType
-
-
Method Details
-
setAccess
-