Foundation
Classes | |
class | physx::shdfnd::internal::Stack< Allocator > |
Namespaces | |
namespace | physx |
Sorts an array of objects in ascending order, assuming that the predicate implements the < operator:. | |
Defines | |
#define | PX_SORT_PARANOIA PX_DEBUG |
#define | PX_FOUNDATION_VERSION_MAJOR 3 |
#define | PX_FOUNDATION_VERSION_MINOR 4 |
#define | PX_FOUNDATION_VERSION_BUGFIX 0 |
#define | PX_FOUNDATION_VERSION ((PX_FOUNDATION_VERSION_MAJOR << 24) + (PX_FOUNDATION_VERSION_MINOR << 16) + (PX_FOUNDATION_VERSION_BUGFIX << 8) + 0) |
Functions | |
template<class T , class Predicate > | |
void | physx::shdfnd::sort (T *elements, uint32_t count, const Predicate &compare) |
template<class T > | |
void | physx::shdfnd::sort (T *elements, uint32_t count) |
template<class T , class Predicate > | |
PX_INLINE int32_t | physx::shdfnd::internal::partition (T *elements, int32_t first, int32_t last, Predicate &compare) |
template<class T , class Predicate > | |
PX_INLINE void | physx::shdfnd::internal::smallSort (T *elements, int32_t first, int32_t last, Predicate &compare) |
physx::shdfnd::internal::Stack::Stack (int32_t *memory, uint32_t capacity, const Allocator &inAllocator) | |
physx::shdfnd::internal::Stack::~Stack () | |
void | physx::shdfnd::internal::Stack::grow () |
PX_INLINE void | physx::shdfnd::internal::Stack::push (int32_t start, int32_t end) |
PX_INLINE void | physx::shdfnd::internal::Stack::pop (int32_t &start, int32_t &end) |
PX_INLINE bool | physx::shdfnd::internal::Stack::empty () |
Define Documentation
#define PX_FOUNDATION_VERSION ((PX_FOUNDATION_VERSION_MAJOR << 24) + (PX_FOUNDATION_VERSION_MINOR << 16) + (PX_FOUNDATION_VERSION_BUGFIX << 8) + 0) |
The constant PX_FOUNDATION_VERSION is used when creating certain PhysX module objects. This is to ensure that the application is using the same header version as the library was built with.
#define PX_FOUNDATION_VERSION_BUGFIX 0 |
#define PX_FOUNDATION_VERSION_MAJOR 3 |
#define PX_FOUNDATION_VERSION_MINOR 4 |
#define PX_SORT_PARANOIA PX_DEBUG |
Function Documentation
template<class Allocator>
PX_INLINE bool physx::shdfnd::internal::Stack< Allocator >::empty | ( | ) | [inline, inherited] |
template<class Allocator>
void physx::shdfnd::internal::Stack< Allocator >::grow | ( | ) | [inline, inherited] |
template<class T , class Predicate >
PX_INLINE int32_t physx::shdfnd::internal::partition | ( | T * | elements, | |
int32_t | first, | |||
int32_t | last, | |||
Predicate & | compare | |||
) | [inline] |
template<class Allocator>
PX_INLINE void physx::shdfnd::internal::Stack< Allocator >::pop | ( | int32_t & | start, | |
int32_t & | end | |||
) | [inline, inherited] |
template<class Allocator>
PX_INLINE void physx::shdfnd::internal::Stack< Allocator >::push | ( | int32_t | start, | |
int32_t | end | |||
) | [inline, inherited] |
template<class T , class Predicate >
PX_INLINE void physx::shdfnd::internal::smallSort | ( | T * | elements, | |
int32_t | first, | |||
int32_t | last, | |||
Predicate & | compare | |||
) | [inline] |
template<class T >
void physx::shdfnd::sort | ( | T * | elements, | |
uint32_t | count | |||
) | [inline] |
template<class T , class Predicate >
void physx::shdfnd::sort | ( | T * | elements, | |
uint32_t | count, | |||
const Predicate & | compare | |||
) | [inline] |
template<class Allocator>
physx::shdfnd::internal::Stack< Allocator >::Stack | ( | int32_t * | memory, | |
uint32_t | capacity, | |||
const Allocator & | inAllocator | |||
) | [inline, inherited] |
template<class Allocator>
physx::shdfnd::internal::Stack< Allocator >::~Stack | ( | ) | [inline, inherited] |
Generated on Tue Jul 28 14:21:55 2015 for NVIDIA(R) PsFoundation Reference by
