Uses of Enum Class
net.imglib2.type.PrimitiveType
Packages that use PrimitiveType
Package
Description
-
Uses of PrimitiveType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type PrimitiveTypeModifier and TypeFieldDescriptionprivate static final EnumMap<PrimitiveType, PrimitiveTypeProperties<?, ?>> PrimitiveTypeProperties.creatorsMethods in net.imglib2.blocks with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic 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 PrimitiveTypeModifier and TypeMethodDescriptionstatic <A extends ArrayDataAccess<A>>
AArrayDataAccessFactory.get(PrimitiveType primitiveType, Set<AccessFlags> flags) -
Uses of PrimitiveType in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic <A extends BufferAccess<A>>
ABufferDataAccessFactory.get(PrimitiveType primitiveType, Set<AccessFlags> flags) Get aBufferAccessinstance with the givenAccessFlagsfor the givenPrimitiveType. -
Uses of PrimitiveType in net.imglib2.type
Subclasses with type arguments of type PrimitiveType in net.imglib2.typeModifier and TypeClassDescriptionenumEnumeration of Java primitive types which can backNativeTypes.Fields in net.imglib2.type declared as PrimitiveTypeMethods in net.imglib2.type that return PrimitiveTypeModifier and TypeMethodDescriptionNativeTypeFactory.getPrimitiveType()Get the primitive java type that backs theNativeType T.static PrimitiveTypeReturns the enum constant of this class with the specified name.static PrimitiveType[]PrimitiveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.imglib2.type with parameters of type PrimitiveTypeModifierConstructorDescriptionprivateNativeTypeFactory(PrimitiveType primitiveType, Function<NativeImg<T, ? extends A>, T> createLinkedType)