33 template <
typename GUM_SCALAR >
34 EvidenceInference< GUM_SCALAR >::EvidenceInference(
35 const IBayesNet< GUM_SCALAR >* bn) :
36 BayesNetInference< GUM_SCALAR >(bn) {
38 if (
this->hasNoModel_()) {
39 BayesNetInference< GUM_SCALAR >::setBayesNetDuringConstruction__(bn);
42 GUM_CONSTRUCTOR(EvidenceInference);
INLINE void emplace(Args &&... args)