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
-
Field Summary
Fields inherited from class ARGBType
dataAccess, imgFields inherited from class AbstractNativeType
i -
Constructor Summary
ConstructorsConstructorDescriptionWrappedARGBType(IntAccess access) WrappedARGBType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
Methods inherited from class 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, valueEqualsMethods inherited from class AbstractNativeType
indexMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedARGBType
-
WrappedARGBType
-
-
Method Details
-
setAccess
-