basix_doc 0.1
blur_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1929 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1931 of file operators.hpp.

References mmx::GEN_BLUR.

{ return GEN_BLUR; }
static C op ( const C x,
const D &  y 
) [inline, static]

Definition at line 1933 of file operators.hpp.

References mmx::blur().

{ return blur (x, y); }
static void set_op ( R &  x,
const C y,
const D &  z 
) [inline, static]

Definition at line 1935 of file operators.hpp.

References mmx::blur().

{ x= blur (y, z); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines