CommonLibSSE NG
Loading...
Searching...
No Matches
RE::hkpShapePhantom Class Referenceabstract

#include <hkpShapePhantom.h>

Inheritance diagram for RE::hkpShapePhantom:
RE::hkpPhantom RE::hkpWorldObject RE::hkReferencedObject RE::hkBaseObject RE::hkpCachingShapePhantom

Public Member Functions

 ~hkpShapePhantom () override
 
hkWorldOperation::Result SetShape (const hkpShape *a_shape) override
 
hkMotionStateGetMotionState () override
 
void CalcAabb (hkAabb &a_aabb) override
 
void DeallocateInternalArrays () override
 
virtual void SetPositionAndLinearCast (const hkVector4 &a_position, const hkpLinearCastInput &a_input, hkpCdPointCollector &a_castCollector, hkpCdPointCollector *a_startCollector)=0
 
virtual void SetTransformAndLinearCast (const hkTransform &a_transform, const hkpLinearCastInput &a_input, hkpCdPointCollector &a_castCollector, hkpCdPointCollector *a_startCollector)=0
 
virtual void GetClosestPoints (hkpCdPointCollector &a_collector, const hkpCollisionInput *a_input=0)=0
 
virtual void GetPenetrations (hkpCdBodyPairCollector &a_collector, const hkpCollisionInput *a_input=0)=0
 
- Public Member Functions inherited from RE::hkpPhantom
 ~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 hkpPhantomClone () 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 hkMotionStateGetMotionState ()=0
 
const hkpCollidableGetCollidable () const
 
hkpCollidableGetCollidableRW ()
 
const hkpShapeGetShape () const
 
TESObjectREFRGetUserData () 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

hkMotionState motionState
 
- Public Attributes inherited from RE::hkpPhantom
hkArray< hkpPhantomOverlapListener * > overlapListeners
 
hkArray< hkpPhantomListener * > phantomListeners
 
- Public Attributes inherited from RE::hkpWorldObject
hkpWorldworld
 
std::uint64_t userData
 
hkpLinkedCollidable collidable
 
hkMultiThreadCheck multiThreadCheck
 
std::uint32_t padAC
 
hkStringPtr name
 
hkArray< hkpPropertyproperties
 
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_hkpShapePhantom
 
static constexpr auto VTABLE = VTABLE_hkpShapePhantom
 
- Static Public Attributes inherited from RE::hkpPhantom
static constexpr auto RTTI = RTTI_hkpPhantom
 
static constexpr auto VTABLE = VTABLE_hkpPhantom
 
- Static Public Attributes inherited from RE::hkpWorldObject
static constexpr auto RTTI = RTTI_hkpWorldObject
 
static constexpr auto VTABLE = VTABLE_hkpWorldObject
 
- Static Public Attributes inherited from RE::hkReferencedObject
static constexpr auto RTTI = RTTI_hkReferencedObject
 
static constexpr auto VTABLE = VTABLE_hkReferencedObject
 
- Static Public Attributes inherited from RE::hkBaseObject
static constexpr auto RTTI = RTTI_hkBaseObject
 
static constexpr auto VTABLE = VTABLE_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 }
 

Constructor & Destructor Documentation

◆ ~hkpShapePhantom()

RE::hkpShapePhantom::~hkpShapePhantom ( )
override

Member Function Documentation

◆ CalcAabb()

void RE::hkpShapePhantom::CalcAabb ( hkAabb a_aabb)
overridevirtual

Implements RE::hkpPhantom.

◆ DeallocateInternalArrays()

void RE::hkpShapePhantom::DeallocateInternalArrays ( )
overridevirtual

Reimplemented from RE::hkpPhantom.

◆ GetClosestPoints()

virtual void RE::hkpShapePhantom::GetClosestPoints ( hkpCdPointCollector a_collector,
const hkpCollisionInput a_input = 0 
)
pure virtual

Implemented in RE::hkpCachingShapePhantom.

◆ GetMotionState()

hkMotionState * RE::hkpShapePhantom::GetMotionState ( )
overridevirtual

Implements RE::hkpWorldObject.

◆ GetPenetrations()

virtual void RE::hkpShapePhantom::GetPenetrations ( hkpCdBodyPairCollector &  a_collector,
const hkpCollisionInput a_input = 0 
)
pure virtual

Implemented in RE::hkpCachingShapePhantom.

◆ SetPositionAndLinearCast()

virtual void RE::hkpShapePhantom::SetPositionAndLinearCast ( const hkVector4 a_position,
const hkpLinearCastInput a_input,
hkpCdPointCollector a_castCollector,
hkpCdPointCollector a_startCollector 
)
pure virtual

Implemented in RE::hkpCachingShapePhantom.

◆ SetShape()

hkWorldOperation::Result RE::hkpShapePhantom::SetShape ( const hkpShape a_shape)
overridevirtual

Reimplemented from RE::hkpWorldObject.

◆ SetTransformAndLinearCast()

virtual void RE::hkpShapePhantom::SetTransformAndLinearCast ( const hkTransform a_transform,
const hkpLinearCastInput a_input,
hkpCdPointCollector a_castCollector,
hkpCdPointCollector a_startCollector 
)
pure virtual

Implemented in RE::hkpCachingShapePhantom.

Member Data Documentation

◆ motionState

hkMotionState RE::hkpShapePhantom::motionState

◆ RTTI

constexpr auto RE::hkpShapePhantom::RTTI = RTTI_hkpShapePhantom
inlinestaticconstexpr

◆ VTABLE

constexpr auto RE::hkpShapePhantom::VTABLE = VTABLE_hkpShapePhantom
inlinestaticconstexpr

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