Pose

Inherited: None

Description

Public Methods

void

addBone (const Bone & bone)

const Bone *

bone (int index) const

int

boneCount () const

void

clear ()

Static Methods

None

Methods Description

void Pose::addBone (Bone & bone)

Adds a bone to the pose.


const Bone * Pose::bone (int index) const

Returns a bone with index.

Note: Returns nullptr in case no such bone.


int Pose::boneCount () const

Returns the count of bones for the current pose which was affected.


void Pose::clear ()

Removes all bones from pose.