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

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

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

Go to the source code of this file.

Classes

class  gum::MRFReader< GUM_SCALAR >
 Pure virtual class for reading a MRF from a file. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Detailed Description

Definition of abstract classes for file input manipulation of Markov random fields.

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

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

Definition in file MRFReader.h.