00001 //***************************************************************************** 00011 //***************************************************************************** 00012 00013 #if (_MSC_VER > 1000) || defined(SGI_COMPILER) 00014 #pragma once 00015 #endif 00016 00017 #ifndef __XSIICENODEOUTPUTPORT_H__ 00018 #define __XSIICENODEOUTPUTPORT_H__ 00019 00020 #include <xsi_icenodeport.h> 00021 00022 namespace XSI { 00023 00024 //***************************************************************************** 00034 //***************************************************************************** 00035 00036 class SICPPSDKDECL ICENodeOutputPort : public ICENodePort 00037 { 00038 public: 00040 ICENodeOutputPort(); 00041 00043 ~ICENodeOutputPort(); 00044 00048 ICENodeOutputPort(const CRef& in_ref); 00049 00053 ICENodeOutputPort(const ICENodeOutputPort& in_obj); 00054 00059 bool IsA( siClassID in_ClassID) const; 00060 00064 siClassID GetClassID() const; 00065 00071 ICENodeOutputPort& operator=(const ICENodeOutputPort& in_obj); 00072 00078 ICENodeOutputPort& operator=(const CRef& in_ref); 00079 00080 private: 00081 ICENodeOutputPort * operator&() const; 00082 ICENodeOutputPort * operator&(); 00083 }; 00084 00085 }; 00086 00087 #endif // __XSIICENODEOUTPUTPORT_H__