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 __XSIIMAGECLIP_H__
00018 #define __XSIIMAGECLIP_H__
00019
00020 #include <xsi_projectitem.h>
00021
00022 namespace XSI {
00023
00024
00029
00030 class SICPPSDKDECL ImageClip : public ProjectItem
00031 {
00032 public:
00034 ImageClip();
00035
00037 ~ImageClip();
00038
00042 ImageClip(const CRef& in_ref);
00043
00047 ImageClip(const ImageClip& in_obj);
00048
00053 bool IsA( siClassID in_ClassID) const;
00054
00058 siClassID GetClassID() const;
00059
00065 ImageClip& operator=(const ImageClip& in_obj);
00066
00072 ImageClip& operator=(const CRef& in_ref);
00073
00074 private:
00075 ImageClip * operator&() const;
00076 ImageClip * operator&();
00077 };
00078
00079 };
00080
00081 #endif // __XSIIMAGECLIP_H__