#include <dwellprobe.h>
Inheritance diagram for MODEL::BinDwellProbe:


| Public Types | |
| typedef ODESystem<dims,nelem, NT> | system | 
| Public Methods | |
| BinDwellProbe (TimeFrame &T, const string &n, Bin &b_up, Bin &b_down, system &sys, integer v, number threshold) | |
| ~BinDwellProbe () | |
| virtual void | print (ostream &out) | 
| void | probe (void) | 
| NO_COPY (BinDwellProbe) | |
| Private Attributes | |
| system* | my_sys | 
| integer | var | 
| number | th | 
| number | avgn | 
| Bin* | my_b_up | 
| Bin* | my_b_down | 
| bool | more_or_less | 
| number | last_t | 
Definition at line 126 of file dwellprobe.h.
| 
 | 
| Implement this one to write the data. You can call it upon destruction of your derived object. Unfortunately, I have not yet figured out how to call a derived function inside a destructor (as a general rule, this is not possible: it will always call the local version. DUH. So it is implemented so people would be reminded Reimplemented from MODEL::GenericProbe. Definition at line 149 of file dwellprobe.h. | 
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.