KFbxControlSetLink
#include<kfbxcontrolset.h>

List of all members.

Detailed Description

This class represents a link between a given character's FK node and the associated node in the hierarchy.

Definition at line145of filekfbxcontrolset.h.


Public Member Functions

 KFbxControlSetLink()
 Default constructor.
 KFbxControlSetLink(constKFbxControlSetLink&pControlSetLink)
 Copy constructor.
KFbxControlSetLinkoperator=(constKFbxControlSetLink&pControlSetLink)
 Assignment operator.
void Reset()
 Reset to default values.

Public Attributes

KFbxNodemNode
 The character's node in a hierarchy linked to this control set link.
KString mTemplateName
 A template name is a naming convention that is used to automatically map the nodes of other skeletons that use the same naming convention for automatic characterization.

Constructor&Destructor Documentation

Default constructor.

KFbxControlSetLink(constKFbxControlSetLinkpControlSetLink ) 

Copy constructor.

Parameters:
pControlSetLink Given object.

Member Function Documentation

KFbxControlSetLink&operator=(constKFbxControlSetLinkpControlSetLink ) 

Assignment operator.

void Reset( ) 

Reset to default values.

Member mNode is set toNULLand member mTemplateName is cleared.

Member Data Documentation

The character's node in a hierarchy linked to this control set link.

Definition at line167of filekfbxcontrolset.h.

A template name is a naming convention that is used to automatically map the nodes of other skeletons that use the same naming convention for automatic characterization.

Definition at line171of filekfbxcontrolset.h.