Uses of Class
net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
Packages that use FloatBufferAccess
-
Uses of FloatBufferAccess in net.imglib2.img.basictypeaccess.nio
Subclasses with type arguments of type FloatBufferAccess in net.imglib2.img.basictypeaccess.nioMethods in net.imglib2.img.basictypeaccess.nio that return FloatBufferAccessModifier and TypeMethodDescription(package private) FloatBufferAccessFloatBufferAccess.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 FloatBufferAccessFloatBufferAccess.fromByteBuffer(ByteBuffer buffer, boolean isValid) Create a new FloatBufferAccess from a ByteBufferFloatBufferAccess.newInstance(ByteBuffer buffer, boolean isValid) FloatBufferAccess.newInstance(FloatBuffer buffer, boolean isValid) Methods in net.imglib2.img.basictypeaccess.nio with parameters of type FloatBufferAccessModifier and TypeMethodDescriptionFloatBufferAccess.setValues(FloatBufferAccess access) Copy values from another FloatBufferAccess.