aGrUM  0.16.0
junctionTreeStrategy.cpp
Go to the documentation of this file.
1 
31 
32 namespace gum {
33 
34  // default constructor
36  // for debugging purposes
37  GUM_CONSTRUCTOR(JunctionTreeStrategy);
38  }
39 
40  // copy constructor
43  // for debugging purposes
44  GUM_CONS_CPY(JunctionTreeStrategy);
45  }
46 
47  // move constructor
50  // for debugging purposes
51  GUM_CONS_MOV(JunctionTreeStrategy);
52  }
53 
54  // destructor
56  // for debugging purposes
57  GUM_DESTRUCTOR(JunctionTreeStrategy);
58  }
59 
62  void
64  _triangulation = triangulation;
65  }
66 
67 } /* namespace gum */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
StaticTriangulation * _triangulation
the triangulation to which the junction tree is associated
Base Class for all the algorithms producing a junction given a set of cliques/subcliques resulting fr...
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
JunctionTreeStrategy()
default constructor
base class for all non-incremental triangulation methods
virtual ~JunctionTreeStrategy()
destructor
virtual void moveTriangulation(StaticTriangulation *triangulation)
assigns a new triangulation to the junction tree strategy during a move construction ...