blur_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1992 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1994 of file operators.hpp.

References mmx::GEN_BLUR.

01994 { return GEN_BLUR; }

static C op ( const C x,
const D &  y 
) [inline, static]

Definition at line 1996 of file operators.hpp.

References mmx::blur().

01996 { return blur (x, y); }

static void set_op ( R &  x,
const C y,
const D &  z 
) [inline, static]

Definition at line 1998 of file operators.hpp.

References mmx::blur().

01998 { x= blur (y, z); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1