28 #ifndef GUM_SCHEDULE_DELETE_MULTI_DIM_H 29 #define GUM_SCHEDULE_DELETE_MULTI_DIM_H 33 #include <agrum/agrum.h> 35 #include <agrum/tools/core/sequence.h> 36 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleMultiDim.h> 37 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleOperation.h> 38 #include <agrum/tools/multidim/implementations/multiDimImplementation.h> 42 template <
typename GUM_SCALAR >
133 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleDeleteMultiDim_tpl.h> std::string toString() const
displays the content of the operation
Sequence< const ScheduleMultiDim< GUM_SCALAR > *> * _args_
the set of ScheduleMultidims passed in arguments
INLINE void emplace(Args &&... args)
const Sequence< const ScheduleMultiDim< GUM_SCALAR > *> & multiDimResults() const
returns the set of multidims that should be the result of the operation
ScheduleMultiDim< GUM_SCALAR > _table_
std::pair< long, long > memoryUsage() const
returns the memory consumption used during the operation
virtual ~ScheduleDeleteMultiDim()
destructor
ScheduleDeleteMultiDim(const ScheduleMultiDim< GUM_SCALAR > &table)
default constructor
void execute()
executes the operation
float nbOperations() const
returns an estimation of the number of elementary operations needed to perform the ScheduleOperation ...
ScheduleDeleteMultiDim(const ScheduleDeleteMultiDim< GUM_SCALAR > &)
copy constructor
ScheduleDeleteMultiDim< GUM_SCALAR > & operator=(const ScheduleDeleteMultiDim< GUM_SCALAR > &)
copy operator
virtual ScheduleDeleteMultiDim< GUM_SCALAR > * newFactory() const
virtual copy constructor: creates a clone of the operation
const Sequence< const ScheduleMultiDim< GUM_SCALAR > *> & multiDimArgs() const
returns the set of multidims passed in argument to the operation
bool operator==(const ScheduleOperation< GUM_SCALAR > &) const
operator ==
bool operator!=(const ScheduleOperation< GUM_SCALAR > &) const
operator !=