aGrUM  0.16.0
BNReader_tpl.h
Go to the documentation of this file.
1 
28 #ifndef DOXYGEN_SHOULD_SKIP_THIS
29 
30 namespace gum {
31 
32  /* =========================================================================*/
33  /* === GUM_BN_WRITTER === */
34  /* =========================================================================*/
35  template < typename GUM_SCALAR >
36  INLINE BNReader< GUM_SCALAR >::BNReader(BayesNet< GUM_SCALAR >* bn,
37  const std::string& filename) {
38  GUM_CONSTRUCTOR(BNReader);
39  }
40 
41  template < typename GUM_SCALAR >
43  GUM_DESTRUCTOR(BNReader);
44  }
45 
46 } /* namespace gum */
47 
48 #endif // DOXYGEN_SHOULD_SKIP_THIS
BNReader(BayesNet< GUM_SCALAR > *bn, const std::string &filename)
Constructor A reader is defined for reading a defined file.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
virtual ~BNReader()
Default destructor.