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