PxCoalescedHashMap

Defined in include/foundation/PxHashMap.h

Inheritance Relationships

Base Type

  • public physx::PxHashMapBase< Key, Value, PxHash< Key >, PxAllocator >

template<class Key, class Value, class HashFn = PxHash<Key>, class Allocator = PxAllocator>
class PxCoalescedHashMap : public physx::PxHashMapBase<Key, Value, PxHash<Key>, PxAllocator>

Public Types

typedef physx::PxHashMapBase<Key, Value, HashFn, Allocator> HashMapBase

Public Functions

inline PxCoalescedHashMap(uint32_t initialTableSize = 64, float loadFactor = 0.75f)
inline const PxPair<const Key, Value> *getEntries() const