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