#include <LAStreams.h>
Inheritance diagram for linalg::AREALStreamIn:
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 |
AREALStreamIn & | seek (const AREALMark mark) |
AREALStreamIn & | seek (const int offset, LAS::seek_dir dir=LAS::cur) |
AREALStreamIn & | ignore (const int how_many) |
ostream & | dump (ostream &os) const |
Protected Member Functions | |
AREALStreamIn (const REAL *_beg_ptr, const REAL *_end_ptr) | |
AREALStreamIn (const AREALStreamIn &proto, const IRange range, LAS::seek_dir dir) | |
const REAL & | get_ref (void) |
const REAL & | peek_ref (void) const |
Private Member Functions | |
AREALStreamIn (const AREALStreamIn &) | |
void | operator= (const AREALStreamIn &) |
const REAL * | subrange_first (const IRange range, LAS::seek_dir dir) const |
const REAL * | subrange_last (const IRange range, LAS::seek_dir dir) const |
Private Attributes | |
const REAL * | curr_el_p |
const REAL *const | first_el_p |
const REAL *const | last_el_p |
|
|
|
Definition at line 132 of file LAStreams.h. References REAL. |
|
Definition at line 142 of file LAStreams.h. References assert. |
|
Definition at line 164 of file LAStreams.h. |
|
|
|
Definition at line 163 of file LAStreams.h. Referenced by linalg::compare(), linalg::SVD::diagonalize(), linalg::FPoint::fiddle_around(), linalg::SVD_inv_mult::fill_in(), linalg::FPoint::is_step_relatively_small(), linalg::operator *=(), linalg::SVD::operator MinMax(), and linalg::SVD::rotate(). |
|
Reimplemented in linalg::AREALStreamOut. Definition at line 168 of file LAStreams.h. References REAL. Referenced by linalg::compare(), linalg::FPoint::fiddle_around(), linalg::SVD_inv_mult::fill_in(), linalg::ALInterp::interpolate(), linalg::FPoint::is_step_relatively_small(), linalg::SVD::operator MinMax(), and linalg::verify_matrix_identity(). |
|
Definition at line 151 of file LAStreams.h. References linalg::_error(), and REAL. |
Here is the call graph for this function:
|
Definition at line 210 of file LAStreams.h. |
|
|
|
Reimplemented in linalg::AREALStreamOut. Definition at line 169 of file LAStreams.h. References REAL. Referenced by linalg::compare(), linalg::ALInterp::interpolate(), and linalg::verify_matrix_identity(). |
|
Definition at line 155 of file LAStreams.h. References linalg::_error(), and REAL. |
Here is the call graph for this function:
|
Definition at line 173 of file LAStreams.h. Referenced by linalg::ALInterp::interpolate(). |
|
Definition at line 200 of file LAStreams.h. References assert. |
|
Definition at line 187 of file LAStreams.h. References assert. Referenced by linalg::compare(), and linalg::verify_matrix_identity(). |
|
Definition at line 104 of file LAStreams.h. References linalg::IRange::lwb, max, and REAL. |
|
Definition at line 118 of file LAStreams.h. References min, REAL, and linalg::IRange::upb. |
|
Definition at line 176 of file LAStreams.h. |
|
Definition at line 181 of file LAStreams.h. References linalg::_error(). |
Here is the call graph for this function:
|
Definition at line 95 of file LAStreams.h. |
|
Definition at line 96 of file LAStreams.h. |
|
Definition at line 97 of file LAStreams.h. |