#include <history.h>
Definition at line 30 of file history.h.
qucs::history::history |
( |
| ) |
|
qucs::history::history |
( |
nr_double_t |
| ) |
|
qucs::history::history |
( |
const history & |
h | ) |
|
qucs::history::~history |
( |
| ) |
|
void qucs::history::append |
( |
nr_double_t |
val | ) |
|
void qucs::history::drop |
( |
void |
| ) |
|
nr_double_t qucs::history::duration |
( |
void |
| ) |
|
nr_double_t qucs::history::first |
( |
void |
| ) |
|
nr_double_t qucs::history::getAge |
( |
void |
| ) |
|
|
inline |
int qucs::history::getSize |
( |
void |
| ) |
|
nr_double_t qucs::history::getTfromidx |
( |
int |
idx | ) |
|
tvector<nr_double_t>* qucs::history::getTvector |
( |
void |
| ) |
|
|
inline |
nr_double_t qucs::history::getValfromidx |
( |
int |
idx | ) |
|
nr_double_t qucs::history::interpol |
( |
nr_double_t |
tval, |
|
|
int |
idx, |
|
|
bool |
left |
|
) |
| |
nr_double_t qucs::history::last |
( |
void |
| ) |
|
int qucs::history::leftidx |
( |
void |
| ) |
|
nr_double_t qucs::history::nearest |
( |
nr_double_t |
tval, |
|
|
bool |
interpolate = true |
|
) |
| |
int qucs::history::seek |
( |
nr_double_t |
tval, |
|
|
int |
l, |
|
|
int |
r, |
|
|
nr_double_t & |
diff, |
|
|
int |
idx |
|
) |
| |
void qucs::history::self |
( |
void |
| ) |
|
|
inline |
void qucs::history::setAge |
( |
nr_double_t |
a | ) |
|
|
inline |
void qucs::history::setTvector |
( |
tvector< nr_double_t > * |
v | ) |
|
|
inline |
void qucs::history::truncate |
( |
int |
n | ) |
|
void qucs::history::truncate |
( |
nr_double_t |
tcut | ) |
|
int qucs::history::unused |
( |
void |
| ) |
|
nr_double_t qucs::history::age |
|
private |
tvector<nr_double_t>* qucs::history::t |
|
private |
tvector<nr_double_t>* qucs::history::values |
|
private |
The documentation for this class was generated from the following files: