PxCoalescedHashSet

Defined in include/foundation/PxHashSet.h

Inheritance Relationships

Base Type

  • public physx::PxHashSetBase< Key, PxHash< Key >, PxAllocator, true >

template<class Key, class HashFn = PxHash<Key>, class Allocator = PxAllocator>
class PxCoalescedHashSet : public physx::PxHashSetBase<Key, PxHash<Key>, PxAllocator, true>

Public Types

typedef physx::PxHashSetBase<Key, HashFn, Allocator, true> HashSetBase

Public Functions

inline PxCoalescedHashSet(uint32_t initialTableSize = 64, float loadFactor = 0.75f)
inline PxCoalescedHashSet(uint32_t initialTableSize, float loadFactor, const Allocator &alloc)
inline PxCoalescedHashSet(const Allocator &alloc)
inline const Key *getEntries() const