Inheritance diagram for DzPoserIKChains:

Methods | |
| void | addChain (DzPoserIKChain chain) |
| DzPoserIKChain | getChain (Number index) |
| Number | getNumChains () |
Constructors | |
| DzPoserIKChains () | |
This data class is attached to the DzSkeleton node of an imported Poser figure. It contains a list of DzPoserIKChain objects. Each of those chain objects represents a single "inkyChain" section in the Poser CR2 file from which the figure was loaded.
| DzPoserIKChains::DzPoserIKChains | ( | ) |
Default Constructor
| void DzPoserIKChains::addChain | ( | DzPoserIKChain | chain | ) |
Adds the given IK chain to the list of chains.
| chain | The chain to add. |
| DzPoserIKChain DzPoserIKChains::getChain | ( | Number | index | ) |
| index | The index of the desired chain. |
| Number DzPoserIKChains::getNumChains | ( | ) |