FBX SDK Reference Guide: kfbxstreamoptions3ds.h Source File
Go to the documentation of this file.
00001 
00004 #ifndef _FBXSDK_KFbxStreamOptions3dsWriter_H_
00005 #define _FBXSDK_KFbxStreamOptions3dsWriter_H_
00006 
00007 /**************************************************************************************
00008 
00009  Copyright © 2001 - 2008 Autodesk, Inc. and/or its licensors.
00010  All Rights Reserved.
00011 
00012  The coded instructions, statements, computer programs, and/or related material 
00013  (collectively the "Data") in these files contain unpublished information 
00014  proprietary to Autodesk, Inc. and/or its licensors, which is protected by 
00015  Canada and United States of America federal copyright law and by international 
00016  treaties. 
00017  
00018  The Data may not be disclosed or distributed to third parties, in whole or in
00019  part, without the prior written consent of Autodesk, Inc. ("Autodesk").
00020 
00021  THE DATA IS PROVIDED "AS IS" AND WITHOUT WARRANTY.
00022  ALL WARRANTIES ARE EXPRESSLY EXCLUDED AND DISCLAIMED. AUTODESK MAKES NO
00023  WARRANTY OF ANY KIND WITH RESPECT TO THE DATA, EXPRESS, IMPLIED OR ARISING
00024  BY CUSTOM OR TRADE USAGE, AND DISCLAIMS ANY IMPLIED WARRANTIES OF TITLE, 
00025  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR USE. 
00026  WITHOUT LIMITING THE FOREGOING, AUTODESK DOES NOT WARRANT THAT THE OPERATION
00027  OF THE DATA WILL BE UNINTERRUPTED OR ERROR FREE. 
00028  
00029  IN NO EVENT SHALL AUTODESK, ITS AFFILIATES, PARENT COMPANIES, LICENSORS
00030  OR SUPPLIERS ("AUTODESK GROUP") BE LIABLE FOR ANY LOSSES, DAMAGES OR EXPENSES
00031  OF ANY KIND (INCLUDING WITHOUT LIMITATION PUNITIVE OR MULTIPLE DAMAGES OR OTHER
00032  SPECIAL, DIRECT, INDIRECT, EXEMPLARY, INCIDENTAL, LOSS OF PROFITS, REVENUE
00033  OR DATA, COST OF COVER OR CONSEQUENTIAL LOSSES OR DAMAGES OF ANY KIND),
00034  HOWEVER CAUSED, AND REGARDLESS OF THE THEORY OF LIABILITY, WHETHER DERIVED
00035  FROM CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE), OR OTHERWISE,
00036  ARISING OUT OF OR RELATING TO THE DATA OR ITS USE OR ANY OTHER PERFORMANCE,
00037  WHETHER OR NOT AUTODESK HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS
00038  OR DAMAGE. 
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