Uses of Class
net.imglib2.type.PrimitiveType
-
Packages that use PrimitiveType Package Description net.imglib2.blocks net.imglib2.img.basictypeaccess net.imglib2.img.basictypeaccess.nio net.imglib2.type -
-
Uses of PrimitiveType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type PrimitiveType Modifier and Type Field Description private static java.util.EnumMap<PrimitiveType,PrimitiveTypeProperties<?,?>>PrimitiveTypeProperties. creatorsMethods in net.imglib2.blocks with parameters of type PrimitiveType Modifier and Type Method Description static MemCopy<?>MemCopy. forPrimitiveType(PrimitiveType primitiveType)static <T> TempArray<T>TempArray. forPrimitiveType(PrimitiveType primitiveType)(package private) static PrimitiveTypeProperties<?,?>PrimitiveTypeProperties. get(PrimitiveType primitiveType) -
Uses of PrimitiveType in net.imglib2.img.basictypeaccess
Methods in net.imglib2.img.basictypeaccess with parameters of type PrimitiveType Modifier and Type Method Description static <A extends ArrayDataAccess<A>>
AArrayDataAccessFactory. get(PrimitiveType primitiveType, java.util.Set<AccessFlags> flags) -
Uses of PrimitiveType in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio with parameters of type PrimitiveType Modifier and Type Method Description static <A extends BufferAccess<A>>
ABufferDataAccessFactory. get(PrimitiveType primitiveType, java.util.Set<AccessFlags> flags)Get aBufferAccessinstance with the givenAccessFlagsfor the givenPrimitiveType. -
Uses of PrimitiveType in net.imglib2.type
Fields in net.imglib2.type declared as PrimitiveType Modifier and Type Field Description private PrimitiveTypeNativeTypeFactory. primitiveTypeMethods in net.imglib2.type that return PrimitiveType Modifier and Type Method Description PrimitiveTypeNativeTypeFactory. getPrimitiveType()Get the primitive java type that backs theNativeType T.static PrimitiveTypePrimitiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveType[]PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.imglib2.type with parameters of type PrimitiveType Constructor Description NativeTypeFactory(PrimitiveType primitiveType, java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)
-