hdf_obj_child (3) - Linux Manuals

hdf_obj_child: Return the first child of a dataset node

NAME

hdf_obj_child - Return the first child of a dataset node

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