TuttleOFX  1
scalar.hpp File Reference
#include "assign.hpp"
Include dependency graph for scalar.hpp:
This graph shows which files directly or indirectly include this file:

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