|
bes
Updated for version 3.20.13
|

Public Member Functions | |
| void | _init (const string filename="") |
| virtual bool | bos (void) const |
| virtual void | close (void) |
| virtual bool | eo_attr (void) const |
| virtual bool | eo_pal (void) const |
| virtual bool | eos (void) const |
| hdfistream_gri (const hdfistream_gri &) | |
| hdfistream_gri (const string filename="") | |
| virtual int | index (void) const |
| virtual void | open (const char *filename=0) |
| void | operator= (const hdfistream_gri &) |
| hdfistream_gri & | operator>> (hdf_attr &ha) |
| hdfistream_gri & | operator>> (hdf_gri &hr) |
| hdfistream_gri & | operator>> (hdf_palette &hp) |
| hdfistream_gri & | operator>> (vector< hdf_attr > &hav) |
| hdfistream_gri & | operator>> (vector< hdf_gri > &hrv) |
| hdfistream_gri & | operator>> (vector< hdf_palette > &hpv) |
| virtual void | rewind (void) |
| virtual void | seek (const char *name) |
| virtual void | seek (int index=0) |
| virtual void | seek_next (void) |
| virtual void | seek_ref (int ref) |
| void | setinterlace (int32 interlace_mode) |
| void | setmeta (bool val) |
| void | setslab (vector< int >start, vector< int >edge, vector< int >stride, bool reduce_rank=false) |
| void | unsetslab (void) |
Public Attributes | |
| int32 | _file_id |
| string | _filename |
| int | _index |
| int32 | edge [2] |
| bool | reduce_rank |
| bool | set |
| int32 | start [2] |
| int32 | stride [2] |
Protected Member Functions | |
| void | _close_ri (void) |
| void | _del (void) |
| void | _get_fileinfo (void) |
| void | _get_iminfo (void) |
| void | _init (void) |
| void | _rewind (void) |
Protected Attributes | |
| int32 | _attr_index |
| int32 | _gr_id |
| int32 | _interlace_mode |
| bool | _meta |
| int32 | _nattrs |
| int32 | _nfattrs |
| int32 | _npals |
| int32 | _nri |
| int32 | _pal_index |
| int32 | _ri_id |
| struct { | |
| int32 edge [2] | |
| bool reduce_rank | |
| bool set | |
| int32 start [2] | |
| int32 stride [2] | |
| } | _slab |
Definition at line 395 of file hcstream.h.