hdf_obj_top(3) Return the pointer to the top dataset node

SYNOPSIS


#include <util/neo_hdf.h>

HDF* hdf_obj_top (HDF *hdf);

ARGUMENTS

hdf -> the hdf dataset node

DESCRIPTION

hdf_obj_top is an accessor function which returns a pointer to the top of the dataset, the node which was returned by hdf_init. This is most useful for implementations of language wrappers where individual nodes are tied garbage colletion wise to the top node of the data set

RETURN VALUE

None