Unit 'graDispatch' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gravity]

btHashedOverlappingPairCache

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gradispatch.pas line 285

type btHashedOverlappingPairCache = class(btOverlappingPairCache)

protected

  m_hashTable: btFOSAlignedIntegers;

  

  m_next: btFOSAlignedIntegers;

  

  m_ghostPairCallback: btOverlappingPairCallback;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function hasDeferredRemoval; override;

  

  procedure setInternalGhostPairCallback(); override;

  

  procedure sortOverlappingPairs(); override;

  

  procedure removeOverlappingPairsContainingProxy(); override;

  

  function removeOverlappingPair(); override;

  

  function needsBroadphaseCollision();

  

  function addOverlappingPair(); override;

  

  procedure cleanProxyFromPairs(); override;

  

  procedure processAllOverlappingPairs(); override;

  

  function getOverlappingPairArray; override;

  

  procedure cleanOverlappingPair(); override;

  

  function findPair(); override;

  

  function GetCount;

  

  function getOverlapFilterCallback;

  

  procedure setOverlapFilterCallback(); override;

  

  function getNumOverlappingPairs; override;

  

end;

Inheritance

btHashedOverlappingPairCache

  

|

btOverlappingPairCache

  

|

btOverlappingPairCallback

  

|

TObject



CT Web help

CodeTyphon Studio