Uses of Interface
net.imglib2.img.basictypeaccess.CharAccess
-
-
Uses of CharAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement CharAccess Modifier and Type Class Description classAbstractCharArray<A extends AbstractCharArray<A>>classCharArrayclassDirtyCharArray -
Uses of CharAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement CharAccess Modifier and Type Class Description classCharBufferAccessAccess forCharBuffer -
Uses of CharAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of CharAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileCharAccess -
Uses of CharAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement CharAccess Modifier and Type Class Description classAbstractVolatileCharArray<A extends AbstractVolatileCharArray<A>>classDirtyVolatileCharArrayACharArraywith anDirtyVolatileCharArray.isDirty()and anAbstractVolatileCharArray.isValid()flag.classVolatileCharArrayACharArraywith anAbstractVolatileCharArray.isValid()flag. -
Uses of CharAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement CharAccess Modifier and Type Class Description classCharNtreeCharAccess based on aNtree<Char>. -
Uses of CharAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type CharAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends CharAccess>
NativeTypeFactory<T,A>NativeTypeFactory. CHAR(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of CharAccess in net.imglib2.type.label
Fields in net.imglib2.type.label declared as CharAccess Modifier and Type Field Description protected CharAccessBasePairCharType. dataAccessFields in net.imglib2.type.label with type parameters of type CharAccess Modifier and Type Field Description protected NativeImg<?,? extends CharAccess>BasePairCharType. imgprivate static NativeTypeFactory<BasePairCharType,CharAccess>BasePairCharType. typeFactoryMethods in net.imglib2.type.label that return types with arguments of type CharAccess Modifier and Type Method Description NativeTypeFactory<BasePairCharType,CharAccess>BasePairCharType. getNativeTypeFactory()Constructor parameters in net.imglib2.type.label with type arguments of type CharAccess Constructor Description BasePairCharType(NativeImg<?,? extends CharAccess> charStorage)
-