Go to the documentation of this file.00001
00011
00012
00013 #if (_MSC_VER > 1000) || defined(SGI_COMPILER)
00014 #pragma once
00015 #endif
00016
00017 #ifndef __XSIMEMOCAMERA_H__
00018 #define __XSIMEMOCAMERA_H__
00019
00020 #include <xsi_uiobject.h>
00021
00022 namespace XSI {
00023
00024
00082
00083
00084 class SICPPSDKDECL MemoCamera : public UIObject
00085 {
00086 public:
00087
00089 MemoCamera();
00090
00092 ~MemoCamera();
00093
00097 MemoCamera(const CRef& in_ref);
00098
00102 MemoCamera(const MemoCamera& in_obj);
00103
00108 bool IsA( siClassID in_ClassID ) const;
00109
00113 siClassID GetClassID() const;
00114
00120 MemoCamera& operator=(const MemoCamera& in_obj);
00121
00127 MemoCamera& operator=(const CRef& in_ref);
00128
00132 CStatus Record( ) const;
00133
00137 CStatus Recall( ) const;
00138
00142 CStatus Reset( ) const;
00143
00144 private:
00145 MemoCamera * operator&() const;
00146 MemoCamera * operator&();
00147 };
00148
00149 };
00150
00151 #endif
00152