DWF3DCameraContainer.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 2007 by Autodesk, Inc.
00003 //
00004 //  By using this code, you are agreeing to the terms and conditions of
00005 //  the License Agreement included in the documentation for this code.
00006 //
00007 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE CORRECTNESS
00008 //  OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE IT. AUTODESK
00009 //  PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY DISCLAIMS ANY
00010 //  LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00011 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00012 //
00013 //  Use, duplication, or disclosure by the U.S. Government is subject to
00014 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00015 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00016 //  Data and Computer Software), as applicable.
00017 //
00018 
00019 
00020 #ifndef _DWFTK_CONTENT_CAMERA_CONTAINER_H
00021 #define _DWFTK_CONTENT_CAMERA_CONTAINER_H
00022 
00023 
00028 
00029 #include "dwfcore/STL.h"
00030 #include "dwfcore/Vector.h"
00031 using namespace DWFCore;
00032 
00033 #include "dwf/Toolkit.h"
00034 
00035 namespace DWFToolkit
00036 {
00037 
00038 //
00039 // fwd decl
00040 //
00041 class DWF3DCamera;
00042 
00052 class DWF3DCameraContainer _DWFTK_EXPORT_API_MEMORY_CONTROL_BASE
00053 {
00054 
00055 public:
00056 
00057 public:
00058 
00065     _DWFTK_API
00066     DWF3DCameraContainer()
00067         throw();
00068 
00076     _DWFTK_API
00077     virtual ~DWF3DCameraContainer()
00078         throw();
00079 
00088     _DWFTK_API
00089     virtual void addCamera( DWF3DCamera& camera )
00090         throw( DWFException );
00091 
00102     _DWFTK_API
00103     virtual void insertAt( DWF3DCamera* p3DCamera, size_t index )
00104             throw( DWFException );
00105 
00116     _DWFTK_API
00117     virtual DWFOrderedVector<DWF3DCamera*>::Iterator* getCameras( )
00118         throw();
00119 
00126     _DWFTK_API
00127     virtual void removeCameraAt( size_t index )
00128         throw( DWFException );
00129 
00130 protected:
00131 
00135     DWFOrderedVector<DWF3DCamera*>      _oCameras;
00136 
00137 private:
00138 
00139     DWF3DCameraContainer( const DWF3DCameraContainer& );
00140     DWF3DCameraContainer& operator=( const DWF3DCameraContainer& );
00141 };
00142 
00143 }
00144 
00145 #endif

Generated on Tue Jan 6 22:40:03 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5