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
00082 double GetSizeDefaultValue() const;
00083
00085
00090 static const char* sSize;
00091 static const char* sLook;
00093
00098 static const fbxDouble1 sDefaultSize;
00099 static const ELook sDefaultLook;
00101
00102
00104
00105
00106
00108
00116 KFbxTypedProperty<fbxDouble1> Size;
00117
00125 KFbxTypedProperty<ELook> Look;
00126
00127
00129
00130
00131
00132
00133
00134
00136
00137 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00138
00139 public:
00140
00141 virtual KFbxObject* Clone(KFbxObject* pContainer, KFbxObject::ECloneType pCloneType = eDEEP_CLONE) const;
00142
00143 protected:
00144
00145 KFbxNull(KFbxSdkManager& pManager, char const* pName);
00146
00147 virtual void Construct(const KFbxNull* pFrom);
00148 virtual bool ConstructProperties(bool pForceSet);
00149
00151 KFbxNull& operator=(KFbxNull const& pNull);
00152
00153 public:
00154 virtual KString GetTypeName() const;
00155 virtual KStringList GetTypeFlags() const;
00156 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS
00157 };
00158
00159 typedef KFbxNull* HKFbxNull;
00160
00161 inline EFbxType FbxTypeOf( KFbxNull::ELook const &pItem ) { return eENUM; }
00162
00163 #include <fbxfilesdk/fbxfilesdk_nsend.h>
00164
00165 #endif // FBXFILESDK_KFBXPLUGINS_KFBXNULL_H
00166