Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericByteType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedByteType(ByteAccess access) WrappedByteType(NativeImg<?, ? extends ByteAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.ByteType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setIntegerMethods inherited from class net.imglib2.type.numeric.integer.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 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
-
WrappedByteType
-
WrappedByteType
-
-
Method Details
-
setAccess
-