Image Component Library (ICL)
|
FixedMatrix base struct defining datamode enum. More...
#include <FixedMatrix.h>
Static Public Member Functions | |
template<class SrcIterator , class DstIterator , unsigned int N> | |
static void | optimized_copy (SrcIterator srcBegin, SrcIterator srcEnd, DstIterator dstBegin) |
Optimized copy function template (for N>30 using std::copy, otherwise a simple loop is used) More... | |
FixedMatrix base struct defining datamode enum.
|
inlinestatic |
Optimized copy function template (for N>30 using std::copy, otherwise a simple loop is used)