#include <pixel_operations.h>
|
| static void | assign (T &lhs, const T &rhs) |
| |
| 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, unsigned int N = Component<T>::count>
struct CVD::Pixel::operations< T, N >
Definition at line 37 of file pixel_operations.h.
template<class T , unsigned int N = Component<T>::count>
template<class S >
template<class T , unsigned int N = Component<T>::count>
template<class T , unsigned int N = Component<T>::count>
template<class S >
template<class T , unsigned int N = Component<T>::count>
template<class S >
template<class T , unsigned int N = Component<T>::count>
template<class T , unsigned int N = Component<T>::count>
template<class S >
template<class T , unsigned int N = Component<T>::count>
template<class S >
template<class T , unsigned int N = Component<T>::count>
The documentation for this struct was generated from the following file: