
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | maxArrayT (const T *in, T *out, int n) |
| template<class T> | |
| void | sumArrayT (const T *in, T *out, int n) |
| template<class T, class C> | |
| void | sumArrayClipT (const T *in, T *out, int n, C c) |
| void maxArrayT | ( | const T * | in, | |
| T * | out, | |||
| int | n | |||
| ) | [inline] |
Definition at line 690 of file ImageData.C.
Referenced by ImageData::CopyImageData().

| void sumArrayT | ( | const T * | in, | |
| T * | out, | |||
| int | n | |||
| ) | [inline] |
Definition at line 696 of file ImageData.C.
Referenced by ImageData::CopyImageData().

Definition at line 702 of file ImageData.C.
References C.
Referenced by ImageData::CopyImageData().

1.5.5