SYNOPSIS

#include <util/neo_hdf.h>

char* hdf_obj_name (HDF *hdf);

ARGUMENTS

hdf -> the hdf dataset node

DESCRIPTION

hdf_obj_name is an accessor function for a datset node which returns the name of the node. This is just the local name, and not the full path.

RETURN VALUE

None

RELATED TO hdf_obj_name…