|
CommonLibSSE (powerof3)
|
#include <NiInterpolator.h>
Public Member Functions | |
| ~NiInterpolator () override | |
| const NiRTTI * | GetRTTI () const override |
| void | LoadBinary (NiStream &a_stream) override |
| void | LinkObject (NiStream &a_stream) override |
| bool | RegisterStreamables (NiStream &a_stream) override |
| void | SaveBinary (NiStream &a_stream) override |
| bool | IsEqual (NiObject *a_object) override |
| virtual bool | Update1 (float a_time, NiObjectNET *a_interpTarget, NiQuatTransform &a_value) |
| virtual bool | Update2 (float a_time, NiObjectNET *a_interpTarget, NiColorA &a_value) |
| virtual bool | Update3 (float a_time, NiObjectNET *a_interpTarget, NiPoint3 &a_value) |
| virtual bool | Update4 (float a_time, NiObjectNET *a_interpTarget, NiQuaternion &a_value) |
| virtual bool | Update5 (float a_time, NiObjectNET *a_interpTarget, float &a_value) |
| virtual bool | Update6 (float a_time, NiObjectNET *a_interpTarget, bool &a_value) |
| virtual bool | IsBoolValueSupported () const |
| virtual bool | IsFloatValueSupported () const |
| virtual bool | IsQuaternionValueSupported () const |
| virtual bool | IsPoint3ValueSupported () const |
| virtual bool | IsColorAValueSupported () const |
| virtual bool | IsTransformValueSupported () const |
| virtual void | Collapse () |
| virtual void | GetActiveTimeRange (float &a_beginKeyTime, float &a_endKeyTime) const |
| virtual void | GuaranteeTimeRange (float a_startTime, float a_endTime) |
| virtual NiInterpolator * | GetSequenceInterpolator (float a_startTime, float a_endTime) |
| virtual bool | ResolveDependencies (NiAVObjectPalette *a_palette) |
| virtual bool | SetUpDependencies () |
| virtual bool | AlwaysUpdate () const |
| virtual NiBoolInterpolator * | AsNiBoolInterpolator () |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, NiQuatTransform &a_value) |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, NiColorA &a_value) |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, NiPoint3 &a_value) |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, NiQuaternion &a_value) |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, float &a_value) |
| bool | Update (float a_time, NiObjectNET *a_interpTarget, bool &a_value) |
Public Member Functions inherited from RE::NiObject | |
| ~NiObject () override=default | |
| virtual NiNode * | AsNode () |
| virtual NiSwitchNode * | AsSwitchNode () |
| virtual BSFadeNode * | AsFadeNode () |
| virtual BSMultiBoundNode * | AsMultiBoundNode () |
| virtual BSGeometry * | AsGeometry () |
| virtual NiTriStrips * | AsTriStrips () |
| virtual BSTriShape * | AsTriShape () |
| virtual BSSegmentedTriShape * | AsSegmentedTriShape () |
| virtual BSSubIndexTriShape * | AsSubIndexTriShape () |
| virtual BSDynamicTriShape * | AsDynamicTriShape () |
| virtual NiGeometry * | AsNiGeometry () |
| virtual NiTriBasedGeom * | AsNiTriBasedGeom () |
| virtual NiTriShape * | AsNiTriShape () |
| virtual NiParticles * | AsParticlesGeom () |
| virtual BSLines * | AsLinesGeom () |
| virtual bhkNiCollisionObject * | AsBhkNiCollisionObject () |
| virtual bhkBlendCollisionObject * | AsBhkBlendCollisionObject () |
| virtual bhkAttachmentCollisionObject * | AsBhkAttachmentCollisionObject () |
| virtual bhkRigidBody * | AsBhkRigidBody () |
| virtual bhkLimitedHingeConstraint * | AsBhkLimitedHingeConstraint () |
| virtual NiObject * | CreateClone (NiCloningProcess &a_cloning) |
| virtual void | ProcessClone (NiCloningProcess &a_cloning) |
| virtual void | PostLinkObject (NiStream &a_stream) |
| virtual bool | StreamCanSkip () |
| virtual const NiRTTI * | GetStreamableRTTI () const |
| virtual std::uint32_t | GetBlockAllocationSize () const |
| virtual NiObjectGroup * | GetGroup () const |
| virtual void | SetGroup (NiObjectGroup *a_group) |
| virtual NiControllerManager * | AsNiControllerManager () |
| void | CreateDeepCopy (NiPointer< NiObject > &a_object) |
Public Member Functions inherited from RE::NiRefObject | |
| NiRefObject () | |
| virtual | ~NiRefObject () |
| virtual void | DeleteThis () |
| void | IncRefCount () |
| void | DecRefCount () |
| constexpr std::uint32_t | GetRefCount () const noexcept |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| float | lastTime |
| std::uint32_t | pad14 |
Public Attributes inherited from RE::NiRefObject | |
| volatile std::uint32_t | _refCount { 0 } |
| std::uint32_t | _pad0C { 0 } |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_NiInterpolator |
| static constexpr auto | Ni_RTTI = NiRTTI_NiInterpolator |
| static constexpr auto | VTABLE = VTABLE_NiInterpolator |
Static Public Attributes inherited from RE::NiObject | |
| static constexpr auto | RTTI = RTTI_NiObject |
| static constexpr auto | Ni_RTTI = NiRTTI_NiObject |
| static constexpr auto | VTABLE = VTABLE_NiObject |
Static Public Attributes inherited from RE::NiRefObject | |
| static constexpr auto | RTTI = RTTI_NiRefObject |
| static constexpr auto | VTABLE = VTABLE_NiRefObject |
Additional Inherited Members | |
Static Public Member Functions inherited from RE::NiRefObject | |
| static volatile std::uint32_t * | GetTotalObjectCount () |
|
override |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiKeyBasedInterpolator.
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
|
virtual |
Reimplemented in RE::NiColorInterpolator.
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
virtual |
Reimplemented in RE::NiFloatInterpolator.
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
virtual |
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::NiKeyBasedInterpolator.
|
virtual |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| bool & | a_value | ||
| ) |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| float & | a_value | ||
| ) |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| NiColorA & | a_value | ||
| ) |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| NiPoint3 & | a_value | ||
| ) |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| NiQuaternion & | a_value | ||
| ) |
| bool RE::NiInterpolator::Update | ( | float | a_time, |
| NiObjectNET * | a_interpTarget, | ||
| NiQuatTransform & | a_value | ||
| ) |
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
|
virtual |
Reimplemented in RE::NiColorInterpolator, and RE::NiFloatInterpolator.
| float RE::NiInterpolator::lastTime |
|
inlinestaticconstexpr |
| std::uint32_t RE::NiInterpolator::pad14 |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |