xsi_camerarig.h Source File
 
 
 
xsi_camerarig.h
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 __XSICAMERARIG_H__
00018 #define __XSICAMERARIG_H__
00019 
00020 #include <xsi_rig.h>
00021 
00022 namespace XSI {
00023 
00024 //*****************************************************************************
00046 //*****************************************************************************
00047 
00048 class SICPPSDKDECL CameraRig : public Rig
00049 {
00050 public:
00052         CameraRig();
00053 
00055         ~CameraRig();
00056 
00060         CameraRig(const CRef& in_ref);
00061 
00065         CameraRig(const CameraRig& in_obj);
00066 
00071         bool IsA( siClassID in_ClassID) const;
00072 
00076         siClassID GetClassID() const;
00077 
00083         CameraRig& operator=(const CameraRig& in_obj);
00084 
00090         CameraRig& operator=(const CRef& in_ref);
00091 
00095         Camera GetCamera() const;
00096 
00097         private:
00098         CameraRig * operator&() const;
00099         CameraRig * operator&();
00100 
00101 };
00102 
00103 };
00104 
00105 #endif // __XSICAMERARIG_H__