00001
00004 #ifndef FBXFILESDK_KFBXPLUGINS_KFBXNULL_H
00005 #define FBXFILESDK_KFBXPLUGINS_KFBXNULL_H
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
00040
00041
00042 #include <fbxfilesdk/components/kbaselib/kaydaradef_h.h>
00043 #include <fbxfilesdk/components/kbaselib/kaydara.h>
00044
00045 #include <fbxfilesdk/kfbxplugins/kfbxnodeattribute.h>
00046
00047 #include <fbxfilesdk/fbxfilesdk_nsbegin.h>
00048
00049 class KFbxSdkManager;
00050
00054 class KFBX_DLL KFbxNull : public KFbxNodeAttribute
00055 {
00056 KFBXOBJECT_DECLARE(KFbxNull,KFbxNodeAttribute);
00057
00058 public:
00060 virtual EAttributeType GetAttributeType() const;
00061
00063 void Reset();
00064
00069
00074 typedef enum {
00075 eNONE,
00076 eCROSS,
00077 } ELook;
00078
00086 K_DEPRECATED bool GetSizeIsSet() const;
00087
00091 double GetSizeDefaultValue() const;
00092
00094
00099 static const char* sSize;
00100 static const char* sLook;
00102
00107 static const fbxDouble1 sDefaultSize;
00108 static const ELook sDefaultLook;
00110
00111
00113
00114
00115
00117
00125 KFbxTypedProperty<fbxDouble1> Size;
00126
00134 KFbxTypedProperty<ELook> Look;
00135
00136
00138
00139
00140
00141
00142
00143
00145
00146 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00147
00148 public:
00149
00150 virtual KFbxObject* Clone(KFbxObject* pContainer, KFbxObject::ECloneType pCloneType = eDEEP_CLONE) const;
00151
00152 protected:
00153
00154 KFbxNull(KFbxSdkManager& pManager, char const* pName);
00155 ~KFbxNull();
00156
00157 virtual void Construct(const KFbxNull* pFrom);
00158 virtual bool ConstructProperties(bool pForceSet);
00159 virtual void Destruct(bool pRecursive, bool pDependents);
00160
00162 KFbxNull& operator=(KFbxNull const& pNull);
00163
00164 bool mSizeIsSet;
00165
00166 public:
00167 virtual KString GetTypeName() const;
00168 virtual KStringList GetTypeFlags() const;
00169 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS
00170 };
00171
00172 typedef KFbxNull* HKFbxNull;
00173
00174 inline EFbxType FbxTypeOf( KFbxNull::ELook const &pItem ) { return eENUM; }
00175
00176 #include <fbxfilesdk/fbxfilesdk_nsend.h>
00177
00178 #endif // FBXFILESDK_KFBXPLUGINS_KFBXNULL_H
00179