aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
gum::MultiDimProjection< TABLE > Member List

This is the complete list of members for gum::MultiDimProjection< TABLE >, including all inherited members.

clone() constgum::MultiDimProjection< TABLE >virtual
execute(const TABLE &table, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
execute(TABLE &container, const TABLE &table, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
memoryUsage(const TABLE &table, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
memoryUsage(const Sequence< const DiscreteVariable * > &vars, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
MultiDimProjection(TABLE(*proj)(const TABLE &, const gum::VariableSet &))gum::MultiDimProjection< TABLE >
MultiDimProjection(const MultiDimProjection< TABLE > &)gum::MultiDimProjection< TABLE >
nbOperations(const TABLE &table, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
nbOperations(const Sequence< const DiscreteVariable * > &vars, const gum::VariableSet &del_vars) constgum::MultiDimProjection< TABLE >
operations(const IScheduleMultiDim *table, const gum::VariableSet &del_vars, const bool is_result_persistent=false) constgum::MultiDimProjection< TABLE >
operator=(const MultiDimProjection< TABLE > &)gum::MultiDimProjection< TABLE >private
proj_gum::MultiDimProjection< TABLE >protected
projectionFunctiongum::MultiDimProjection< TABLE >
schedule(Schedule &schedule, const IScheduleMultiDim *table, const gum::VariableSet &del_vars, const bool is_result_persistent=false) constgum::MultiDimProjection< TABLE >
setProjectionFunction(TABLE(*proj)(const TABLE &, const gum::VariableSet &))gum::MultiDimProjection< TABLE >
value_type typedefgum::MultiDimProjection< TABLE >
~MultiDimProjection()gum::MultiDimProjection< TABLE >virtual