DzPoserIKChains Class Reference
[Basic Objects]

DzElementData implementation that stores the IK chain information of an imported Poser figure. More...

Inheritance diagram for DzPoserIKChains:

DzElementData DzCustomData DzBase QObject Object List of all members.

Methods

void addChain (DzPoserIKChain chain)
DzPoserIKChain getChain (Number index)
Number getNumChains ()

Constructors

 DzPoserIKChains ()

Detailed Description

DzElementData implementation that stores the IK chain information of an imported Poser figure.

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.

See also:
DzPoserIKChain


Constructor & Destructor Documentation

DzPoserIKChains::DzPoserIKChains (  ) 

Default Constructor


Member Function Documentation

void DzPoserIKChains::addChain ( DzPoserIKChain  chain  ) 

Adds the given IK chain to the list of chains.

Parameters:
chain The chain to add.

DzPoserIKChain DzPoserIKChains::getChain ( Number  index  ) 

Returns:
The Poser IK chain at the given index or NULL if there isn't one.
Parameters:
index The index of the desired chain.

Number DzPoserIKChains::getNumChains (  ) 

Returns:
The number of Poser IK chains in this list.


Generated on Thu Sep 24 12:21:14 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.