HIK2FbxCharacterPropertyBridge Class Reference

HIK2FbxCharacterPropertyBridge Class Reference

#include <fbxhik2fbxcharacter.h>

Class Description

Definition at line 235 of file fbxhik2fbxcharacter.h.

Public Types

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

Static Public Member Functions

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

Member Enumeration Documentation

anonymous enum
Enumerator
mParamCount 

Definition at line 238 of file fbxhik2fbxcharacter.h.

Member Function Documentation

static const FbxCharacterPropertyInfo& GetAt ( int  i)
inlinestatic

Definition at line 242 of file fbxhik2fbxcharacter.h.

242 { return gHIK2FbxCharacterPropertyBridge[i] ;}
static const FbxCharacterPropertyInfo gHIK2FbxCharacterPropertyBridge[]
static const FbxCharacterPropertyInfo* GetPropertyInfoFromFbxCharacterProperty ( const char *  pCharacterPropertyName)
inlinestatic

Definition at line 244 of file fbxhik2fbxcharacter.h.

245  {
246  int lCounter = 0;
247  for( lCounter = 0 ; lCounter < mParamCount; lCounter++ )
248  {
249  if(GetAt(lCounter).mFbxCharacterPropertyName && !strcmp(GetAt(lCounter).mFbxCharacterPropertyName, pCharacterPropertyName))
250  {
251  return &GetAt(lCounter);
252  }
253  }
254  return NULL;
255  }
#define NULL
Definition: fbxarch.h:210
static const FbxCharacterPropertyInfo & GetAt(int i)
static const FbxCharacterPropertyInfo* GetPropertyInfoFromHIKProperty ( const char *  pHIKPropertyName)
inlinestatic

Definition at line 257 of file fbxhik2fbxcharacter.h.

258  {
259  int lCounter = 0;
260  for( lCounter = 0 ; lCounter < mParamCount; lCounter++ )
261  {
262  if(!strcmp(GetAt(lCounter).mHIKPropertyName, pHIKPropertyName))
263  {
264  return &GetAt(lCounter);
265  }
266  }
267  return NULL;
268  }
#define NULL
Definition: fbxarch.h:210
static const FbxCharacterPropertyInfo & GetAt(int i)

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