00001
00004 #ifndef _FBXSDK_KFbxStreamOptions3dsWriter_H_
00005 #define _FBXSDK_KFbxStreamOptions3dsWriter_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
00043 #define KFBXSTREAMOPT_3DS_AMBIENT_LIGHT "AMBIENT LIGHT"
00044 #define KFBXSTREAMOPT_3DS_REFERENCENODE "REFERENCENODE"
00045 #define KFBXSTREAMOPT_3DS_TEXTURE "TEXTURE"
00046 #define KFBXSTREAMOPT_3DS_MATERIAL "MATERIAL"
00047 #define KFBXSTREAMOPT_3DS_ANIMATION "ANIMATION"
00048 #define KFBXSTREAMOPT_3DS_MESH "MESH"
00049 #define KFBXSTREAMOPT_3DS_LIGHT "LIGHT"
00050 #define KFBXSTREAMOPT_3DS_CAMERA "CAMERA"
00051 #define KFBXSTREAMOPT_3DS_AMBIENT_LIGHT "AMBIENT LIGHT"
00052 #define KFBXSTREAMOPT_3DS_RESCALING "RESCALING"
00053 #define KFBXSTREAMOPT_3DS_FILTER "FILTER"
00054 #define KFBXSTREAMOPT_3DS_SMOOTHGROUP "SMOOTHGROUP"
00055 #define KFBXSTREAMOPT_3DS_TEXUVBYPOLY "TEXUVBYPOLY"
00056 #define KFBXSTREAMOPT_3DS_TAKE_NAME "TAKE NAME"
00057 #define KFBXSTREAMOPT_3DS_MESH_COUNT "MESH COUNT"
00058 #define KFBXSTREAMOPT_3DS_LIGHT_COUNT "LIGHT COUNT"
00059 #define KFBXSTREAMOPT_3DS_CAMERA_COUNT "CAMERA COUNT"
00060
00061
00062 #include <kaydaradef.h>
00063 #ifndef KFBX_DLL
00064 #define KFBX_DLL K_DLLIMPORT
00065 #endif
00066
00067 #include <kfbxplugins/kfbxsdkmanager.h>
00068 #include <kfbxio/kfbxstreamoptions.h>
00069 #include <fbxfilesdk_nsbegin.h>
00070
00071
00076 class KFBX_DLL KFbxStreamOptions3dsReader : public KFbxStreamOptions
00077 {
00078 KFBXOBJECT_DECLARE(KFbxStreamOptions3dsReader,KFbxStreamOptions);
00079 public:
00082 void Reset();
00083 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00084 virtual KFbxObject* Clone(KFbxObject* pContainer, KFbxObject::ECloneType pCloneType) const;
00085
00086
00087 protected:
00088
00089 virtual void Construct( const KFbxStreamOptions3dsReader* pFrom );
00090 virtual bool ConstructProperties( bool pForceSet );
00091 KFbxStreamOptions3dsReader(KFbxSdkManager& pManager, char const* pName);
00092 virtual ~KFbxStreamOptions3dsReader();
00093 virtual void Destruct(bool pRecursive, bool pDependents);
00094 #endif
00095 };
00096
00097
00102 class KFBX_DLL KFbxStreamOptions3dsWriter : public KFbxStreamOptions
00103 {
00104 KFBXOBJECT_DECLARE(KFbxStreamOptions3dsWriter,KFbxStreamOptions);
00105
00106 public:
00109 void Reset();
00110 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00111 virtual KFbxObject* Clone(KFbxObject* pContainer, KFbxObject::ECloneType pCloneType) const;
00112
00113
00114 protected:
00115
00116 void Construct( const KFbxStreamOptions3dsWriter* pFrom );
00117 bool ConstructProperties( bool pForceSet );
00118 KFbxStreamOptions3dsWriter(KFbxSdkManager& pManager, char const* pName);
00119 virtual ~KFbxStreamOptions3dsWriter();
00120 virtual void Destruct(bool pRecursive, bool pDependents);
00121 #endif
00122 };
00123
00124 #include <fbxfilesdk_nsend.h>
00125
00126 #endif
00127