Uses of Interface
net.imglib2.img.basictypeaccess.FloatAccess
-
-
Uses of FloatAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type FloatAccess Modifier and Type Method Description abstract NativeImg<T,? extends FloatAccess>
NativeImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of FloatAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type FloatAccess Modifier and Type Method Description static <A extends FloatAccess>
ArrayImg<ComplexFloatType,A>ArrayImgs. complexFloats(A access, long... dim)
static <A extends FloatAccess>
ArrayImg<FloatType,A>ArrayImgs. floats(A access, long... dim)
-
Uses of FloatAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement FloatAccess Modifier and Type Class Description class
AbstractFloatArray<A extends AbstractFloatArray<A>>
class
DirtyFloatArray
class
FloatArray
TODO -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of FloatAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileFloatAccess
-
Uses of FloatAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement FloatAccess Modifier and Type Class Description class
AbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>>
class
DirtyVolatileFloatArray
AFloatArray
with anDirtyVolatileFloatArray.isDirty()
and anAbstractVolatileFloatArray.isValid()
flag.class
VolatileFloatArray
AFloatArray
with anAbstractVolatileFloatArray.isValid()
flag. -
Uses of FloatAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement FloatAccess Modifier and Type Class Description class
FloatNtree
FloatAccess based on aNtree
<Float>
. -
Uses of FloatAccess in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as FloatAccess Modifier and Type Field Description protected FloatAccess
ComplexFloatType. dataAccess
Fields in net.imglib2.type.numeric.complex with type parameters of type FloatAccess Modifier and Type Field Description protected NativeImg<?,? extends FloatAccess>
ComplexFloatType. img
Methods in net.imglib2.type.numeric.complex that return types with arguments of type FloatAccess Modifier and Type Method Description NativeImg<ComplexFloatType,? extends FloatAccess>
ComplexFloatType. createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.complex with parameters of type FloatAccess Constructor Description ComplexFloatType(FloatAccess access)
Constructor parameters in net.imglib2.type.numeric.complex with type arguments of type FloatAccess Constructor Description ComplexFloatType(NativeImg<?,? extends FloatAccess> complexfloatStorage)
-
Uses of FloatAccess in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as FloatAccess Modifier and Type Field Description protected FloatAccess
FloatType. dataAccess
Fields in net.imglib2.type.numeric.real with type parameters of type FloatAccess Modifier and Type Field Description protected NativeImg<?,? extends FloatAccess>
FloatType. img
Methods in net.imglib2.type.numeric.real that return types with arguments of type FloatAccess Modifier and Type Method Description NativeImg<FloatType,? extends FloatAccess>
FloatType. createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.real with parameters of type FloatAccess Constructor Description FloatType(FloatAccess access)
Constructor parameters in net.imglib2.type.numeric.real with type arguments of type FloatAccess Constructor Description FloatType(NativeImg<?,? extends FloatAccess> floatStorage)
-