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_init(3)							  util/neo_hdf.h						       hdf_init(3)

NAME
hdf_init - Initialize an HDF data set SYNOPSIS
#include <util/neo_hdf.h> NEOERR* hdf_init (HDF **hdf); ARGUMENTS
hdf - pointer to an HDF pointer DESCRIPTION
hdf_init initializes an HDF data set and returns the pointer to the top node in the data set. RETURN VALUE
hdf - allocated hdf node 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_init(3)
Man Page