Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MODEL::BinDwellProbe Class Template Reference

#include <dwellprobe.h>

Inheritance diagram for MODEL::BinDwellProbe:

Inheritance graph
[legend]
Collaboration diagram for MODEL::BinDwellProbe:

Collaboration graph
[legend]
List of all members.

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
Binmy_b_up
Binmy_b_down
bool more_or_less
number last_t

Detailed Description

template<integer dims, typename nelem = number, class NT = NumericTraits<nelem,dims>> class MODEL::BinDwellProbe

This class collects bins dwell times (as described in the DwellProbe class). You provide ONE variable for which you want dwell times, and the ODESystem you are talking about.

Definition at line 126 of file dwellprobe.h.


Member Function Documentation

void print ( ostream & out ) [inline, virtual]
 

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.


The documentation for this class was generated from the following file:
To get the sources or tarballs, please go to SourceForge or you can use the CVS repository.

More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be

Last update: June 2002.


Looking for Open Source? Check out SourceForge Logo !