bdm::datalink_m2e Class Reference
Data link with a condition. More...
#include <bdmbase.h>
Inheritance diagram for bdm::datalink_m2e:

Public Member Functions | |
| datalink_m2e () | |
| Constructor. | |
| void | set_connection (const RV &rv, const RV &rvc, const RV &rv_up) |
| Set connection between vectors. | |
| vec | get_cond (const vec &val_up) |
| Construct condition. | |
| void | pushup_cond (vec &val_up, const vec &val, const vec &cond) |
| Copy corresponding values to Up.condition. | |
Protected Attributes | |
| int | condsize |
| Remember how long cond should be. | |
| ivec | v2c_up |
| upper_val-to-local_cond link, indices of the upper val | |
| ivec | v2c_lo |
| upper_val-to-local_cond link, indices of the local cond | |
Detailed Description
Data link with a condition.
The documentation for this class was generated from the following files:
- bdmbase.h
- bdmbase.cpp
Generated on 2 Dec 2013 for mixpp by
1.4.7
