Skip to main content
Ctrl+K
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • PhysX SDK API
  • Classes
  • PxCoalescedHashMap

PxCoalescedHashMap#

Defined in include/foundation/PxHashMap.h

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#

previous

PxCapsuleObstacle

next

PxCoalescedHashSet

On this page
  • PxCoalescedHashMap
    • HashMapBase
    • PxCoalescedHashMap()
    • getEntries()
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Feb 07, 2025.