aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
BNWriter.cpp
Go to the documentation of this file.
1 
28 #include <agrum/BN/io/BNWriter.h>
29 
30 
31 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
32 template class gum::BNWriter< double >;
33 #endif
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Pure virtual class for writting a BN to a file.
Definition: BNWriter.h:57