Package net.imglib2.type.volatiles
Class VolatileUnsignedByteType.WrappedUnsignedByteType
- 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.GenericByteType<UnsignedByteType>
-
- net.imglib2.type.numeric.integer.UnsignedByteType
-
- net.imglib2.type.volatiles.VolatileUnsignedByteType.WrappedUnsignedByteType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileUnsignedByteType.WrappedUnsignedByteType extends UnsignedByteType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericByteType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedUnsignedByteType(ByteAccess access)WrappedUnsignedByteType(NativeImg<?,? extends ByteAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(ByteAccess access)-
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, toString
-
Methods inherited from class net.imglib2.type.numeric.integer.GenericByteType
dec, equals, getBitsPerPixel, getByte, getEntitiesPerPixel, getValue, hashCode, inc, index, set, setByte, setOne, setValue, setZero, 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, pow, pow, 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
-
Methods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
-
-
-
Constructor Detail
-
WrappedUnsignedByteType
public WrappedUnsignedByteType(NativeImg<?,? extends ByteAccess> img)
-
WrappedUnsignedByteType
public WrappedUnsignedByteType(ByteAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(ByteAccess access)
-
-