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

Public Member Functions | |
| bool | has_palette (void) const |
| bool | operator! (void) const |
Public Attributes | |
| vector< hdf_attr > | attrs |
| int32 | dims [2] |
| hdf_genvec | image |
| int32 | interlace |
| string | name |
| int32 | num_comp |
| vector< hdf_palette > | palettes |
| int32 | ref |
Protected Member Functions | |
| bool | _ok (void) const |
Definition at line 243 of file hdfclass.h.
|
protected |
Definition at line 532 of file gri.cc.
References dims, has_palette(), image, num_comp, palettes, and hdf_genvec::size().
Referenced by operator!().

|
inline |
Definition at line 255 of file hdfclass.h.
Referenced by _ok().
|
inline |
Definition at line 253 of file hdfclass.h.
References _ok().

| vector< hdf_attr > hdf_gri::attrs |
Definition at line 248 of file hdfclass.h.
Referenced by hdfistream_gri::operator>>().
| int32 hdf_gri::dims[2] |
Definition at line 249 of file hdfclass.h.
Referenced by _ok(), NewArrayFromGR(), and hdfistream_gri::operator>>().
| hdf_genvec hdf_gri::image |
Definition at line 252 of file hdfclass.h.
Referenced by _ok(), LoadArrayFromGR(), NewArrayFromGR(), and hdfistream_gri::operator>>().
| int32 hdf_gri::interlace |
Definition at line 251 of file hdfclass.h.
Referenced by hdfistream_gri::operator>>().
| string hdf_gri::name |
Definition at line 246 of file hdfclass.h.
Referenced by NewArrayFromGR(), and hdfistream_gri::operator>>().
| int32 hdf_gri::num_comp |
Definition at line 250 of file hdfclass.h.
Referenced by _ok(), NewArrayFromGR(), and hdfistream_gri::operator>>().
| vector< hdf_palette > hdf_gri::palettes |
Definition at line 247 of file hdfclass.h.
Referenced by _ok(), and hdfistream_gri::operator>>().
| int32 hdf_gri::ref |
Definition at line 245 of file hdfclass.h.
Referenced by hdfistream_gri::operator>>().