Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericByteType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedByteType(ByteAccess access) WrappedUnsignedByteType(NativeImg<?, ? extends ByteAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.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 net.imglib2.type.numeric.integer.GenericByteType
dec, equals, getBitsPerPixel, getByte, getEntitiesPerPixel, getValue, hashCode, inc, index, set, setByte, setOne, setValue, setZero, 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, pow, pow, 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, updateIndexMethods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
Constructor Details
-
WrappedUnsignedByteType
-
WrappedUnsignedByteType
-
-
Method Details
-
setAccess
-