Uses of Class
net.imglib2.img.basictypeaccess.nio.IntBufferAccess
Packages that use IntBufferAccess
-
Uses of IntBufferAccess in net.imglib2.img.basictypeaccess.nio
Subclasses with type arguments of type IntBufferAccess in net.imglib2.img.basictypeaccess.nioMethods in net.imglib2.img.basictypeaccess.nio that return IntBufferAccessModifier and TypeMethodDescription(package private) IntBufferAccessIntBufferAccess.allocate(int numEntities, boolean isDirect, boolean isValid) Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.static IntBufferAccessIntBufferAccess.fromByteBuffer(ByteBuffer buffer, boolean isValid) Create a new IntBufferAccess from a ByteBufferIntBufferAccess.newInstance(ByteBuffer buffer, boolean isValid) IntBufferAccess.newInstance(IntBuffer buffer, boolean isValid) Methods in net.imglib2.img.basictypeaccess.nio with parameters of type IntBufferAccessModifier and TypeMethodDescriptionIntBufferAccess.setValues(IntBufferAccess access) Copy values from another IntBufferAccess.