#include <pixel_operations.h>
Static Public Member Functions | |
| template<class S > | |
| static void | add (T &lhs, const S &rhs) |
| template<class S > | |
| static void | assign (T &lhs, const S &rhs) |
| static void | assign (T &lhs, const T &rhs) |
| template<class S > | |
| static void | divide (T &lhs, const S &rhs) |
| static bool | equal (const T &a, const T &b) |
| template<class S > | |
| static void | multiply (T &lhs, const S &rhs) |
| template<class S > | |
| static void | subtract (T &lhs, const S &rhs) |
| static void | zero (T &t) |
Definition at line 37 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::add | ( | T & | lhs, | |
| const S & | rhs | |||
| ) | [inline, static] |
Definition at line 40 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::assign | ( | T & | lhs, | |
| const S & | rhs | |||
| ) | [inline, static] |
Definition at line 39 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::assign | ( | T & | lhs, | |
| const T & | rhs | |||
| ) | [inline, static] |
Definition at line 38 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::divide | ( | T & | lhs, | |
| const S & | rhs | |||
| ) | [inline, static] |
Definition at line 43 of file pixel_operations.h.
| static bool CVD::Pixel::operations< T, N >::equal | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Definition at line 44 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::multiply | ( | T & | lhs, | |
| const S & | rhs | |||
| ) | [inline, static] |
Definition at line 42 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::subtract | ( | T & | lhs, | |
| const S & | rhs | |||
| ) | [inline, static] |
Definition at line 41 of file pixel_operations.h.
| static void CVD::Pixel::operations< T, N >::zero | ( | T & | t | ) | [inline, static] |
Definition at line 45 of file pixel_operations.h.