![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
A container for registering projection functions on multiDimImplementations. More...
#include <atomic>#include <iostream>#include <string>#include <utility>#include <agrum/base/variables/discreteVariable.h>#include <string_view>#include <agrum/base/multidim/utils/operators/projectionRegister4MultiDim_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::ProjectionRegister4MultiDim< GUM_ELEMENT > |
| A container for registering projection functions on multiDimImplementations, i.e., functions projecting tables over a subset of their variables. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename GUM_ELEMENT> | |
| void | gum::registerProjection (std::string_view projection_name, std::string_view type_multidim, typename ProjectionRegister4MultiDim< GUM_ELEMENT >::ProjectionPtr function) |
| A function to more easily register new projection functions in MultiDims. | |
A container for registering projection functions on multiDimImplementations.
Definition in file projectionRegister4MultiDim.h.