Package net.imglib2.type.volatiles
Class VolatileByteType.WrappedByteType
- 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<ByteType>
-
- net.imglib2.type.numeric.integer.ByteType
-
- net.imglib2.type.volatiles.VolatileByteType.WrappedByteType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileByteType.WrappedByteType extends ByteType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericByteType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedByteType(ByteAccess access)WrappedByteType(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.ByteType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger
-
Methods 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, 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
-
WrappedByteType
public WrappedByteType(NativeImg<?,? extends ByteAccess> img)
-
WrappedByteType
public WrappedByteType(ByteAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(ByteAccess access)
-
-