Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericLongType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedLongType(LongAccess access) WrappedLongType(NativeImg<?, ? extends LongAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.LongType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger, setRealMethods inherited from class net.imglib2.type.numeric.integer.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 net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setRealMethods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginaryMethods inherited from class net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndexMethods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
Constructor Details
-
WrappedLongType
-
WrappedLongType
-
-
Method Details
-
setAccess
-