aGrUM  0.14.2
completeProjectionRegister4MultiDim.h File Reference

A container for registering complete projection functions on multiDimImplementations, i.e., projections over all variables. More...

#include <iostream>
#include <string>
#include <utility>
#include <agrum/core/hashTable.h>
#include <agrum/core/set.h>
#include <agrum/multidim/instantiation.h>
#include <agrum/variables/discreteVariable.h>
#include <agrum/multidim/utils/operators/completeProjectionRegister4MultiDim_tpl.h>
+ Include dependency graph for completeProjectionRegister4MultiDim.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::MultiDimImplementation< GUM_SCALAR >
 <agrum/multidim/multiDimImplementation.h> More...
 
class  gum::CompleteProjectionRegister4MultiDim< GUM_SCALAR >
 A container for registering complete projection functions on multiDimImplementations, i.e., functions projecting tables over all their variables. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

template<typename GUM_SCALAR >
void gum::registerCompleteProjection (const std::string &projection_name, const std::string &type_multidim, typename CompleteProjectionRegister4MultiDim< GUM_SCALAR >::CompleteProjectionPtr function)
 A function to more easily register new projection functions in MultiDims. More...
 

Detailed Description

A container for registering complete projection functions on multiDimImplementations, i.e., projections over all variables.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file completeProjectionRegister4MultiDim.h.