Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
hrepack_an.h File Reference
#include "hrepack.h"

Functions

int copy_an (int32 infile_id, int32 outfile_id, int32 ref_in, int32 tag_in, int32 ref_out, int32 tag_out, char *path, options_t *options)
 
int copy_vg_an (int32 infile_id, int32 outfile_id, int32 vgroup_id, int32 vgroup_id_out, char *path, options_t *options)
 
int copy_vs_an (int32 infile_id, int32 outfile_id, int32 vdata_id, int32 vdata_id_out, char *path, options_t *options)
 
int copy_an_data (int32 infile_id, int32 outfile_id, int32 ref_in, int32 tag_in, int32 ref_out, int32 tag_out, ann_type type, char *path, options_t *options)
 

Function Documentation

◆ copy_an()

int copy_an ( int32 infile_id,
int32 outfile_id,
int32 ref_in,
int32 tag_in,
int32 ref_out,
int32 tag_out,
char * path,
options_t * options )

◆ copy_an_data()

int copy_an_data ( int32 infile_id,
int32 outfile_id,
int32 ref_in,
int32 tag_in,
int32 ref_out,
int32 tag_out,
ann_type type,
char * path,
options_t * options )

◆ copy_vg_an()

int copy_vg_an ( int32 infile_id,
int32 outfile_id,
int32 vgroup_id,
int32 vgroup_id_out,
char * path,
options_t * options )

◆ copy_vs_an()

int copy_vs_an ( int32 infile_id,
int32 outfile_id,
int32 vdata_id,
int32 vdata_id_out,
char * path,
options_t * options )