Definition in file kfbxproperty.h.
#include <kaydaradef.h>
#include <kbaselib_nsuse.h>
#include <kbaselib_forward.h>
#include <klib/kstring.h>
#include <kfbxplugins/kfbxplug.h>
#include <kfbxplugins/kfbxtypes.h>
#include <kfcurve/kfcurvenode.h>
#include <fbxfilesdk_nsbegin.h>
#include <fbxfilesdk_nsend.h>
Include dependency graph for kfbxproperty.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KFbxProperty |
Class to hold user properties. More... | |
class | KFbxTypedProperty |
Defines | |
#define | KFBX_DLL K_DLLIMPORT |
Typedefs | |
typedef KFbxProperty * | HKFbxProperty |
typedef KFbxTypedProperty< fbxBool1 > | KFbxPropertyBool1 |
typedef KFbxTypedProperty< fbxInteger1 > | KFbxPropertyInteger1 |
typedef KFbxTypedProperty< fbxDouble1 > | KFbxPropertyDouble1 |
typedef KFbxTypedProperty< fbxDouble3 > | KFbxPropertyDouble3 |
typedef KFbxTypedProperty< fbxDouble4 > | KFbxPropertyDouble4 |
typedef KFbxTypedProperty< fbxString > | KFbxPropertyString |
Functions | |
template<class T> | |
bool | KFbxSet (KFbxProperty &pProperty, T const &pValue) |
template<class T> | |
bool | KFbxGet (KFbxProperty const &pProperty, T &pValue) |
template<class T> | |
T | KFbxGet (KFbxProperty const &pProperty) |