kfbxstreamoptionsobj.h
Go to the documentation of this file.00001
00004 #ifndef _FBXSDK_KFbxStreamOptionsObjWriter_H_
00005 #define _FBXSDK_KFbxStreamOptionsObjWriter_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 #define KFBXSTREAMOPT_OBJ_REFERENCENODE "REFERENCENODE"
00042 #define KFBXSTREAMOPT_OBJ_TRIANGULATE "TRIANGULATE"
00043 #define KFBXSTREAMOPT_OBJ_DEFORMATION "DEFORMATION"
00044
00045
00046 #include <kaydaradef.h>
00047 #ifndef KFBX_DLL
00048 #define KFBX_DLL K_DLLIMPORT
00049 #endif
00050
00051 #include <kfbxplugins/kfbxsdkmanager.h>
00052 #include <kfbxio/kfbxstreamoptions.h>
00053 #include <fbxfilesdk_nsbegin.h>
00054
00055
00059 class KFBX_DLL KFbxStreamOptionsObjReader : public KFbxStreamOptions
00060 {
00061 KFBXOBJECT_DECLARE(KFbxStreamOptionsObjReader);
00062
00063 public:
00064
00067 void Reset();
00068
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070 public:
00071 virtual KFbxObject* Clone(KFbxObject::ECloneType pCloneType) const;
00072 protected:
00073
00074 KFbxStreamOptionsObjReader(KFbxSdkManager& pManager, char const* pName);
00075 virtual ~KFbxStreamOptionsObjReader();
00076 virtual void Destruct(bool pRecursive, bool pDependents);
00077 #endif
00078 };
00079
00080
00084 class KFBX_DLL KFbxStreamOptionsObjWriter : public KFbxStreamOptions
00085 {
00086 KFBXOBJECT_DECLARE(KFbxStreamOptionsObjWriter);
00087
00088 public:
00091 void Reset();
00092 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00093 public:
00094 virtual KFbxObject* Clone(KFbxObject::ECloneType pCloneType) const;
00095
00096
00097 protected:
00098
00099 KFbxStreamOptionsObjWriter(KFbxSdkManager& pManager, char const* pName);
00100 virtual ~KFbxStreamOptionsObjWriter();
00101 virtual void Destruct(bool pRecursive, bool pDependents);
00102 #endif
00103 };
00104
00105 #include <fbxfilesdk_nsend.h>
00106
00107 #endif