#include <binprobe.h>
Inheritance diagram for MODEL::BinProbe:
Public Types | |
typedef ODESystem<dims,nelem, NT> | system |
Public Methods | |
BinProbe (TimeFrame &T, const string &n, Bin &b, system &sys, integer v) | |
~BinProbe () | |
virtual void | print (ostream &out) |
void | probe (void) |
NO_COPY (BinProbe) | |
Private Attributes | |
system* | my_sys |
Bin* | my_b |
integer | var |
You just have to define ONE variable of which you would like a histogram, and the ODESystem you are talking about.
Also, as always, you need a timeframe and a filename.
Definition at line 38 of file binprobe.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 57 of file binprobe.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.