CommonLibSSE (Parapets fork)
RE::NiColorInterpolator Class Reference

#include <NiColorInterpolator.h>

Inheritance diagram for RE::NiColorInterpolator:
RE::NiKeyBasedInterpolator RE::NiInterpolator RE::NiObject RE::NiRefObject

Public Member Functions

 ~NiColorInterpolator () override
 
const NiRTTIGetRTTI () const override
 
NiObjectCreateClone (NiCloningProcess &a_cloning) 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
 
bool Update1 (float a_time, NiObjectNET *a_interpTarget, NiQuatTransform &a_value) override
 
bool Update2 (float a_time, NiObjectNET *a_target, NiColorA &a_value) override
 
bool Update3 (float a_time, NiObjectNET *a_interpTarget, NiPoint3 &a_value) override
 
bool Update4 (float a_time, NiObjectNET *a_interpTarget, NiQuaternion &a_value) override
 
bool Update5 (float a_time, NiObjectNET *a_interpTarget, float &a_value) override
 
bool Update6 (float a_time, NiObjectNET *a_interpTarget, bool &a_value) override
 
bool IsColorAValueSupported () const override
 
void Collapse () override
 
void GuaranteeTimeRange (float a_start, float a_end) override
 
NiInterpolatorGetSequenceInterpolator (float a_start, float a_end) override
 
std::uint16_t GetKeyChannelCount () const override
 
std::uint32_t GetKeyCount (std::uint16_t a_channel) const override
 
KeyContent GetKeyContent (std::uint16_t a_channel) const override
 
KeyType GetKeyType (std::uint16_t a_channel) const override
 
void * GetKeyArray (std::uint16_t a_channel) const override
 
std::uint8_t GetKeyStride (std::uint16_t a_channel) const override
 
bool GetChannelPosed (std::uint16_t a_channel) const override
 
- Public Member Functions inherited from RE::NiKeyBasedInterpolator
 ~NiKeyBasedInterpolator () override
 
const NiRTTIGetRTTI () 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
 
void GetActiveTimeRange (float &a_start, float &a_end) const override
 
- Public Member Functions inherited from RE::NiInterpolator
 ~NiInterpolator () override
 
void LoadBinary (NiStream &a_stream) override
 
void LinkObject (NiStream &a_stream) override
 
void SaveBinary (NiStream &a_stream) override
 
virtual bool IsBoolValueSupported () const
 
virtual bool IsFloatValueSupported () const
 
virtual bool IsQuaternionValueSupported () const
 
virtual bool IsPoint3ValueSupported () const
 
virtual bool IsTransformValueSupported () const
 
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 NiNodeAsNode ()
 
virtual NiSwitchNode * AsSwitchNode ()
 
virtual BSFadeNodeAsFadeNode ()
 
virtual BSMultiBoundNodeAsMultiBoundNode ()
 
virtual BSGeometryAsGeometry ()
 
virtual NiTriStrips * AsTriStrips ()
 
virtual BSTriShapeAsTriShape ()
 
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 bhkNiCollisionObjectAsBhkNiCollisionObject ()
 
virtual bhkBlendCollisionObject * AsBhkBlendCollisionObject ()
 
virtual bhkAttachmentCollisionObject * AsBhkAttachmentCollisionObject ()
 
virtual bhkRigidBodyAsBhkRigidBody ()
 
virtual bhkLimitedHingeConstraint * AsBhkLimitedHingeConstraint ()
 
virtual NiObjectCreateClone ([[maybe_unused]] NiCloningProcess &a_cloning)
 
virtual void LoadBinary ([[maybe_unused]] NiStream &a_stream)
 
virtual void LinkObject ([[maybe_unused]] NiStream &a_stream)
 
virtual void SaveBinary ([[maybe_unused]] NiStream &a_stream)
 
virtual void ProcessClone (NiCloningProcess &a_cloning)
 
virtual void PostLinkObject ([[maybe_unused]] NiStream &a_stream)
 
virtual bool StreamCanSkip ()
 
virtual const NiRTTIGetStreamableRTTI () const
 
virtual std::uint32_t GetBlockAllocationSize () const
 
virtual NiObjectGroup * GetGroup () const
 
virtual void SetGroup ([[maybe_unused]] NiObjectGroup *a_group)
 
virtual NiControllerManagerAsNiControllerManager ()
 
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

NiColorA colorValue
 
NiPointer< NiColorDatacolorData
 
std::uint32_t lastIndex
 
std::uint32_t pad34
 
- Public Attributes inherited from RE::NiInterpolator
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_NiColorInterpolator
 
static constexpr auto Ni_RTTI = NiRTTI_NiColorInterpolator
 
- Static Public Attributes inherited from RE::NiKeyBasedInterpolator
static constexpr auto RTTI = RTTI_NiKeyBasedInterpolator
 
static constexpr auto Ni_RTTI = NiRTTI_NiKeyBasedInterpolator
 
- Static Public Attributes inherited from RE::NiInterpolator
static constexpr auto RTTI = RTTI_NiInterpolator
 
static constexpr auto Ni_RTTI = NiRTTI_NiInterpolator
 
- Static Public Attributes inherited from RE::NiObject
static constexpr auto RTTI = RTTI_NiObject
 
static constexpr auto Ni_RTTI = NiRTTI_NiObject
 
- Static Public Attributes inherited from RE::NiRefObject
static constexpr auto RTTI = RTTI_NiRefObject
 

Additional Inherited Members

- Public Types inherited from RE::NiKeyBasedInterpolator
using KeyType = NiAnimationKey::KeyType
 
using KeyContent = NiAnimationKey::KeyContent
 
- Static Public Member Functions inherited from RE::NiRefObject
static volatile std::uint32_t * GetTotalObjectCount ()
 

Constructor & Destructor Documentation

◆ ~NiColorInterpolator()

RE::NiColorInterpolator::~NiColorInterpolator ( )
override

Member Function Documentation

◆ Collapse()

void RE::NiColorInterpolator::Collapse ( )
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ CreateClone()

NiObject* RE::NiColorInterpolator::CreateClone ( NiCloningProcess &  a_cloning)
override

◆ GetChannelPosed()

bool RE::NiColorInterpolator::GetChannelPosed ( std::uint16_t  a_channel) const
overridevirtual

◆ GetKeyArray()

void* RE::NiColorInterpolator::GetKeyArray ( std::uint16_t  a_channel) const
overridevirtual

◆ GetKeyChannelCount()

std::uint16_t RE::NiColorInterpolator::GetKeyChannelCount ( ) const
overridevirtual

◆ GetKeyContent()

KeyContent RE::NiColorInterpolator::GetKeyContent ( std::uint16_t  a_channel) const
overridevirtual

◆ GetKeyCount()

std::uint32_t RE::NiColorInterpolator::GetKeyCount ( std::uint16_t  a_channel) const
overridevirtual

◆ GetKeyStride()

std::uint8_t RE::NiColorInterpolator::GetKeyStride ( std::uint16_t  a_channel) const
overridevirtual

◆ GetKeyType()

KeyType RE::NiColorInterpolator::GetKeyType ( std::uint16_t  a_channel) const
overridevirtual

◆ GetRTTI()

const NiRTTI* RE::NiColorInterpolator::GetRTTI ( ) const
overridevirtual

Reimplemented from RE::NiObject.

◆ GetSequenceInterpolator()

NiInterpolator* RE::NiColorInterpolator::GetSequenceInterpolator ( float  a_start,
float  a_end 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ GuaranteeTimeRange()

void RE::NiColorInterpolator::GuaranteeTimeRange ( float  a_start,
float  a_end 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ IsColorAValueSupported()

bool RE::NiColorInterpolator::IsColorAValueSupported ( ) const
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ IsEqual()

bool RE::NiColorInterpolator::IsEqual ( NiObject a_object)
overridevirtual

Reimplemented from RE::NiObject.

◆ LinkObject()

void RE::NiColorInterpolator::LinkObject ( NiStream a_stream)
override

◆ LoadBinary()

void RE::NiColorInterpolator::LoadBinary ( NiStream a_stream)
override

◆ RegisterStreamables()

bool RE::NiColorInterpolator::RegisterStreamables ( NiStream a_stream)
overridevirtual

Reimplemented from RE::NiObject.

◆ SaveBinary()

void RE::NiColorInterpolator::SaveBinary ( NiStream a_stream)
override

◆ Update1()

bool RE::NiColorInterpolator::Update1 ( float  a_time,
NiObjectNET a_interpTarget,
NiQuatTransform &  a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ Update2()

bool RE::NiColorInterpolator::Update2 ( float  a_time,
NiObjectNET a_target,
NiColorA a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ Update3()

bool RE::NiColorInterpolator::Update3 ( float  a_time,
NiObjectNET a_interpTarget,
NiPoint3 a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ Update4()

bool RE::NiColorInterpolator::Update4 ( float  a_time,
NiObjectNET a_interpTarget,
NiQuaternion a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ Update5()

bool RE::NiColorInterpolator::Update5 ( float  a_time,
NiObjectNET a_interpTarget,
float &  a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

◆ Update6()

bool RE::NiColorInterpolator::Update6 ( float  a_time,
NiObjectNET a_interpTarget,
bool &  a_value 
)
overridevirtual

Reimplemented from RE::NiInterpolator.

Member Data Documentation

◆ colorData

NiPointer<NiColorData> RE::NiColorInterpolator::colorData

◆ colorValue

NiColorA RE::NiColorInterpolator::colorValue

◆ lastIndex

std::uint32_t RE::NiColorInterpolator::lastIndex

◆ Ni_RTTI

constexpr auto RE::NiColorInterpolator::Ni_RTTI = NiRTTI_NiColorInterpolator
inlinestaticconstexpr

◆ pad34

std::uint32_t RE::NiColorInterpolator::pad34

◆ RTTI

constexpr auto RE::NiColorInterpolator::RTTI = RTTI_NiColorInterpolator
inlinestaticconstexpr

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