#include <rgb_components.h>
|
| template<class S > |
| static T | sum (const T &a, const S &b) |
| |
| template<class S > |
| static void | add (T &a, const S &b) |
| |
| template<class S > |
| static T | diff (const T &a, const S &b) |
| |
| template<class S > |
| static void | sub (T &a, const S &b) |
| |
| template<class S > |
| static T | prod (const T &a, const S &b) |
| |
| template<class S > |
| static void | mul (T &a, const S &b) |
| |
| template<class S > |
| static T | quot (const T &a, const S &b) |
| |
| template<class S > |
| static void | div (T &a, const S &b) |
| |
| template<class S > |
| static void | assign (T &a, const S &b) |
| |
template<class T>
struct CVD::La_ops< T >
Definition at line 188 of file rgb_components.h.
template<class T>
template<class S >
| static void CVD::La_ops< T >::add |
( |
T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static void CVD::La_ops< T >::assign |
( |
T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static T CVD::La_ops< T >::diff |
( |
const T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static void CVD::La_ops< T >::div |
( |
T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static void CVD::La_ops< T >::mul |
( |
T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static T CVD::La_ops< T >::prod |
( |
const T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static T CVD::La_ops< T >::quot |
( |
const T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static void CVD::La_ops< T >::sub |
( |
T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
template<class T>
template<class S >
| static T CVD::La_ops< T >::sum |
( |
const T & |
a, |
|
|
const S & |
b |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: