aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
BNWriter.h File Reference

Definition of abstract classes for file output manipulation of Bayesian networks. More...

#include <iostream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/BN/IBayesNet.h>
#include <agrum/BN/io/BNWriter_tpl.h>
Include dependency graph for BNWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::BNWriter< GUM_SCALAR >
 virtual class for writing a BN to a file. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Detailed Description

Definition of abstract classes for file output manipulation of Bayesian networks.

Every classe used to read or write a BN from a file, must inherit from BNWriter or BNReader.

Author
Lionel TORTI and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file BNWriter.h.