hdf_copy (3) - Linux Manuals

hdf_copy: copy part of an HDF dataset to another

NAME

hdf_copy - copy part of an HDF dataset to another

SYNOPSIS

#include <util/neo_hdf.h>

NEOERR* hdf_copy (HDF *dest_hdf, const char *name, HDF *src);

ARGUMENTS

dest_hdf -> the destination dataset
name -> the name of the destination node
src -> the hdf dataset to copy to the destination

DESCRIPTION

hdf_copy is a deep copy of an HDF tree pointed to by src to the named node of dest. dest and src need not be part of the same data set

RETURN VALUE

None