home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / hdf / docs / hdfvstpd.a < prev    next >
Text File  |  1980-02-06  |  2KB  |  59 lines

  1.                                                                 
  2.  
  3.  
  4.  
  5. November 1990
  6.  
  7.  
  8.  
  9.  
  10.  
  11. Appendix  A    NCSA HDF Vset Calls at a Glance
  12.  
  13.  
  14.  
  15. Overview
  16.  
  17. This appendix is a quick reference guide for using HDF Vset 2.0 
  18. calls.
  19.  
  20.  
  21. Vgroup Calls
  22.  
  23.                 C                                         FORTRAN 
  24.  
  25.     Vattach          begins access to a vgroup.                VFATCH
  26.     Vdetach         terminates access to a vgroup.            VFDTCH
  27.     Vgetclass        returns the vgroup's class name.            VFGCLS
  28.     Vgetid        returns the id of the next vgroup in the file.        VFGID
  29.     Vgetname        returns the vgroup's name.                VFGNAM
  30.     Vgetnext        returns the id of the next entry of a vgroup.        VFGNXT
  31.     Vinquire        returns information about a vgroup            VFFINQ
  32.     Vinsert        inserts a vdata (or vgroup) into a vgroup.        VFINSRT
  33.     Visvg            tests if an element in a vgroup is a vgroup.        VFISVG
  34.     Visvs            tests if an element in a vgroup is a vdata.        VFISVS
  35.     Vlone            returns the references of all lone vgroups.        VFLONE
  36.     Vsetclass        assigns a class name to a vgroup.            VFSCLS
  37.     Vsetname        assigns a name to a vgroup.                VFSNAM
  38.  
  39. Vdata Calls
  40.  
  41.                 C                                         FORTRAN 
  42.  
  43.     VSattach        begins access to a vdata.                VSFATCH
  44.     VSdetach        terminates access to a vdata.                VSFDTCH
  45.     VSfdefine        defines a new field for a vdata.            VSFFDEF
  46.     VSfexist        tests for the existence of field(s) in a vdata.        VSFEX
  47.     VSgetclass        returns the vdata's class name.            VSFGCLS
  48.     VSgetid        returns the id of the next vdata in the file.        VSFGID
  49.     VSgetname        returns the vdata's name.                VSFGNAM
  50.     VSinquire        returns information about a vdata.            VSFINQ
  51.     VSlone        returns the references of all lone vdatas.        VSFLONE
  52.     VSread        reads from a vdata.                    VSFREAD
  53.     VSseek        seeks to an element position in a vdata.        VSFSEEK
  54.     VSsetclass        assigns a class name to a vdata.            VSFSCLS
  55.     VSsetfields        specifies the fields to be accessed in a vdata.        VSFSFLD
  56.     VSsetinterlace    sets the interlace in a vdata.                VSFSINT
  57.     VSsetname        assigns a name to a vdata.                VSFSNAM
  58.     VSwrite        writes to a vdata.                    VSFWRIT
  59.