Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vmake(1) [debian man page]

VMAKE(1)						      General Commands Manual							  VMAKE(1)

NAME
vmake - display vdata information about objects in an HDF file SYNOPSIS
vmake hdf-file [+|+vdata-id] DESCRIPTION
vmake displays information about either one vdata object in an HDF file, or all Vdata objects in the file. OPTIONS
+ Display information about all Vdata objects in the HDF file. +vdata-id One Vdata. Display information about the Vdata object corresponding to the specified vdata id. EXAMPLES
Information about all of the Vdata objects in the HDF file named "image012.hdf" must be examined. The following command will display this information: vshow image012.hdf + SEE ALSO
hdfls(1), hdp(1), hdfed(1), hdf(5). November 7, 1999 VMAKE(1)

Check Out this Related Man Page

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

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 imple- mentation, we recommend you use the accessor functions instead of accessing the values directly. 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_child(3)
Man Page