25 #ifndef DOXYGEN_SHOULD_SKIP_THIS 32 template <
typename GUM_SCALAR >
34 const std::string& filename) {
35 GUM_CONSTRUCTOR(BNReader);
38 template <
typename GUM_SCALAR >
40 GUM_DESTRUCTOR(BNReader);
45 #endif // DOXYGEN_SHOULD_SKIP_THIS BNReader(BayesNet< GUM_SCALAR > *bn, const std::string &filename)
Constructor A reader is defined for reading a defined file.
gum is the global namespace for all aGrUM entities
virtual ~BNReader()
Default destructor.