SDS_QUERY(3)



NAME

     sds_attributes,     sds_bscale,     sds_bzero,     sds_data,
     sds_data_length,    sds_datatype,    sds_dim_n,    sds_dim0,
     sds_dim1, sds_dim2, sds_fillvalue, sds_length, sds_numbytes,
     sds_parent,  sds_rank, sds_stats_ptr - functions to query or
     access the sds structure


SYNOPSIS

     #include <soi_sds.h>

     ATTRIBUTES *sds_attributes(SDS *sds)
     double sds_bscale(SDS *sds)
     double sds_bzero(SDS *sds)
     void *sds_data(SDS *sds)
     long sds_data_length(SDS *sds)
     int sds_datatype(SDS *sds)
     int sds_dim_n(SDS *sds, int n)
     int sds_dim0(SDS *sds)
     int sds_dim1(SDS *sds)
     int sds_dim2(SDS *sds)
     void *sds_fillvalue(SDS *sds)
     int *sds_length(SDS *sds)
     int sds_numbytes(SDS *sds)
     IDS *sds_parent(SDS *sds)
     int sds_rank(SDS *sds)
     SDS_STATS *sds_stats_ptr(SDS *sds)



DESCRIPTION

     Please see the individual man pages for individual  descrip-
     tions and BUG reports.



FILES

     ~soi/(release)/include/soi_sds.h
     ~soi/(release)/include/soi_error.h



SEE ALSO

      void *sds_data, sds_fillvalue, int sds_rank, sds_length,
      int sds_dim_n, int sds_dim0, int sds_dim1, int sds_dim2,
      int sds_datatype, int sds_numbytes, long sds_data_length,
      sds_attributes, sds_stats_ptr,  double  sds_bscale,  double
     sds_bzero
      sds_parent,




FEATURES and BUGS

     See individual man pages for the BUG reports



HISTORY

     93.10.12 K Scott:  created this file for SOI V.0.7
     1994-02-08          SOI Version 0.8