aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
spanningForest.cpp
Go to the documentation of this file.
1 
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
30 
31 # include <agrum/agrum.h>
33 
34 namespace gum {
35 
36  SpanningForest::SpanningForest() { GUM_CONSTRUCTOR(SpanningForest); }
37 
38  SpanningForest::~SpanningForest() { GUM_DESTRUCTOR(SpanningForest); }
39 
41  GUM_CONS_CPY(SpanningForest);
42  }
43 
45  return *this;
46  }
47 
48 } /* namespace gum */
49 
50 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
SpanningForest()
default constructor
SpanningForest & operator=(const SpanningForest &toCopy)
Copy operator.
virtual ~SpanningForest()
Destructor.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.