Package net.imglib2.type.volatiles
Class VolatileARGBType.WrappedARGBType
- java.lang.Object
-
- net.imglib2.type.AbstractNativeType<ARGBType>
-
- net.imglib2.type.numeric.ARGBType
-
- net.imglib2.type.volatiles.VolatileARGBType.WrappedARGBType
-
- All Implemented Interfaces:
NativeType<ARGBType>,NumericType<ARGBType>,Add<ARGBType>,Div<ARGBType>,Mul<ARGBType>,MulFloatingPoint,Pow<ARGBType>,PowFloatingPoint,SetOne,SetZero,Sub<ARGBType>,ValueEquals<ARGBType>,Type<ARGBType>
- Enclosing class:
- VolatileARGBType
private static class VolatileARGBType.WrappedARGBType extends ARGBType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.ARGBType
dataAccess, img
-
Fields inherited from class net.imglib2.type.AbstractNativeType
i
-
-
Constructor Summary
Constructors Constructor Description WrappedARGBType(IntAccess access)WrappedARGBType(NativeImg<?,? extends IntAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(IntAccess access)-
Methods inherited from class net.imglib2.type.numeric.ARGBType
add, alpha, blue, copy, createVariable, div, duplicateTypeOnSameNativeImg, equals, get, getEntitiesPerPixel, getNativeTypeFactory, green, hashCode, mul, mul, mul, pow, pow, red, rgba, rgba, rgba, set, set, setOne, setZero, sub, toString, updateContainer, valueEquals
-
Methods inherited from class net.imglib2.type.AbstractNativeType
index
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
-