Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "Stdafx.h"
Go to the source code of this file.
Macros | |
#define | PRUNING_SORTER RadixSort |
#define | ORIGINAL_VERSION |
Functions | |
inline_ void | FindRunningIndex (udword &index, float *array, udword *sorted, int last, float max) |
inline_ PRUNING_SORTER * | GetCompletePruningSorter () |
inline_ PRUNING_SORTER * | GetBipartitePruningSorter0 () |
inline_ PRUNING_SORTER * | GetBipartitePruningSorter1 () |
void | ReleasePruningSorters () |
Variables | |
static PRUNING_SORTER * | gCompletePruningSorter = null |
static PRUNING_SORTER * | gBipartitePruningSorter0 = null |
static PRUNING_SORTER * | gBipartitePruningSorter1 = null |
#define ORIGINAL_VERSION |
Definition at line 177 of file OPC_BoxPruning.cpp.
#define PRUNING_SORTER RadixSort |
Definition at line 53 of file OPC_BoxPruning.cpp.
Referenced by GetBipartitePruningSorter0(), GetBipartitePruningSorter1(), and GetCompletePruningSorter().
inline_ PRUNING_SORTER* GetBipartitePruningSorter0 | ( | ) |
Definition at line 65 of file OPC_BoxPruning.cpp.
References gBipartitePruningSorter0, and PRUNING_SORTER.
inline_ PRUNING_SORTER* GetBipartitePruningSorter1 | ( | ) |
Definition at line 70 of file OPC_BoxPruning.cpp.
References gBipartitePruningSorter1, and PRUNING_SORTER.
inline_ PRUNING_SORTER* GetCompletePruningSorter | ( | ) |
Definition at line 60 of file OPC_BoxPruning.cpp.
References gCompletePruningSorter, and PRUNING_SORTER.
void ReleasePruningSorters | ( | ) |
Definition at line 75 of file OPC_BoxPruning.cpp.
References DELETESINGLE, gBipartitePruningSorter0, gBipartitePruningSorter1, and gCompletePruningSorter.
|
static |
Definition at line 58 of file OPC_BoxPruning.cpp.
Referenced by GetBipartitePruningSorter0(), and ReleasePruningSorters().
|
static |
Definition at line 59 of file OPC_BoxPruning.cpp.
Referenced by GetBipartitePruningSorter1(), and ReleasePruningSorters().
|
static |
Definition at line 57 of file OPC_BoxPruning.cpp.
Referenced by GetCompletePruningSorter(), and ReleasePruningSorters().