#include <libBM.h>

Evaluates conditional filtering density 
 for a given rvc which is specified in each step by calling function condition.
This is an interface class used to assure that certain BM has operation condition . 
Public Member Functions | |
| virtual void | condition (const vec &val)=0 | 
Substitute val for rvc.  | |
| BMcond () | |
| Default constructor.  | |
| virtual | ~BMcond () | 
| Destructor for future use.  | |
| const RV & | _rvc () const | 
| access function  | |
Protected Attributes | |
| int | dimc | 
| dimension of the conditioning variable  | |
| RV | rvc | 
| Identificator of the conditioning variable.  | |
 1.5.6