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
-
Field Summary
Fields inherited from class net.imglib2.type.numeric.ARGBType
dataAccess, imgFields inherited from class net.imglib2.type.AbstractNativeType
i -
Constructor Summary
ConstructorsConstructorDescriptionWrappedARGBType(IntAccess access) WrappedARGBType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
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, valueEqualsMethods inherited from class net.imglib2.type.AbstractNativeType
indexMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedARGBType
-
WrappedARGBType
-
-
Method Details
-
setAccess
-