MISR Toolkit  1.5.1
Data Structures | Typedefs | Functions
H5Apublic.h File Reference
#include "H5Ipublic.h"
#include "H5Opublic.h"
#include "H5Tpublic.h"

Go to the source code of this file.

Data Structures

struct  H5A_info_t
 

Typedefs

typedef herr_t(* H5A_operator2_t) (hid_t location_id, const char *attr_name, const H5A_info_t *ainfo, void *op_data)
 
typedef herr_t(* H5A_operator1_t) (hid_t location_id, const char *attr_name, void *operator_data)
 

Functions

H5_DLL hid_t H5Acreate2 (hid_t loc_id, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
 
H5_DLL hid_t H5Acreate_by_name (hid_t loc_id, const char *obj_name, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id)
 
H5_DLL hid_t H5Aopen (hid_t obj_id, const char *attr_name, hid_t aapl_id)
 
H5_DLL hid_t H5Aopen_by_name (hid_t loc_id, const char *obj_name, const char *attr_name, hid_t aapl_id, hid_t lapl_id)
 
H5_DLL hid_t H5Aopen_by_idx (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t aapl_id, hid_t lapl_id)
 
H5_DLL herr_t H5Awrite (hid_t attr_id, hid_t type_id, const void *buf)
 
H5_DLL herr_t H5Aread (hid_t attr_id, hid_t type_id, void *buf)
 
H5_DLL herr_t H5Aclose (hid_t attr_id)
 
H5_DLL hid_t H5Aget_space (hid_t attr_id)
 
H5_DLL hid_t H5Aget_type (hid_t attr_id)
 
H5_DLL hid_t H5Aget_create_plist (hid_t attr_id)
 
H5_DLL ssize_t H5Aget_name (hid_t attr_id, size_t buf_size, char *buf)
 
H5_DLL ssize_t H5Aget_name_by_idx (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, char *name, size_t size, hid_t lapl_id)
 
H5_DLL hsize_t H5Aget_storage_size (hid_t attr_id)
 
H5_DLL herr_t H5Aget_info (hid_t attr_id, H5A_info_t *ainfo)
 
H5_DLL herr_t H5Aget_info_by_name (hid_t loc_id, const char *obj_name, const char *attr_name, H5A_info_t *ainfo, hid_t lapl_id)
 
H5_DLL herr_t H5Aget_info_by_idx (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5A_info_t *ainfo, hid_t lapl_id)
 
H5_DLL herr_t H5Arename (hid_t loc_id, const char *old_name, const char *new_name)
 
H5_DLL herr_t H5Arename_by_name (hid_t loc_id, const char *obj_name, const char *old_attr_name, const char *new_attr_name, hid_t lapl_id)
 
H5_DLL herr_t H5Aiterate2 (hid_t loc_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5A_operator2_t op, void *op_data)
 
H5_DLL herr_t H5Aiterate_by_name (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5A_operator2_t op, void *op_data, hid_t lapd_id)
 
H5_DLL herr_t H5Adelete (hid_t loc_id, const char *name)
 
H5_DLL herr_t H5Adelete_by_name (hid_t loc_id, const char *obj_name, const char *attr_name, hid_t lapl_id)
 
H5_DLL herr_t H5Adelete_by_idx (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id)
 
H5_DLL htri_t H5Aexists (hid_t obj_id, const char *attr_name)
 
H5_DLL htri_t H5Aexists_by_name (hid_t obj_id, const char *obj_name, const char *attr_name, hid_t lapl_id)
 
H5_DLL hid_t H5Acreate1 (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id)
 
H5_DLL hid_t H5Aopen_name (hid_t loc_id, const char *name)
 
H5_DLL hid_t H5Aopen_idx (hid_t loc_id, unsigned idx)
 
H5_DLL int H5Aget_num_attrs (hid_t loc_id)
 
H5_DLL herr_t H5Aiterate1 (hid_t loc_id, unsigned *attr_num, H5A_operator1_t op, void *op_data)
 

Typedef Documentation

◆ H5A_operator1_t

typedef herr_t(* H5A_operator1_t) (hid_t location_id, const char *attr_name, void *operator_data)

Definition at line 98 of file H5Apublic.h.

◆ H5A_operator2_t

typedef herr_t(* H5A_operator2_t) (hid_t location_id, const char *attr_name, const H5A_info_t *ainfo, void *op_data)

Definition at line 38 of file H5Apublic.h.

Function Documentation

◆ H5Aclose()

H5_DLL herr_t H5Aclose ( hid_t  attr_id)

◆ H5Acreate1()

H5_DLL hid_t H5Acreate1 ( hid_t  loc_id,
const char *  name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id 
)

◆ H5Acreate2()

H5_DLL hid_t H5Acreate2 ( hid_t  loc_id,
const char *  attr_name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id,
hid_t  aapl_id 
)

◆ H5Acreate_by_name()

H5_DLL hid_t H5Acreate_by_name ( hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id,
hid_t  aapl_id,
hid_t  lapl_id 
)

◆ H5Adelete()

H5_DLL herr_t H5Adelete ( hid_t  loc_id,
const char *  name 
)

◆ H5Adelete_by_idx()

H5_DLL herr_t H5Adelete_by_idx ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
hid_t  lapl_id 
)

◆ H5Adelete_by_name()

H5_DLL herr_t H5Adelete_by_name ( hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hid_t  lapl_id 
)

◆ H5Aexists()

H5_DLL htri_t H5Aexists ( hid_t  obj_id,
const char *  attr_name 
)

◆ H5Aexists_by_name()

H5_DLL htri_t H5Aexists_by_name ( hid_t  obj_id,
const char *  obj_name,
const char *  attr_name,
hid_t  lapl_id 
)

◆ H5Aget_create_plist()

H5_DLL hid_t H5Aget_create_plist ( hid_t  attr_id)

◆ H5Aget_info()

H5_DLL herr_t H5Aget_info ( hid_t  attr_id,
H5A_info_t ainfo 
)

◆ H5Aget_info_by_idx()

H5_DLL herr_t H5Aget_info_by_idx ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
H5A_info_t ainfo,
hid_t  lapl_id 
)

◆ H5Aget_info_by_name()

H5_DLL herr_t H5Aget_info_by_name ( hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
H5A_info_t ainfo,
hid_t  lapl_id 
)

◆ H5Aget_name()

H5_DLL ssize_t H5Aget_name ( hid_t  attr_id,
size_t  buf_size,
char *  buf 
)

◆ H5Aget_name_by_idx()

H5_DLL ssize_t H5Aget_name_by_idx ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
char *  name,
size_t  size,
hid_t  lapl_id 
)

◆ H5Aget_num_attrs()

H5_DLL int H5Aget_num_attrs ( hid_t  loc_id)

◆ H5Aget_space()

H5_DLL hid_t H5Aget_space ( hid_t  attr_id)

◆ H5Aget_storage_size()

H5_DLL hsize_t H5Aget_storage_size ( hid_t  attr_id)

◆ H5Aget_type()

H5_DLL hid_t H5Aget_type ( hid_t  attr_id)

◆ H5Aiterate1()

H5_DLL herr_t H5Aiterate1 ( hid_t  loc_id,
unsigned *  attr_num,
H5A_operator1_t  op,
void *  op_data 
)

◆ H5Aiterate2()

H5_DLL herr_t H5Aiterate2 ( hid_t  loc_id,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t idx,
H5A_operator2_t  op,
void *  op_data 
)

◆ H5Aiterate_by_name()

H5_DLL herr_t H5Aiterate_by_name ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t idx,
H5A_operator2_t  op,
void *  op_data,
hid_t  lapd_id 
)

◆ H5Aopen()

H5_DLL hid_t H5Aopen ( hid_t  obj_id,
const char *  attr_name,
hid_t  aapl_id 
)

◆ H5Aopen_by_idx()

H5_DLL hid_t H5Aopen_by_idx ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
hid_t  aapl_id,
hid_t  lapl_id 
)

◆ H5Aopen_by_name()

H5_DLL hid_t H5Aopen_by_name ( hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hid_t  aapl_id,
hid_t  lapl_id 
)

◆ H5Aopen_idx()

H5_DLL hid_t H5Aopen_idx ( hid_t  loc_id,
unsigned  idx 
)

◆ H5Aopen_name()

H5_DLL hid_t H5Aopen_name ( hid_t  loc_id,
const char *  name 
)

◆ H5Aread()

H5_DLL herr_t H5Aread ( hid_t  attr_id,
hid_t  type_id,
void *  buf 
)

◆ H5Arename()

H5_DLL herr_t H5Arename ( hid_t  loc_id,
const char *  old_name,
const char *  new_name 
)

◆ H5Arename_by_name()

H5_DLL herr_t H5Arename_by_name ( hid_t  loc_id,
const char *  obj_name,
const char *  old_attr_name,
const char *  new_attr_name,
hid_t  lapl_id 
)

◆ H5Awrite()

H5_DLL herr_t H5Awrite ( hid_t  attr_id,
hid_t  type_id,
const void *  buf 
)

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53