xsi_null.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 __XSINULL_H__
00018 #define __XSINULL_H__
00019 
00020 #include <xsi_x3dobject.h>
00021 
00022 namespace XSI {
00023 
00024 class Material;
00025 
00026 //*****************************************************************************
00046 //*****************************************************************************
00047 
00048 class SICPPSDKDECL Null : public X3DObject
00049 {
00050 public:
00052     Null();
00053 
00055     ~Null();
00056 
00060     Null(const CRef& in_ref);
00061 
00065     Null(const Null& in_obj);
00066 
00071     bool IsA( siClassID in_ClassID) const;
00072 
00076     siClassID GetClassID() const;
00077 
00083     Null& operator=(const Null& in_obj);
00084 
00090     Null& operator=(const CRef& in_ref);
00091 
00092     private:
00093     Null * operator&() const;
00094     Null * operator&();
00095 };
00096 
00097 };
00098 
00099 #endif // __XSINULL_H__