48 template <
typename GUM_ELEMENT >
53 if (del == 1 || del == 3)
delete f1;
54 if (del >= 2)
delete f2;
57 template <
typename GUM_ELEMENT >
62 if (del == 1 || del == 3)
delete f1;
63 if (del >= 2)
delete f2;
Headers of the Operator Strategy interface.
Class to handle efficiently argMaxSet.
void deleteFunctionGraph_(const MultiDimFunctionGraph< GUM_ELEMENT > *f1, const MultiDimFunctionGraph< GUM_ELEMENT > *f2, Idx del)
Class implementingting a function graph.
Implementation of a Terminal Node Policy that maps nodeid to a set of value.
Size Idx
Type for indexes.
gum is the global namespace for all aGrUM entities