#include "H4api_adpt.h"
#include "hdf.h"
Go to the source code of this file.
|
HDFLIBAPI int32 | ANstart (int32 file_id) |
|
HDFLIBAPI intn | ANfileinfo (int32 an_id, int32 *n_file_label, int32 *n_file_desc, int32 *n_obj_label, int32 *n_obj_desc) |
|
HDFLIBAPI int32 | ANend (int32 an_id) |
|
HDFLIBAPI int32 | ANcreate (int32 an_id, uint16 elem_tag, uint16 elem_ref, ann_type type) |
|
HDFLIBAPI int32 | ANcreatef (int32 an_id, ann_type type) |
|
HDFLIBAPI int32 | ANselect (int32 an_id, int32 index, ann_type type) |
|
HDFLIBAPI intn | ANnumann (int32 an_id, ann_type type, uint16 elem_tag, uint16 elem_ref) |
|
HDFLIBAPI intn | ANannlist (int32 an_id, ann_type type, uint16 elem_tag, uint16 elem_ref, int32 ann_list[]) |
|
HDFLIBAPI int32 | ANannlen (int32 ann_id) |
|
HDFLIBAPI int32 | ANwriteann (int32 ann_id, const char *ann, int32 annlen) |
|
HDFLIBAPI int32 | ANreadann (int32 ann_id, char *ann, int32 maxlen) |
|
HDFLIBAPI intn | ANendaccess (int32 ann_id) |
|
HDFLIBAPI int32 | ANget_tagref (int32 an_id, int32 index, ann_type type, uint16 *ann_tag, uint16 *ann_ref) |
|
HDFLIBAPI int32 | ANid2tagref (int32 ann_id, uint16 *ann_tag, uint16 *ann_ref) |
|
HDFLIBAPI int32 | ANtagref2id (int32 an_id, uint16 ann_tag, uint16 ann_ref) |
|
HDFLIBAPI uint16 | ANatype2tag (ann_type atype) |
|
HDFLIBAPI ann_type | ANtag2atype (uint16 atag) |
|
◆ ANannlen()
◆ ANannlist()
HDFLIBAPI intn ANannlist |
( |
int32 |
an_id, |
|
|
ann_type |
type, |
|
|
uint16 |
elem_tag, |
|
|
uint16 |
elem_ref, |
|
|
int32 |
ann_list[] |
|
) |
| |
◆ ANatype2tag()
◆ ANcreate()
HDFLIBAPI int32 ANcreate |
( |
int32 |
an_id, |
|
|
uint16 |
elem_tag, |
|
|
uint16 |
elem_ref, |
|
|
ann_type |
type |
|
) |
| |
◆ ANcreatef()
◆ ANend()
◆ ANendaccess()
◆ ANfileinfo()
HDFLIBAPI intn ANfileinfo |
( |
int32 |
an_id, |
|
|
int32 * |
n_file_label, |
|
|
int32 * |
n_file_desc, |
|
|
int32 * |
n_obj_label, |
|
|
int32 * |
n_obj_desc |
|
) |
| |
◆ ANget_tagref()
HDFLIBAPI int32 ANget_tagref |
( |
int32 |
an_id, |
|
|
int32 |
index, |
|
|
ann_type |
type, |
|
|
uint16 * |
ann_tag, |
|
|
uint16 * |
ann_ref |
|
) |
| |
◆ ANid2tagref()
HDFLIBAPI int32 ANid2tagref |
( |
int32 |
ann_id, |
|
|
uint16 * |
ann_tag, |
|
|
uint16 * |
ann_ref |
|
) |
| |
◆ ANnumann()
HDFLIBAPI intn ANnumann |
( |
int32 |
an_id, |
|
|
ann_type |
type, |
|
|
uint16 |
elem_tag, |
|
|
uint16 |
elem_ref |
|
) |
| |
◆ ANreadann()
HDFLIBAPI int32 ANreadann |
( |
int32 |
ann_id, |
|
|
char * |
ann, |
|
|
int32 |
maxlen |
|
) |
| |
◆ ANselect()
◆ ANstart()
◆ ANtag2atype()
◆ ANtagref2id()
HDFLIBAPI int32 ANtagref2id |
( |
int32 |
an_id, |
|
|
uint16 |
ann_tag, |
|
|
uint16 |
ann_ref |
|
) |
| |
◆ ANwriteann()
HDFLIBAPI int32 ANwriteann |
( |
int32 |
ann_id, |
|
|
const char * |
ann, |
|
|
int32 |
annlen |
|
) |
| |