about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/inference/online/@smoother_engine/bnet_from_engine.m
blob: b57ee5f44f6c9b7bbd11b469ffb971a80ca166f1 (plain)
1
2
3
4
5
function bnet = bnet_from_engine(engine)
% BNET_FROM_ENGINE Return the bnet structure stored inside the engine (smoother_engine)
% bnet = bnet_from_engine(engine)

bnet = bnet_from_engine(engine.tbn_engine);