aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
projectionRegister4MultiDim.h File Reference

A container for registering projection functions on multiDimImplementations. More...

#include <atomic>
#include <iostream>
#include <string>
#include <utility>
#include <agrum/base/variables/discreteVariable.h>
#include <agrum/base/multidim/utils/operators/projectionRegister4MultiDim_tpl.h>
Include dependency graph for projectionRegister4MultiDim.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::ProjectionRegister4MultiDim< GUM_SCALAR >
 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_SCALAR>
void gum::registerProjection (const std::string &projection_name, const std::string &type_multidim, typename ProjectionRegister4MultiDim< GUM_SCALAR >::ProjectionPtr function)
 A function to more easily register new projection functions in MultiDims.

Detailed Description

A container for registering projection functions on multiDimImplementations.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file projectionRegister4MultiDim.h.