aGrUM  0.16.0
triangulation_inl.h
Go to the documentation of this file.
1 
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
30 
31 
32 namespace gum {
33 
34 
36  INLINE const NodeProperty< Size >* Triangulation::domainSizes() const {
37  return _domain_sizes;
38  }
39 
40 
41 } /* namespace gum */
42 
43 
44 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
const NodeProperty< Size > * _domain_sizes
the domain sizes of the variables/nodes of the graph
const NodeProperty< Size > * domainSizes() const
returns the domain sizes of the variables of the graph to be triangulated