aGrUM  0.16.0
CNFWriter_tpl.h
Go to the documentation of this file.
1 
23 #ifndef DOXYGEN_SHOULD_SKIP_THIS
24 
25 // to ease parsing in IDE
27 
28 namespace gum {
29 
30  /* =========================================================================*/
31  /* === GUM_BN_WRITER === */
32  /* =========================================================================*/
33  // Default constructor.
34  template < typename GUM_SCALAR, template < class > class IApproximationPolicy >
36  GUM_CONSTRUCTOR(CNFWriter);
37  }
38 
39  // Default destructor.
40  template < typename GUM_SCALAR, template < class > class IApproximationPolicy >
42  GUM_DESTRUCTOR(CNFWriter);
43  }
44 
45 } /*namespace gum */
46 
47 #endif // DOXYGEN_SHOULD_SKIP_THIS
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
CNFWriter()
Default constructor.
~CNFWriter() override
Destructor.