xsi_layer.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 __XSILAYER_H__
00018 #define __XSILAYER_H__
00019 
00020 #include <xsi_group.h>
00021 
00022 namespace XSI {
00023 
00024 //*****************************************************************************
00034 //*****************************************************************************
00035 class SICPPSDKDECL Layer : public Group
00036 {
00037 public:
00039     Layer();
00040 
00042     ~Layer();
00043 
00047     Layer(const CRef& in_ref);
00048 
00052     Layer(const Layer& in_obj);
00053 
00058     bool IsA( siClassID in_ClassID) const;
00059 
00063     siClassID GetClassID() const;
00064 
00070     Layer& operator=(const Layer& in_obj);
00071 
00077     Layer& operator=(const CRef& in_ref);
00078 
00079     private:
00080     Layer * operator&() const;
00081     Layer * operator&();
00082 
00083     public:
00084 
00085 
00086 };
00087 
00088 };
00089 
00090 #endif // __XSILAYER_H__