SPH
|
Iterator over all quantities, executes given functor with buffer of quantity values. More...
#include <Iterate.h>
Public Member Functions | |
template<typename TValue , typename TFunctor > | |
void | visit (Quantity &q, const QuantityId id, TFunctor &&functor) |
Iterator over all quantities, executes given functor with buffer of quantity values.
Does not access derivatives of quantities. Stored buffers are passed as Array to the functor.
|
inline |