Home
last modified time | relevance | path

Searched refs:ANselect (Results 1 – 16 of 16) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/examples/
H A DAN_read_annotation.c51 ann_id = ANselect (an_id, index, AN_DATA_LABEL); in main()
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dman.c188 ann_handle = ret = ANselect(an_handle, 0, AN_FILE_LABEL); in check_fann_rewrite()
212 ann_handle = ret = ANselect(an_handle, 0, AN_FILE_LABEL); in check_fann_rewrite()
365 ann_handle = ret = ANselect(an_handle, indx, AN_FILE_LABEL); in check_fann()
444 ann_handle = ret = ANselect(an_handle, indx, AN_FILE_DESC); in check_fann()
H A Dtdatainfo.c609 ann_id = ANselect (an_id, ann_index, annot_type); in get_annot_datainfo()
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_list.c416 ann_id = ANselect(an_id, i, annot_type ); in print_annots_in_file()
523 ann_id = ANselect(an_id, i, AN_DATA_DESC); in print_all_data_descs()
608 ann_id = ANselect(an_id, i, AN_FILE_LABEL); in print_all_file_labels()
700 ann_id = ANselect(an_id, i, AN_FILE_DESC); in print_all_file_descs()
819 ann_id = ANselect(an_id, i, AN_FILE_DESC); in print_file_descs()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfan.h190 HDFLIBAPI int32 ANselect(int32 an_id, /* IN: annotation interface ID */
H A Dmfanf.c209 return (intf)ANselect((int32)*an_id,(int32)*index, (ann_type)*atype); in nafselect()
H A Dmfan.c1695 ANselect(int32 an_id, /* IN: annotation interface ID */ in ANselect() function
H A Dhproto.h1106 HDFLIBAPI int32 ANselect(int32 an_id, int32 idx, ann_type type);
H A Dhproto_fortran.h895 HDFLIBAPI int32 ANselect(int32 an_id, int32 idx, ann_type type);
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_list.c853 ann_id = ANselect (an_id, i, AN_FILE_LABEL); in hdiff_list_an()
868 ann_id = ANselect (an_id, i, AN_FILE_DESC); in hdiff_list_an()
977 if((ann_id = ANselect(an_id,i,type))==FAIL) in insert_an_data()
/dports/science/hdf/hdf-4.2.15/java/test/
H A DTestH4ANparams.java84 HDFLibrary.ANselect(-1, 0, 0); in testANselectIllegalId()
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_an.c188 if((ann_id = ANselect(an_id,i,type))==FAIL) { in copy_an_data()
H A Dhrepack_list.c1355 ann_id = ANselect (an_id, i, AN_FILE_LABEL); in list_an()
1408 ann_id = ANselect (an_id, i, AN_FILE_DESC); in list_an()
/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfanImp.c105 retVal = ANselect((int32)anid, (int32)index, (ann_type)anntype); in Java_hdf_hdflib_HDFLibrary_ANselect()
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dmfdatainfo.c811 ann_id = ANselect(an_id, ii, annot_type); in SDgetanndatainfo()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java345 public static native int ANselect(long an_id, int index, int anntype) throws HDFException; in ANselect() method in HDFLibrary