aGrUM  0.14.2
BNReader.h File Reference

Definition of abstract classes for file input manipulation of Bayesian Networks. More...

#include <agrum/BN/BayesNet.h>
#include <agrum/agrum.h>
#include <iostream>
#include <string>
#include <agrum/BN/io/BNReader_tpl.h>
+ Include dependency graph for BNReader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::BNReader< GUM_SCALAR >
 Pure virtual class for reading a BN from a file. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Detailed Description

Definition of abstract classes for file input manipulation of Bayesian Networks.

Every classe used to read a BN from a file, must inherit from BNWriter or BNReader.

Author
Lionel TORTI and Pierre-Henri WUILLEMIN

Definition in file BNReader.h.