#include <pixel_operations.h>
|
| template<class S > |
| static void | assign (T &lhs, const S &rhs) |
| |
| template<class S > |
| static void | add (T &lhs, const S &rhs) |
| |
| template<class S > |
| static void | subtract (T &lhs, const S &rhs) |
| |
| template<class S > |
| static void | multiply (T &lhs, const S &rhs) |
| |
| template<class S > |
| static void | divide (T &lhs, const S &rhs) |
| |
| static bool | equal (const T &a, const T &b) |
| |
| static void | zero (T &t) |
| |
template<class T>
struct CVD::Pixel::operations< T, 1 >
Definition at line 48 of file pixel_operations.h.
template<class T >
template<class S >
template<class T >
template<class S >
template<class T >
template<class S >
template<class T >
template<class S >
template<class T >
template<class S >
The documentation for this struct was generated from the following file: