FBX C++ API Reference
HIK2FbxCharacterPropertyBridge Class Reference

#include <fbxhik2fbxcharacter.h>

Static Public Member Functions

static const FbxCharacterPropertyInfoGetAt (int i)
 
static const FbxCharacterPropertyInfoGetPropertyInfoFromFbxCharacterProperty (const char *pCharacterPropertyName)
 
static const FbxCharacterPropertyInfoGetPropertyInfoFromHIKProperty (const char *pHIKPropertyName)
 

Detailed Description

Definition at line 37 of file fbxhik2fbxcharacter.h.

Member Function Documentation

static const FbxCharacterPropertyInfo& GetAt ( int  i)
inlinestatic

Definition at line 40 of file fbxhik2fbxcharacter.h.

const FbxCharacterPropertyInfo gHIK2FbxCharacterPropertyBridge[]
static const FbxCharacterPropertyInfo* GetPropertyInfoFromFbxCharacterProperty ( const char *  pCharacterPropertyName)
inlinestatic

Definition at line 42 of file fbxhik2fbxcharacter.h.

43  {
44  for (int lCounter = 0; lCounter < static_cast<int>(gHIK2FbxCharacterPropertyBridgeSize); lCounter++)
45  {
46  if (GetAt(lCounter).mFbxCharacterPropertyName && !strcmp(GetAt(lCounter).mFbxCharacterPropertyName, pCharacterPropertyName))
47  {
48  return &GetAt(lCounter);
49  }
50  }
51  return NULL;
52  }
const size_t gHIK2FbxCharacterPropertyBridgeSize
#define NULL
Definition: fbxarch.h:213
static const FbxCharacterPropertyInfo & GetAt(int i)
const char * mFbxCharacterPropertyName
static const FbxCharacterPropertyInfo* GetPropertyInfoFromHIKProperty ( const char *  pHIKPropertyName)
inlinestatic

Definition at line 54 of file fbxhik2fbxcharacter.h.

55  {
56  for (int lCounter = 0; lCounter < static_cast<int>(gHIK2FbxCharacterPropertyBridgeSize); lCounter++)
57  {
58  if (!strcmp(GetAt(lCounter).mHIKPropertyName, pHIKPropertyName))
59  {
60  return &GetAt(lCounter);
61  }
62  }
63  return NULL;
64  }
const size_t gHIK2FbxCharacterPropertyBridgeSize
#define NULL
Definition: fbxarch.h:213
static const FbxCharacterPropertyInfo & GetAt(int i)

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