bdm::datalink Class Reference

#include <libBM.h>

Inheritance diagram for bdm::datalink:

bdm::datalink_m2e bdm::datalink_m2m

List of all members.


Detailed Description

DataLink is a connection between two data vectors Up and Down.

Up can be longer than Down. Down must be fully present in Up (TODO optional) See chart:

inline_dotgraph_4.dot

Public Member Functions

 datalink ()
 Constructor.
 datalink (const RV &rv, const RV &rv_up)
void set_connection (const RV &rv, const RV &rv_up)
 set connection, rv must be fully present in rv_up
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.

Protected Attributes

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, indeces of the upper val

The documentation for this class was generated from the following file:

Generated on Wed Mar 4 18:50:21 2009 for mixpp by  doxygen 1.5.6