aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
IDReader_tpl.h
Go to the documentation of this file.
1 
29 #include "IDReader.h"
30 
31 #ifndef DOXYGEN_SHOULD_SKIP_THIS
32 
33 namespace gum {
34 
35  /*
36  * Constructor
37  * A reader is created to reading a defined file.
38  * Note that an ID as to be created before and given in parameter.
39  */
40  template < typename GUM_SCALAR >
41  INLINE IDReader< GUM_SCALAR >::IDReader(InfluenceDiagram< GUM_SCALAR >* infdiag,
42  const std::string& filePath) {
43  GUM_CONSTRUCTOR(IDReader);
44  }
45 
46  /*
47  * Default destructor.
48  */
49  template < typename GUM_SCALAR >
51  GUM_DESTRUCTOR(IDReader);
52  }
53 
54 } /* namespace gum */
55 
56 #endif // DOXYGEN_SHOULD_SKIP_THIS
IDReader(InfluenceDiagram< GUM_SCALAR > *infdiag, const std::string &filePath)
Constructor A reader is created to reading a defined file.
virtual ~IDReader()
Default destructor.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25