Extension of datalink to fill only part of Down
#include <bdmbase.h>
| Public Member Functions | |
| void | set_connection (const RV &rv, const RV &rv_up) | 
| set connection, rv must be fully present in rv_up | |
| void | filldown (const vec &val_up, vec &val_down) | 
| Get val for vector val_down from val of "Up". | |
| void | set_connection (int ds, int us, const ivec &upind) | 
| set connection using indices | |
| vec | pushdown (const vec &val_up) | 
| Get val for myself from val of "Up". | |
| void | pushup (vec &val_up, const vec &val) | 
| Fill val of "Up" by my pieces. | |
| int | _upsize () | 
| access functions | |
| int | _downsize () | 
| access functions | |
| Protected Attributes | |
| ivec | v2v_down | 
| indeces of values in vector downsize | |
| int | downsize | 
| Remember how long val should be. | |
| int | upsize | 
| Remember how long val of "Up" should be. | |
| ivec | v2v_up | 
| val-to-val link, indices of the upper val | |
 1.6.1
 1.6.1