Package net.imglib2.type.volatiles
Class VolatileLongType.WrappedLongType
- java.lang.Object
-
- net.imglib2.type.numeric.complex.AbstractComplexType<T>
-
- net.imglib2.type.numeric.real.AbstractRealType<T>
-
- net.imglib2.type.numeric.integer.AbstractIntegerType<T>
-
- net.imglib2.type.numeric.integer.GenericLongType<LongType>
-
- net.imglib2.type.numeric.integer.LongType
-
- net.imglib2.type.volatiles.VolatileLongType.WrappedLongType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileLongType.WrappedLongType extends LongType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericLongType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedLongType(LongAccess access)WrappedLongType(NativeImg<?,? extends LongAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(LongAccess access)-
Methods inherited from class net.imglib2.type.numeric.integer.LongType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger, setReal
-
Methods 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, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal
-
Methods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginary
-
Methods inherited from class net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumber
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Methods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
-
-
-
Constructor Detail
-
WrappedLongType
public WrappedLongType(NativeImg<?,? extends LongAccess> img)
-
WrappedLongType
public WrappedLongType(LongAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(LongAccess access)
-
-