00001
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 #ifndef FBXFILESDK_COMPONENTS_KBASELIB_KBASELIB_FORWARD_H
00040 #define FBXFILESDK_COMPONENTS_KBASELIB_KBASELIB_FORWARD_H
00041
00042 #include <fbxfilesdk/components/kbaselib/kbaselib_h.h>
00043
00044 KFBX_FORWARD(IError)
00045
00046 #include <fbxfilesdk/fbxfilesdk_nsbegin.h> // namespace
00047
00048 class KgeTVector;
00049 class KgeRVector;
00050 class KgeSVector;
00051 class KgeRGBVector;
00052 class KgeRGBAVector;
00053 class KgeRMatrix;
00054 class KgeQuaternion;
00055 class KgeAMatrix;
00056
00057 typedef KgeTVector KgeVector;
00058
00059 struct KMergeInfo;
00060
00061
00062 KFBX_FORWARD(KBitSet)
00063 KFBX_FORWARD(KTime)
00064
00065 KFBX_FORWARD(KMpMutex)
00066 KFBX_FORWARD(KMpFastMutex)
00067 KFBX_FORWARD(KMpTrigger)
00068 KFBX_FORWARD(KMpGate)
00069 KFBX_FORWARD(KMpFastLock)
00070 KFBX_FORWARD(KMpThread)
00071 KFBX_FORWARD(KMpFifo)
00072 KFBX_FORWARD(KMpStack)
00073
00074 KFBX_FORWARD(KError)
00075 KFBX_FORWARD(KObject)
00076 KFBX_FORWARD(KProperty)
00077 KFBX_FORWARD(HdlKObject)
00078 KFBX_FORWARD(KStateMember)
00079 KFBX_FORWARD(IRegister)
00080 KFBX_FORWARD(KPlug)
00081 KFBX_FORWARD(KEvaluateInfo)
00082 KFBX_FORWARD(KEventEntity)
00083 KFBX_FORWARD(KEvaluationState)
00084 KFBX_FORWARD(IApplyManager)
00085 KFBX_FORWARD(IMergeManager)
00086 KFBX_FORWARD(KDataType)
00087 KFBX_FORWARD(IKObject)
00088
00089 KFBX_FORWARD(KRenamingStrategy)
00090 KFBX_FORWARD(KObjectList)
00091 KFBX_FORWARD(KMBTransform)
00092
00093 KFBX_FORWARD(KChainedFile)
00094
00095 KFBX_FORWARD(KFbxField)
00096 KFBX_FORWARD(KFbxFieldList)
00097 KFBX_FORWARD(KUniqueNameObjectList)
00098 KFBX_FORWARD(KConfigFile)
00099 KFBX_FORWARD(KFbx)
00100
00101 KFBX_FORWARD(KSet)
00102
00103 KFBX_FORWARD(Ktcpip)
00104
00105 KFBX_FORWARD(KStringList)
00106
00107 KFBX_FORWARD(KCharPtrSet)
00108
00109 #include <fbxfilesdk/fbxfilesdk_nsend.h> // namespace
00110
00111 #endif // FBXFILESDK_COMPONENTS_KBASELIB_KBASELIB_FORWARD_H
00112