Class VolatileByteType.WrappedByteType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<ByteType>
net.imglib2.type.numeric.real.AbstractRealType<ByteType>
net.imglib2.type.numeric.integer.AbstractIntegerType<ByteType>
net.imglib2.type.numeric.integer.GenericByteType<ByteType>
net.imglib2.type.numeric.integer.ByteType
net.imglib2.type.volatiles.VolatileByteType.WrappedByteType
- All Implemented Interfaces:
Comparable<ByteType>, NativeType<ByteType>, ComplexType<ByteType>, IntegerType<ByteType>, NumericType<ByteType>, RealType<ByteType>, Add<ByteType>, Div<ByteType>, Mul<ByteType>, MulFloatingPoint, Pow<ByteType>, PowFloatingPoint, SetOne, SetZero, Sub<ByteType>, ValueEquals<ByteType>, Type<ByteType>
- Enclosing class:
VolatileByteType
-
Field Summary
Fields inherited from class GenericByteType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedByteType(ByteAccess access) WrappedByteType(NativeImg<?, ? extends ByteAccess> img) -
Method Summary
Methods inherited from class ByteType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setIntegerMethods inherited from class GenericByteType
add, compareTo, dec, div, equals, getBitsPerPixel, getByte, getEntitiesPerPixel, getValue, hashCode, inc, index, mul, mul, mul, set, setByte, setOne, setValue, setZero, sub, toString, 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
-
WrappedByteType
-
WrappedByteType
-
-
Method Details
-
setAccess
-