aGrUM
0.17.2
a C++ library for (probabilistic) graphical models
UTGenerator.cpp
Go to the documentation of this file.
1
29
#include <
agrum/ID/generator/UTGenerator.h
>
30
31
namespace
gum
{
32
33
// Default constructor.
34
UTGenerator::UTGenerator
() { GUM_CONSTRUCTOR(
UTGenerator
); }
35
36
// Destructor.
37
UTGenerator::~UTGenerator
() { GUM_DESTRUCTOR(
UTGenerator
); }
38
39
}
/* namespace gum */
UTGenerator.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
gum::UTGenerator::~UTGenerator
virtual ~UTGenerator()
Destructor.
Definition:
UTGenerator.cpp:37
gum
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition:
agrum.h:25
gum::UTGenerator
Abstract class for generating Utility Tables.
Definition:
UTGenerator.h:43
gum::UTGenerator::UTGenerator
UTGenerator()
Default constructor.
Definition:
UTGenerator.cpp:34