Uses of Interface
net.imglib2.img.basictypeaccess.CharAccess
-
-
Uses of CharAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type CharAccess Modifier and Type Method Description abstract NativeImg<T,? extends CharAccess>
NativeImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of CharAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement CharAccess Modifier and Type Class Description class
AbstractCharArray<A extends AbstractCharArray<A>>
class
CharArray
class
DirtyCharArray
-
Uses of CharAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of CharAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileCharAccess
-
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 class
AbstractVolatileCharArray<A extends AbstractVolatileCharArray<A>>
class
DirtyVolatileCharArray
ACharArray
with anDirtyVolatileCharArray.isDirty()
and anAbstractVolatileCharArray.isValid()
flag.class
VolatileCharArray
ACharArray
with 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 class
CharNtree
CharAccess based on aNtree
<Char>
. -
Uses of CharAccess in net.imglib2.type.label
Fields in net.imglib2.type.label declared as CharAccess Modifier and Type Field Description protected CharAccess
BasePairCharType. dataAccess
Fields in net.imglib2.type.label with type parameters of type CharAccess Modifier and Type Field Description protected NativeImg<?,? extends CharAccess>
BasePairCharType. img
Methods in net.imglib2.type.label that return types with arguments of type CharAccess Modifier and Type Method Description NativeImg<BasePairCharType,? extends CharAccess>
BasePairCharType. createSuitableNativeImg(NativeImgFactory<BasePairCharType> storageFactory, long[] dim)
Constructor parameters in net.imglib2.type.label with type arguments of type CharAccess Constructor Description BasePairCharType(NativeImg<?,? extends CharAccess> charStorage)
-