Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hdf_obj_name(3) [debian man page]

hdf_obj_name(3) 						  util/neo_hdf.h						   hdf_obj_name(3)

NAME
hdf_obj_name - Return the name of a node 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 SEE ALSO
hdf_set_symlink(3), hdf_get_valuef(3), compareFunc)(3), hdf_dump_str(3), hdf_get_int_value(3), hdf_read_string_ignore(3), hdf_copy(3), hdf_get_node(3), hdf_set_value(3), hdf_obj_child(3), hdf_read_string(3), hdf_set_buf(3), hdf_register_fileload(3), hdf_get_obj(3), hdf_get_attr(3), hdf_obj_top(3), hdf_dump_format(3), hdf_destroy(3), hdf_init(3), hdf_obj_value(3), hdf_write_string(3), hdf_set_val- uevf(3), hdf_sort_obj(3), hdf_write_file_atomic(3), hdf_obj_attr(3), hdf_set_valuef(3), hdf_get_copy(3), hdf_write_file(3), hdf_get_val- uevf(3), hdf_set_int_value(3), hdf_dump(3), hdf_get_value(3), hdf_set_copy(3), hdf_obj_next(3), hdf_search_path(3), hdf_obj_name(3), hdf_set_attr(3), hdf_get_child(3), hdf_remove_tree ClearSilver 12 July 2007 hdf_obj_name(3)

Check Out this Related Man Page

HDFLS(1)						      General Commands Manual							  HDFLS(1)

NAME
hdfls - list basic information about an HDF file SYNOPSIS
hdfls [-o] [-l] [-d] [-v] [-g] [-s] [-h] [-t n] hdf_file DESCRIPTION
hdfls provides general information about the tags, reference numbers, and if requested, lengths of the data elements. OPTIONS
-o display the reference numbers in ascending order. -l long format. Display more information about the file. -d Display offset and length information for each element in the file. -v verbose. Display annotation and label text, along with the format triggered by the -l flag. -g Group. List items by group. -s Special elements. Display detailed information about special elements. -d Display offset and length information for each element in the file. -h Dump DD block information. -t n Tag. Only list information about the specified tag. Must be followed by a tag number. EXAMPLES
A file called "aa.hdf" contains three items associated with a raster image; the image dimensions, a palette, and the raster image. To dis- play information about the contents of this file, the following command is used. hdfls aa.hdf The following output is displayed: aa.hdf: Image Dimensions-8: (Raster-8): (tag 200) Ref nos: 1 Image Palette-8: (Raster-8): (tag 201) Ref nos: 3 Raster Image-8: (Raster-8): (tag 202) Ref nos: 1 The following displays the same information with the length of each data element: hdfls -l aa.hdf This would result in the following information being displayed: aa.hdf: Image Dimensions-8: (Raster-8) : (tag 200) Ref no 1 4 bytes Image Palette-8: (Raster-8) : (tag 201) Ref no 3 768 bytes Raster Image-8: (Raster-8) : (tag 202) Ref no 1 120000 bytes SEE ALSO
hdf(5) October 31, 1999 HDFLS(1)
Man Page