Uses of Class
net.imglib2.img.basictypeaccess.nio.FloatBufferAccess
-
Packages that use FloatBufferAccess Package Description net.imglib2.img.basictypeaccess.nio -
-
Uses of FloatBufferAccess in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio that return FloatBufferAccess Modifier and Type Method Description (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(java.nio.ByteBuffer buffer, boolean isValid)Create a new FloatBufferAccess from a ByteBufferFloatBufferAccessFloatBufferAccess. newInstance(java.nio.ByteBuffer buffer, boolean isValid)FloatBufferAccessFloatBufferAccess. newInstance(java.nio.FloatBuffer buffer, boolean isValid)Methods in net.imglib2.img.basictypeaccess.nio with parameters of type FloatBufferAccess Modifier and Type Method Description java.nio.FloatBufferFloatBufferAccess. setValues(FloatBufferAccess access)Copy values from another FloatBufferAccess.
-