| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <hkpPhantom.h>
  
Public Member Functions | |
| ~hkpPhantom () override | |
| void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const override | 
| virtual hkpPhantomType | GetType () const =0 | 
| virtual void | CalcAabb (hkAabb &a_aabb)=0 | 
| virtual void | AddOverlappingCollidable (hkpCollidable *a_collidable)=0 | 
| virtual bool | IsOverlappingCollidableAdded (const hkpCollidable *a_collidable)=0 | 
| virtual void | RemoveOverlappingCollidable (hkpCollidable *a_collidable)=0 | 
| virtual void | EnsureDeterministicOrder ()=0 | 
| virtual hkpPhantom * | Clone () const =0 | 
| virtual void | UpdateShapeCollectionFilter () | 
| virtual void | DeallocateInternalArrays () | 
  Public Member Functions inherited from RE::hkpWorldObject | |
| ~hkpWorldObject () override | |
| void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const override | 
| virtual hkWorldOperation::Result | SetShape (const hkpShape *a_shape) | 
| virtual hkWorldOperation::Result | UpdateShape (hkpShapeModifier *a_shapeModifier) | 
| virtual hkMotionState * | GetMotionState ()=0 | 
| const hkpCollidable * | GetCollidable () const | 
| hkpCollidable * | GetCollidableRW () | 
| const hkpShape * | GetShape () const | 
| TESObjectREFR * | GetUserData () const | 
  Public Member Functions inherited from RE::hkReferencedObject | |
| hkReferencedObject () | |
| ~hkReferencedObject () override=default | |
| virtual const hkClass * | GetClassType () const | 
| virtual void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const | 
| void | AddReference () const | 
| std::int32_t | GetAllocatedSize () const | 
| std::int32_t | GetReferenceCount () const | 
| void | RemoveReference () const | 
  Public Member Functions inherited from RE::hkBaseObject | |
| virtual | ~hkBaseObject ()=default | 
Public Attributes | |
| hkArray< hkpPhantomOverlapListener * > | overlapListeners | 
| hkArray< hkpPhantomListener * > | phantomListeners | 
  Public Attributes inherited from RE::hkpWorldObject | |
| hkpWorld * | world | 
| std::uint64_t | userData | 
| hkpLinkedCollidable | collidable | 
| hkMultiThreadCheck | multiThreadCheck | 
| std::uint32_t | padAC | 
| hkStringPtr | name | 
| hkArray< hkpProperty > | properties | 
| void * | treeData | 
  Public Attributes inherited from RE::hkReferencedObject | |
| std::uint16_t | memSizeAndFlags | 
| volatile std::int16_t | referenceCount | 
| std::uint32_t | pad0C | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_hkpPhantom | 
  Static Public Attributes inherited from RE::hkpWorldObject | |
| static constexpr auto | RTTI = RTTI_hkpWorldObject | 
  Static Public Attributes inherited from RE::hkReferencedObject | |
| static constexpr auto | RTTI = RTTI_hkReferencedObject | 
  Static Public Attributes inherited from RE::hkBaseObject | |
| static constexpr auto | RTTI = RTTI_hkBaseObject | 
Additional Inherited Members | |
  Public Types inherited from RE::hkpWorldObject | |
| enum class | MultiThreadingChecks { kEnable , kIgnore } | 
| enum class | BroadPhaseType {  kInvalid , kEntity , kPhantom , kPhaseBorder , kTotal }  | 
  Public Types inherited from RE::hkReferencedObject | |
| enum class | LockMode { kNone = 0 , kAuto , kManual } | 
| enum | { kMemSize = 0x7FFF } | 
      
  | 
  override | 
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  pure virtual | 
Implemented in RE::hkpShapePhantom.
      
  | 
  overridevirtual | 
Reimplemented from RE::hkReferencedObject.
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  virtual | 
Reimplemented in RE::hkpCachingShapePhantom, and RE::hkpShapePhantom.
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  pure virtual | 
Implemented in RE::hkpCachingShapePhantom.
      
  | 
  virtual | 
Reimplemented in RE::hkpCachingShapePhantom.
| hkArray<hkpPhantomOverlapListener*> RE::hkpPhantom::overlapListeners | 
| hkArray<hkpPhantomListener*> RE::hkpPhantom::phantomListeners | 
      
  | 
  inlinestaticconstexpr |