libs/ck-libs/liveViz/ImageData.C File Reference
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) |
Function Documentation
template<class T>
| void maxArrayT |
( |
const T * |
in, |
|
|
T * |
out, |
|
|
int |
n | |
|
) |
| | [inline] |
template<class T>
| void sumArrayT |
( |
const T * |
in, |
|
|
T * |
out, |
|
|
int |
n | |
|
) |
| | [inline] |
template<class T, class C>
| void sumArrayClipT |
( |
const T * |
in, |
|
|
T * |
out, |
|
|
int |
n, |
|
|
C |
c | |
|
) |
| | [inline] |