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

RELATED TO hdf_copy…