Uses of Interface
net.imglib2.img.basictypeaccess.FloatAccess
-
-
Uses of FloatAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement FloatAccess Modifier and Type Class Description private static classRealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> -
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 classAbstractFloatArray<A extends AbstractFloatArray<A>>classDirtyFloatArrayclassFloatArrayTODO -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement FloatAccess Modifier and Type Class Description classFloatBufferAccessAccess forFloatBuffer -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of FloatAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileFloatAccess -
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 classAbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>>classDirtyVolatileFloatArrayAFloatArraywith anDirtyVolatileFloatArray.isDirty()and anAbstractVolatileFloatArray.isValid()flag.classVolatileFloatArrayAFloatArraywith 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 classFloatNtreeFloatAccess based on aNtree<Float>. -
Uses of FloatAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type FloatAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends FloatAccess>
NativeTypeFactory<T,A>NativeTypeFactory. FLOAT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
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 FloatAccessComplexFloatType. dataAccessFields in net.imglib2.type.numeric.complex with type parameters of type FloatAccess Modifier and Type Field Description protected NativeImg<?,? extends FloatAccess>ComplexFloatType. imgprivate static NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. typeFactoryMethods in net.imglib2.type.numeric.complex that return types with arguments of type FloatAccess Modifier and Type Method Description NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. getNativeTypeFactory()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 FloatAccessFloatType. dataAccessFields in net.imglib2.type.numeric.real with type parameters of type FloatAccess Modifier and Type Field Description protected NativeImg<?,? extends FloatAccess>FloatType. imgprivate static NativeTypeFactory<FloatType,FloatAccess>FloatType. typeFactoryMethods in net.imglib2.type.numeric.real that return types with arguments of type FloatAccess Modifier and Type Method Description NativeTypeFactory<FloatType,FloatAccess>FloatType. getNativeTypeFactory()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) -
Uses of FloatAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type FloatAccess Modifier and Type Method Description voidVolatileFloatType.WrappedFloatType. setAccess(FloatAccess access)Constructors in net.imglib2.type.volatiles with parameters of type FloatAccess Constructor Description WrappedFloatType(FloatAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type FloatAccess Constructor Description WrappedFloatType(NativeImg<?,? extends FloatAccess> img)
-