Blender  V3.3
Public Member Functions | List of all members
btHashInt Class Reference

#include <btHashMap.h>

Public Member Functions

 btHashInt ()
 
 btHashInt (int uid)
 
int getUid1 () const
 
void setUid1 (int uid)
 
bool equals (const btHashInt &other) const
 
SIMD_FORCE_INLINE unsigned int getHash () const
 

Detailed Description

Definition at line 64 of file btHashMap.h.

Constructor & Destructor Documentation

◆ btHashInt() [1/2]

btHashInt::btHashInt ( )
inline

Definition at line 69 of file btHashMap.h.

◆ btHashInt() [2/2]

btHashInt::btHashInt ( int  uid)
inline

Definition at line 73 of file btHashMap.h.

Member Function Documentation

◆ equals()

bool btHashInt::equals ( const btHashInt other) const
inline

Definition at line 87 of file btHashMap.h.

References getUid1().

◆ getHash()

SIMD_FORCE_INLINE unsigned int btHashInt::getHash ( ) const
inline

Definition at line 92 of file btHashMap.h.

◆ getUid1()

int btHashInt::getUid1 ( ) const
inline

Definition at line 77 of file btHashMap.h.

Referenced by equals(), and btDeformableContactProjection::project().

◆ setUid1()

void btHashInt::setUid1 ( int  uid)
inline

Definition at line 82 of file btHashMap.h.


The documentation for this class was generated from the following file: