KFbxControlSetLink Class Reference

#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 line 145 of file kfbxcontrolset.h.

Public Member Functions

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.


Member Function Documentation

void Reset (  ) 

Reset to default values.

Member mNode is set to NULL and member mTemplateName is cleared.


Member Data Documentation

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

Definition at line 161 of file kfbxcontrolset.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 line 165 of file kfbxcontrolset.h.