My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
history Class Reference

#include <history.h>

Public Member Functions

 history ()
 
 history (nr_double_t)
 
 history (const history &)
 
 ~history ()
 
void append (nr_double_t)
 
void setAge (nr_double_t a)
 
nr_double_t getAge (void)
 
nr_double_t duration (void)
 
nr_double_t last (void)
 
nr_double_t first (void)
 
int leftidx (void)
 
int unused (void)
 
void drop (void)
 
void setTvector (tvector< nr_double_t > *v)
 
tvector< nr_double_t > * getTvector (void)
 
void self (void)
 
nr_double_t interpol (nr_double_t, int, bool)
 
nr_double_t nearest (nr_double_t, bool interpolate=true)
 
int seek (nr_double_t, int, int, nr_double_t &, int)
 

Detailed Description

Definition at line 28 of file history.h.

Constructor & Destructor Documentation

history::history ( )

Definition at line 40 of file history.cpp.

history::history ( nr_double_t  )
history::history ( const history h)

Definition at line 47 of file history.cpp.

history::~history ( )

Definition at line 54 of file history.cpp.

Member Function Documentation

void history::append ( nr_double_t  val)

Definition at line 59 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void history::drop ( void  )

Definition at line 97 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t history::duration ( void  )

Definition at line 91 of file history.cpp.

Here is the call graph for this function:

nr_double_t history::first ( void  )

Definition at line 81 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t history::getAge ( void  )
inline

Definition at line 39 of file history.h.

Here is the caller graph for this function:

tvector<nr_double_t>* history::getTvector ( void  )
inline

Definition at line 47 of file history.h.

Here is the caller graph for this function:

nr_double_t history::interpol ( nr_double_t  tval,
int  idx,
bool  left 
)

Definition at line 111 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t history::last ( void  )

Definition at line 86 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int history::leftidx ( void  )

Definition at line 66 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t history::nearest ( nr_double_t  tval,
bool  interpolate = true 
)

Definition at line 133 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int history::seek ( nr_double_t  tval,
int  l,
int  r,
nr_double_t &  diff,
int  idx 
)

Definition at line 152 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void history::self ( void  )
inline

Definition at line 48 of file history.h.

Here is the caller graph for this function:

void history::setAge ( nr_double_t  a)
inline

Definition at line 38 of file history.h.

Here is the caller graph for this function:

void history::setTvector ( tvector< nr_double_t > *  v)
inline

Definition at line 46 of file history.h.

int history::unused ( void  )

Definition at line 74 of file history.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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