Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

QuickSort.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Impala
namespace  Impala::Util

Functions

template<class Type>
void Impala::Util::SelectionSort (Type data[], int left, int right)
 
Note:
right is inclusive

template<class Type>
int Impala::Util::Partition (Type *data, int left, int right)
 
Note:
right is inclusive

template<class Type>
void Impala::Util::QuickSort (Type *data, int left, int right)
 
Note:
right is inclusive

template<class Type>
void Impala::Util::SelectionSortDesc (Type data[], int left, int right)
 
Note:
right is inclusive

template<class Type>
int Impala::Util::PartitionDesc (Type *data, int left, int right)
 
Note:
right is inclusive

template<class Type>
void Impala::Util::QuickSortDesc (Type *data, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
void Impala::Util::SelectionSortCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
int Impala::Util::PartitionCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
void Impala::Util::QuickSortCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
void Impala::Util::SelectionSortDescCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
int Impala::Util::PartitionDescCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive

template<class Type, class CoType>
void Impala::Util::QuickSortDescCo (Type *data, CoType *coData, int left, int right)
 
Note:
right is inclusive


Variables

const int Impala::Util::cQuicksortTreshold = 15
 an array shorter than this is sorted with SelectionSort, a longer one with QuickSort


Generated on Fri Mar 19 10:28:33 2010 for ImpalaSrc by  doxygen 1.5.1