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

Definition of abstract classes for file output manipulation of Markov random fields. More...

#include <iostream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/MRF/IMarkovRandomField.h>
#include <agrum/MRF/io/MRFWriter_tpl.h>
Include dependency graph for MRFWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::MRFWriter< GUM_SCALAR >
 Pure virtual class for writting a MRF 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 Markov random fields.

Every class used to read or write a MRF from a file, must inherit from MRFWriter or MRFReader.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU)

Definition in file MRFWriter.h.