HIK2FbxCharacterPropertyBridge Class Reference
 
 
 
HIK2FbxCharacterPropertyBridge Class Reference

#include <fbxhik2fbxcharacter.h>


Class Description

Definition at line 235 of file fbxhik2fbxcharacter.h.

List of all members.

Public Types

enum   { mParamCount = sizeof(gHIK2FbxCharacterPropertyBridge) / sizeof(FbxCharacterPropertyInfo) }

Static Public Member Functions

static const
FbxCharacterPropertyInfo
GetAt (int i)
static const
FbxCharacterPropertyInfo
GetPropertyInfoFromFbxCharacterProperty (const char *pCharacterPropertyName)
static const
FbxCharacterPropertyInfo
GetPropertyInfoFromHIKProperty (const char *pHIKPropertyName)

Member Enumeration Documentation

anonymous enum

Member Function Documentation

static const FbxCharacterPropertyInfo& GetAt ( int  i ) [inline, static]
static const FbxCharacterPropertyInfo* GetPropertyInfoFromFbxCharacterProperty ( const char *  pCharacterPropertyName ) [inline, static]

Definition at line 244 of file fbxhik2fbxcharacter.h.

        {
                int lCounter = 0;
                for( lCounter = 0 ; lCounter < mParamCount; lCounter++ )
                {
                        if(GetAt(lCounter).mFbxCharacterPropertyName && !strcmp(GetAt(lCounter).mFbxCharacterPropertyName, pCharacterPropertyName))
                        {
                                return &GetAt(lCounter);
                        }
                }
                return NULL;
        }
static const FbxCharacterPropertyInfo* GetPropertyInfoFromHIKProperty ( const char *  pHIKPropertyName ) [inline, static]

Definition at line 257 of file fbxhik2fbxcharacter.h.

        {
                int lCounter = 0;
                for( lCounter = 0 ; lCounter < mParamCount; lCounter++ )
                {
                        if(!strcmp(GetAt(lCounter).mHIKPropertyName, pHIKPropertyName))
                        {
                                return &GetAt(lCounter);
                        }
                }
                return NULL;
        }

The documentation for this class was generated from the following file: