bes Updated for version 3.20.13
hdfistream_gri Class Reference
Collaboration diagram for hdfistream_gri:
Collaboration graph

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_grioperator>> (hdf_attr &ha)
 
hdfistream_grioperator>> (hdf_gri &hr)
 
hdfistream_grioperator>> (hdf_palette &hp)
 
hdfistream_grioperator>> (vector< hdf_attr > &hav)
 
hdfistream_grioperator>> (vector< hdf_gri > &hrv)
 
hdfistream_grioperator>> (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
 

Detailed Description

Definition at line 395 of file hcstream.h.

Constructor & Destructor Documentation

◆ hdfistream_gri() [1/2]

hdfistream_gri::hdfistream_gri ( const string  filename = "")

Definition at line 115 of file gri.cc.

◆ hdfistream_gri() [2/2]

hdfistream_gri::hdfistream_gri ( const hdfistream_gri )
inline

Definition at line 398 of file hcstream.h.

◆ ~hdfistream_gri()

virtual hdfistream_gri::~hdfistream_gri ( void  )
inlinevirtual

Definition at line 401 of file hcstream.h.

Member Function Documentation

◆ _close_ri()

void hdfistream_gri::_close_ri ( void  )
protected

Definition at line 104 of file gri.cc.

◆ _del()

void hdfistream_gri::_del ( void  )
inlineprotected

Definition at line 437 of file hcstream.h.

◆ _get_fileinfo()

void hdfistream_gri::_get_fileinfo ( void  )
protected

Definition at line 77 of file gri.cc.

◆ _get_iminfo()

void hdfistream_gri::_get_iminfo ( void  )
protected

Definition at line 85 of file gri.cc.

◆ _init() [1/2]

void hdfistream_obj::_init ( const string  filename = "")
inlineinherited

Definition at line 74 of file hcstream.h.

◆ _init() [2/2]

void hdfistream_gri::_init ( void  )
protected

Definition at line 67 of file gri.cc.

◆ _rewind()

void hdfistream_gri::_rewind ( void  )
inlineprotected

Definition at line 443 of file hcstream.h.

◆ bos()

bool hdfistream_gri::bos ( void  ) const
virtual

Implements hdfistream_obj.

Definition at line 195 of file gri.cc.

◆ close()

void hdfistream_gri::close ( void  )
virtual

Implements hdfistream_obj.

Definition at line 142 of file gri.cc.

◆ eo_attr()

bool hdfistream_gri::eo_attr ( void  ) const
virtual

Definition at line 225 of file gri.cc.

◆ eo_pal()

bool hdfistream_gri::eo_pal ( void  ) const
virtual

Definition at line 252 of file gri.cc.

◆ eos()

bool hdfistream_gri::eos ( void  ) const
virtual

Implements hdfistream_obj.

Definition at line 209 of file gri.cc.

◆ index()

virtual int hdfistream_obj::index ( void  ) const
inlinevirtualinherited

Definition at line 71 of file hcstream.h.

◆ open()

void hdfistream_gri::open ( const char *  filename = 0)
virtual

Implements hdfistream_obj.

Definition at line 125 of file gri.cc.

◆ operator=()

void hdfistream_gri::operator= ( const hdfistream_gri )
inline

Definition at line 404 of file hcstream.h.

◆ operator>>() [1/6]

hdfistream_gri & hdfistream_gri::operator>> ( hdf_attr ha)

Definition at line 408 of file gri.cc.

◆ operator>>() [2/6]

hdfistream_gri & hdfistream_gri::operator>> ( hdf_gri hr)

Definition at line 300 of file gri.cc.

◆ operator>>() [3/6]

hdfistream_gri & hdfistream_gri::operator>> ( hdf_palette hp)

Definition at line 469 of file gri.cc.

◆ operator>>() [4/6]

hdfistream_gri & hdfistream_gri::operator>> ( vector< hdf_attr > &  hav)

Definition at line 459 of file gri.cc.

◆ operator>>() [5/6]

hdfistream_gri & hdfistream_gri::operator>> ( vector< hdf_gri > &  hrv)

Definition at line 398 of file gri.cc.

◆ operator>>() [6/6]

hdfistream_gri & hdfistream_gri::operator>> ( vector< hdf_palette > &  hpv)

Definition at line 520 of file gri.cc.

◆ rewind()

void hdfistream_gri::rewind ( void  )
virtual

Implements hdfistream_obj.

Definition at line 185 of file gri.cc.

◆ seek() [1/2]

void hdfistream_gri::seek ( const char *  name)
virtual

Definition at line 167 of file gri.cc.

◆ seek() [2/2]

void hdfistream_gri::seek ( int  index = 0)
virtual

Implements hdfistream_obj.

Definition at line 155 of file gri.cc.

◆ seek_next()

virtual void hdfistream_gri::seek_next ( void  )
inlinevirtual

Implements hdfistream_obj.

Definition at line 411 of file hcstream.h.

◆ seek_ref()

void hdfistream_gri::seek_ref ( int  ref)
virtual

Definition at line 176 of file gri.cc.

◆ setinterlace()

void hdfistream_gri::setinterlace ( int32  interlace_mode)

Definition at line 240 of file gri.cc.

◆ setmeta()

void hdfistream_gri::setmeta ( bool  val)
inline

Definition at line 420 of file hcstream.h.

◆ setslab()

void hdfistream_gri::setslab ( vector< int start,
vector< int edge,
vector< int stride,
bool  reduce_rank = false 
)

Definition at line 267 of file gri.cc.

◆ unsetslab()

void hdfistream_gri::unsetslab ( void  )
inline

Definition at line 425 of file hcstream.h.

Member Data Documentation

◆ _attr_index

int32 hdfistream_gri::_attr_index
protected

Definition at line 449 of file hcstream.h.

◆ _file_id

int32 hdfistream_obj::_file_id
inherited

Definition at line 80 of file hcstream.h.

◆ _filename

string hdfistream_obj::_filename
inherited

Definition at line 79 of file hcstream.h.

◆ _gr_id

int32 hdfistream_gri::_gr_id
protected

Definition at line 447 of file hcstream.h.

◆ _index

int hdfistream_obj::_index
inherited

Definition at line 81 of file hcstream.h.

◆ _interlace_mode

int32 hdfistream_gri::_interlace_mode
protected

Definition at line 455 of file hcstream.h.

◆ _meta

bool hdfistream_gri::_meta
protected

Definition at line 456 of file hcstream.h.

◆ _nattrs

int32 hdfistream_gri::_nattrs
protected

Definition at line 452 of file hcstream.h.

◆ _nfattrs

int32 hdfistream_gri::_nfattrs
protected

Definition at line 453 of file hcstream.h.

◆ _npals

int32 hdfistream_gri::_npals
protected

Definition at line 454 of file hcstream.h.

◆ _nri

int32 hdfistream_gri::_nri
protected

Definition at line 451 of file hcstream.h.

◆ _pal_index

int32 hdfistream_gri::_pal_index
protected

Definition at line 450 of file hcstream.h.

◆ _ri_id

int32 hdfistream_gri::_ri_id
protected

Definition at line 448 of file hcstream.h.

◆ edge

int32 hdfistream_gri::edge[2]

Definition at line 461 of file hcstream.h.

◆ reduce_rank

bool hdfistream_gri::reduce_rank

Definition at line 459 of file hcstream.h.

◆ set

bool hdfistream_gri::set

Definition at line 458 of file hcstream.h.

◆ start

int32 hdfistream_gri::start[2]

Definition at line 460 of file hcstream.h.

◆ stride

int32 hdfistream_gri::stride[2]

Definition at line 462 of file hcstream.h.


The documentation for this class was generated from the following files: