xsi_directed.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 __XSIDIRECTED_H__
00018 #define __XSIDIRECTED_H__
00019 
00020 #include <xsi_x3dobject.h>
00021 #include <xsi_status.h>
00022 
00023 namespace XSI {
00024 
00025 //*****************************************************************************
00050 //*****************************************************************************
00051 
00052 class SICPPSDKDECL Directed : public X3DObject
00053 {
00054 public:
00056     Directed();
00057 
00059     ~Directed();
00060 
00064     Directed(const CRef& in_ref);
00065 
00069     Directed(const Directed& in_obj);
00070 
00075     bool IsA( siClassID in_ClassID) const;
00076 
00080     siClassID GetClassID() const;
00081 
00087     Directed& operator=(const Directed& in_obj);
00088 
00094     Directed& operator=(const CRef& in_ref);
00095 
00117     X3DObject GetInterest() const;
00118 
00124     CStatus PutInterest(const X3DObject& in_obj );
00125 
00126     private:
00127     Directed * operator&() const;
00128     Directed * operator&();
00129 };
00130 
00131 };
00132 
00133 #endif // __XSIDIRECTED_H__