diff --git a/doc/manual/manual/yggdrasil_manual.tex b/doc/manual/manual/yggdrasil_manual.tex index b37e1a764cf0f5f029a451a2b6aff2cc250ed473..cc6e0babf9add85001ff280fbf1c3c69c46ddec7 100644 --- a/doc/manual/manual/yggdrasil_manual.tex +++ b/doc/manual/manual/yggdrasil_manual.tex @@ -2834,6 +2834,20 @@ The interface is called \pyYggdrasil . Supported are single sample as well as the three containers. % END: Expanding + %%%%%%%%%%%%%%%%%%%%%%%%% + + + \paragraph{Applying the Conditions} + Assume you have a bunch of sample, either one sample or a sample container. + The samples are not conforming to the conditions. + Because the samples have wrong values in the conditioned dimensions. + Now you want to set these values to the ones that are forced by the condition. + For that the \texttt{applyConditions()} function family is provided. + + From a technical perspective these function is equivalent in first restricting the samples and then expanding it. + But no temporary container is constructed. + The argument is just modified. + % END: Restricted and Full Samples %%%%%%%%%%%%%%%%%%%%%%%%%%%