#include "Stdafx.h"
Go to the source code of this file.
Macros | |
#define | ORIGINAL_VERSION |
#define | PRUNING_SORTER RadixSort |
Functions | |
inline_ void | FindRunningIndex (udword &index, float *array, udword *sorted, int last, float max) |
inline_ PRUNING_SORTER * | GetBipartitePruningSorter0 () |
inline_ PRUNING_SORTER * | GetBipartitePruningSorter1 () |
inline_ PRUNING_SORTER * | GetCompletePruningSorter () |
void | ReleasePruningSorters () |
Variables | |
static PRUNING_SORTER * | gBipartitePruningSorter0 = null |
static PRUNING_SORTER * | gBipartitePruningSorter1 = null |
static PRUNING_SORTER * | gCompletePruningSorter = null |
#define ORIGINAL_VERSION |
Definition at line 175 of file OPC_BoxPruning.cpp.
#define PRUNING_SORTER RadixSort |
Definition at line 52 of file OPC_BoxPruning.cpp.
inline_ void FindRunningIndex | ( | udword & | index, |
float * | array, | ||
udword * | sorted, | ||
int | last, | ||
float | max | ||
) |
Definition at line 37 of file OPC_BoxPruning.cpp.
inline_ PRUNING_SORTER* GetBipartitePruningSorter0 | ( | ) |
Definition at line 64 of file OPC_BoxPruning.cpp.
inline_ PRUNING_SORTER* GetBipartitePruningSorter1 | ( | ) |
Definition at line 69 of file OPC_BoxPruning.cpp.
inline_ PRUNING_SORTER* GetCompletePruningSorter | ( | ) |
Definition at line 59 of file OPC_BoxPruning.cpp.
void ReleasePruningSorters | ( | ) |
Definition at line 74 of file OPC_BoxPruning.cpp.
|
static |
Definition at line 57 of file OPC_BoxPruning.cpp.
|
static |
Definition at line 58 of file OPC_BoxPruning.cpp.
|
static |
Definition at line 56 of file OPC_BoxPruning.cpp.