4.5 The class PEL_PropFnctTable

PEL_PropFnctTable

PEL_PropFnctTable(void);

Constructs a propagation function table.

add

int add(PEL_ParamTable &ptPEL_PropQueue &pq,
        pf_fnct_t fnctint xint y);
 
int add(PEL_ParamTable &ptPEL_PropQueue &pq,
        pf_fnct_t fnctint xint yint z);

Adds an entry for the propagation function fnct with parameters x and y (resp. x, y, and z) and returns the index of the entry in the table. The propagation function is registered with pq and the parameter indices are stored in pt.


Tobias Müller
Version 1.4.0 (20080702)