CommonLibSSE NG
Loading...
Searching...
No Matches
hkpMoppBvTreeShape.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_hkpMoppBvTreeShape;
12 inline static constexpr auto VTABLE = VTABLE_hkpMoppBvTreeShape;
13
14 ~hkpMoppBvTreeShape() override; // 00
15
16 // override (hkMoppBvTreeShapeBase)
17 void CalcContentStatistics(hkStatisticsCollector* a_collector, const hkClass* a_class) const override; // 02
18 const hkpShapeContainer* GetContainer() const override; // 04
19 std::int32_t CalcSizeForSpu(const CalcSizeForSpuInput& a_input, std::int32_t a_spuBufferSizeLeft) const override; // 06
20 void GetAabbImpl(const hkTransform& a_localToWorld, float a_tolerance, hkAabb& a_out) const override; // 07
21 bool CastRayImpl(const hkpShapeRayCastInput& a_input, hkpShapeRayCastOutput& a_output) const override; // 08
22 void CastRayWithCollectorImpl(const hkpShapeRayCastInput& a_input, const hkpCdBody& a_cdBody, hkpRayHitCollector& a_collector) const override; // 09
23 hkVector4Comparison CastRayBundleImpl(const hkpShapeRayBundleCastInput& a_input, hkpShapeRayBundleCastOutput& a_output, const hkVector4Comparison& a_mask) const override; // 0A
24
25 // members
27 mutable std::int32_t childSize; // 60
28 std::uint32_t pad64; // 64
29 std::uint64_t pad68; // 68
30 };
31 static_assert(sizeof(hkpMoppBvTreeShape) == 0x70);
32}
Definition hkAabb.h:8
Definition hkMoppBvTreeShapeBase.h:13
Definition hkTransform.h:9
Definition hkSseMathTypes.h:11
Definition hkpCdBody.h:8
Definition hkpMoppBvTreeShape.h:9
void CastRayWithCollectorImpl(const hkpShapeRayCastInput &a_input, const hkpCdBody &a_cdBody, hkpRayHitCollector &a_collector) const override
std::int32_t childSize
Definition hkpMoppBvTreeShape.h:27
std::uint64_t pad68
Definition hkpMoppBvTreeShape.h:29
static constexpr auto VTABLE
Definition hkpMoppBvTreeShape.h:12
std::int32_t CalcSizeForSpu(const CalcSizeForSpuInput &a_input, std::int32_t a_spuBufferSizeLeft) const override
bool CastRayImpl(const hkpShapeRayCastInput &a_input, hkpShapeRayCastOutput &a_output) const override
void GetAabbImpl(const hkTransform &a_localToWorld, float a_tolerance, hkAabb &a_out) const override
hkpSingleShapeContainer child
Definition hkpMoppBvTreeShape.h:26
static constexpr auto RTTI
Definition hkpMoppBvTreeShape.h:11
const hkpShapeContainer * GetContainer() const override
void CalcContentStatistics(hkStatisticsCollector *a_collector, const hkClass *a_class) const override
~hkpMoppBvTreeShape() override
hkVector4Comparison CastRayBundleImpl(const hkpShapeRayBundleCastInput &a_input, hkpShapeRayBundleCastOutput &a_output, const hkVector4Comparison &a_mask) const override
std::uint32_t pad64
Definition hkpMoppBvTreeShape.h:28
Definition hkpRayHitCollector.h:10
Definition hkpShapeContainer.h:6
Definition hkpSingleShapeContainer.h:10
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpMoppBvTreeShape
Definition Offsets_VTABLE.h:4975
constexpr REL::VariantID RTTI_hkpMoppBvTreeShape(689828, 397683, 0x1f58f98)
Definition hkpShape.h:51
Definition hkpShapeRayCastOutput.h:9