eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/core/inl/CoreSort.inl>
Go to the source code of this file.
Namespaces | |
namespace | eLynx |
Functions | |
template<class T , size_t N> | |
void | eLynx::elxInsertionSort (T(&ioArray)[N]) |
template<class T > | |
void | eLynx::elxShellSort (T *ioprArray, uint32 iSize, uint32 iMaxIncrement) |
template<class T > | |
void | eLynx::elxQuickSort (T *ioprArray, uint32 iSize, int32(*iComp)(const T *, const T *)) |