TuttleOFX
1
|
#include "assign.hpp"
Go to the source code of this file.
Namespaces | |
namespace | terry |
namespace | terry::numeric |
Functions | |
template<typename PixelAccum , typename SrcView , typename Scalar , typename DstView > | |
GIL_FORCEINLINE void | terry::numeric::view_multiplies_scalar (const SrcView &src, const Scalar &scalar, const DstView &dst) |
destination is set to be product of the source and a scalar |