Class VolatileLongType.WrappedLongType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<LongType>
net.imglib2.type.numeric.real.AbstractRealType<LongType>
net.imglib2.type.numeric.integer.AbstractIntegerType<LongType>
net.imglib2.type.numeric.integer.GenericLongType<LongType>
net.imglib2.type.numeric.integer.LongType
net.imglib2.type.volatiles.VolatileLongType.WrappedLongType
- All Implemented Interfaces:
Comparable<LongType>, NativeType<LongType>, ComplexType<LongType>, IntegerType<LongType>, NumericType<LongType>, RealType<LongType>, Add<LongType>, Div<LongType>, Mul<LongType>, MulFloatingPoint, Pow<LongType>, PowFloatingPoint, SetOne, SetZero, Sub<LongType>, ValueEquals<LongType>, Type<LongType>
- Enclosing class:
VolatileLongType
-
Field Summary
Fields inherited from class GenericLongType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedLongType(LongAccess access) WrappedLongType(NativeImg<?, ? extends LongAccess> img) -
Method Summary
Methods inherited from class LongType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger, setRealMethods inherited from class GenericLongType
add, compareTo, dec, div, equals, getBitsPerPixel, getEntitiesPerPixel, getLong, getValue, hashCode, inc, index, mul, mul, mul, set, setLong, setOne, setValue, setZero, sub, toString, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setRealMethods inherited from class AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginaryMethods inherited from class AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndexMethods inherited from interface PowFloatingPoint
pow
-
Constructor Details
-
WrappedLongType
-
WrappedLongType
-
-
Method Details
-
setAccess
-