Class: NArray

Inherits:
Object
  • Object
show all
Defined in:
lib/hdf5.rb

Instance Method Summary collapse

Instance Method Details

#ffi_pointerObject

Returns an FFI::Pointer which points to the location of the actual data array in memory.



6
7
8
# File 'lib/hdf5.rb', line 6

def ffi_pointer
  FFI::Pointer.new(Hdf5.narray_data_address(self))
end