package hdf5

  1. Overview
  2. Docs
Manages HDF5 files used for storing large amounts of data

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=5e42f0b3f28a7ed8ba84998ee30ff8e7
sha512=17eea72e38f70f92a3b01cd10e0cae8839d8d214b5fa6507f9d435530afe17c88fbdd349157a12eead205e1cf66225d6282199404a3c26841366a57f5c69ff23

doc/hdf5.raw/Hdf5_raw/H5tb/index.html

Module Hdf5_raw.H5tb

include module type of struct include H5tb end
module Field_info : sig ... end
module Data : sig ... end

A pointer to the data.

val make_table : string -> Hid.t -> string -> nrecords:int -> type_size:int -> field_names:string array -> field_offset:int array -> field_types:Hid.t array -> chunk_size:int -> ?fill_data:Data.t -> compress:bool -> Data.t -> unit
val append_records : Hid.t -> string -> nrecords:int -> type_size:int -> field_offset:int array -> field_sizes:int array -> Data.t -> unit
val write_records : Hid.t -> string -> start:int -> nrecords:int -> type_size:int -> field_offset:int array -> field_sizes:int array -> Data.t -> unit
val read_table : Hid.t -> string -> dst_size:int -> dst_offset:int array -> dst_sizes:int array -> Data.t -> unit
val read_records : Hid.t -> string -> start:int -> nrecords:int -> type_size:int -> field_offset:int array -> dst_sizes:int array -> Data.t -> unit
val get_table_info : Hid.t -> string -> int
val get_field_info : Hid.t -> string -> Field_info.t
OCaml

Innovation. Community. Security.