SYNOPSIS
#include <util/neo_hdf.h>
HDF* hdf_obj_child (HDF *hdf);
ARGUMENTS
hdf -> the hdf dataset node
DESCRIPTION
hdf_obj_child and the other hdf_obj_ functions are accessors to the HDF dataset. Although we do not currently "hide" the HDF struct implementation, we recommend you use the accessor functions instead of accessing the values directly.
RETURN VALUE
None