#include <LAStreams.h>
Inheritance diagram for linalg::AREALBlockStreamIn:
Public Member Functions | |
bool | eof (void) const |
bool | bof (void) const |
REAL | get (void) |
REAL | peek (void) const |
void | rewind (void) |
AREALMark | tell (void) const |
AREALMark | tell_prev (void) const |
AREALBlockStreamIn & | seek (const AREALMark mark) |
AREALBlockStreamIn & | seek (const int offset, LAS::seek_dir dir=LAS::cur) |
AREALBlockStreamIn & | ignore (const int how_many) |
ostream & | dump (ostream &os) const |
Protected Member Functions | |
AREALBlockStreamIn (const REAL *_beg_ptr, const REAL *_end_ptr, const int _col_size, const int _eoc_jump) | |
AREALBlockStreamIn (const REAL *orig_ptr, const DimSpecSubranged &clip) | |
const REAL & | get_ref (void) |
const REAL & | peek_ref (void) const |
Private Member Functions | |
AREALBlockStreamIn (const AREALBlockStreamIn &) | |
void | operator= (const AREALBlockStreamIn &) |
void | set_curr_col (const REAL *const p) |
Private Attributes | |
const REAL * | curr_el_p |
const REAL *const | first_el_p |
const REAL *const | last_el_p |
const REAL * | last_col_el_p |
const int | col_size |
const int | eoc_jump |
|
|
|
Definition at line 593 of file LAStreams.h. References REAL. |
|
Definition at line 605 of file LAStreams.h. |
|
Definition at line 631 of file LAStreams.h. |
|
Definition at line 620 of file matrix1.cpp. References col_size, curr_el_p, eoc_jump, last_col_el_p, and last_el_p. |
|
Definition at line 630 of file LAStreams.h. |
|
Reimplemented in linalg::AREALBlockStreamOut. Definition at line 635 of file LAStreams.h. References REAL. |
|
Definition at line 616 of file LAStreams.h. References linalg::_error(), and REAL. Referenced by linalg::AREALBlockStreamOut::get(). |
Here is the call graph for this function:
|
Definition at line 687 of file LAStreams.h. |
|
|
|
Reimplemented in linalg::AREALBlockStreamOut. Definition at line 636 of file LAStreams.h. References REAL. |
|
Definition at line 623 of file LAStreams.h. References linalg::_error(), and REAL. Referenced by linalg::AREALBlockStreamOut::peek(). |
Here is the call graph for this function:
|
Definition at line 640 of file LAStreams.h. |
|
Definition at line 669 of file LAStreams.h. |
|
Definition at line 657 of file LAStreams.h. References assert. |
|
Definition at line 584 of file LAStreams.h. References REAL. |
|
Definition at line 644 of file LAStreams.h. |
|
Definition at line 649 of file LAStreams.h. References linalg::_error(). |
Here is the call graph for this function:
|
Definition at line 574 of file LAStreams.h. Referenced by dump(). |
|
Definition at line 570 of file LAStreams.h. Referenced by dump(). |
|
Definition at line 575 of file LAStreams.h. Referenced by dump(). |
|
Definition at line 571 of file LAStreams.h. |
|
Definition at line 573 of file LAStreams.h. Referenced by dump(). |
|
Definition at line 572 of file LAStreams.h. Referenced by dump(). |