|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <hdfclass.h>

Public Member Functions | |
| bool | has_scale (void) const |
| bool | operator! (void) const |
Public Attributes | |
| vector< hdf_attr > | attrs |
| hdf_genvec | data |
| vector< hdf_dim > | dims |
| string | name |
| int32 | ref |
Protected Member Functions | |
| bool | _ok (bool *has_scale=0) const |
Definition at line 179 of file hdfclass.h.
|
protected |
| bool hdf_sds::has_scale | ( | void | ) | const |
Definition at line 760 of file sds.cc.
Referenced by NewGridFromSDS().

|
inline |
Definition at line 181 of file hdfclass.h.
References _ok().

| vector< hdf_attr > hdf_sds::attrs |
Definition at line 188 of file hdfclass.h.
Referenced by hdfistream_sds::operator>>().
| hdf_genvec hdf_sds::data |
Definition at line 187 of file hdfclass.h.
Referenced by LoadArrayFromSDS(), NewArrayFromSDS(), hdfistream_sds::operator>>(), and HDFGrid::read_tagref().
| vector< hdf_dim > hdf_sds::dims |
Definition at line 186 of file hdfclass.h.
Referenced by _ok(), LoadGridFromSDS(), NewArrayFromSDS(), NewGridFromSDS(), hdfistream_sds::operator>>(), and HDFGrid::read_tagref().
| string hdf_sds::name |
Definition at line 185 of file hdfclass.h.
Referenced by NewArrayFromSDS(), NewGridFromSDS(), and hdfistream_sds::operator>>().
| int32 hdf_sds::ref |
Definition at line 184 of file hdfclass.h.
Referenced by hdfistream_sds::operator>>().