IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
arrayUtils.h File Reference

utility functions for array operations More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/BaseTypes.h>
#include <IPSDKUtil/Tools/detail/arrayUtilsImpl.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 

Functions

template<int nbElts, typename T >
IPSDK_FORCEINLINE void ipsdk::arrayop::copyArray (const T *src, T *dest)
 function copying the "nbElts" elements of the array "src", to array "dest"
 
template<int nbElts, typename T >
IPSDK_FORCEINLINE void ipsdk::arrayop::indexedIncrement (T *ar, ipInt32 *indexes)
 function incrementing the "nbElts" elements of the array "array", whose indexes are defined in argument "indexes"
 

Detailed Description

utility functions for array operations

Author
H. Delestre
Date
2014/07/30