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 __XSIICETREE_H__
00018 #define __XSIICETREE_H__
00019
00020 #include <xsi_icenodecontainer.h>
00021
00022 namespace XSI {
00023
00024
00078
00079
00080 class SICPPSDKDECL ICETree : public ICENodeContainer
00081 {
00082 public:
00084 ICETree();
00085
00087 ~ICETree();
00088
00092 ICETree(const CRef& in_ref);
00093
00097 ICETree(const ICETree& in_obj);
00098
00103 bool IsA( siClassID in_ClassID) const;
00104
00108 siClassID GetClassID() const;
00109
00115 ICETree& operator=(const ICETree& in_obj);
00116
00122 ICETree& operator=(const CRef& in_ref);
00123
00124 private:
00125 ICETree * operator&() const;
00126 ICETree * operator&();
00127 };
00128
00129 };
00130
00131 #endif // __XSIICETREE_H__