Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

exotkAF_SetOfView.hxx

Go to the documentation of this file.
00001 // File generated by CPPExt (Value)
00002 //                     Copyright (C) 1991,1995 by
00003 //  
00004 //                      MATRA DATAVISION, FRANCE
00005 //  
00006 // This software is furnished in accordance with the terms and conditions
00007 // of the contract and with the inclusion of the above copyright notice.
00008 // This software or any other copy thereof may not be provided or otherwise
00009 // be made available to any other person. No title to an ownership of the
00010 // software is hereby transferred.
00011 //  
00012 // At the termination of the contract, the software and all copies of this
00013 // software must be deleted.
00014 
00015 #ifndef _exotkAF_SetOfView_HeaderFile
00016 #define _exotkAF_SetOfView_HeaderFile
00017 
00018 #ifndef _exotkAF_SetListOfSetOfView_HeaderFile
00019 #include <exotkAF_SetListOfSetOfView.hxx>
00020 #endif
00021 #ifndef _Handle_exotkAF_View_HeaderFile
00022 #include <Handle_exotkAF_View.hxx>
00023 #endif
00024 #ifndef _Handle_exotkAF_ListNodeOfSetListOfSetOfView_HeaderFile
00025 #include <Handle_exotkAF_ListNodeOfSetListOfSetOfView.hxx>
00026 #endif
00027 #ifndef _Standard_Integer_HeaderFile
00028 #include <Standard_Integer.hxx>
00029 #endif
00030 #ifndef _Standard_Boolean_HeaderFile
00031 #include <Standard_Boolean.hxx>
00032 #endif
00033 class Standard_NoSuchObject;
00034 class exotkAF_SetIteratorOfSetOfView;
00035 class exotkAF_View;
00036 class exotkAF_SetListOfSetOfView;
00037 class exotkAF_ListNodeOfSetListOfSetOfView;
00038 class exotkAF_ListIteratorOfSetListOfSetOfView;
00039 
00040 
00041 #ifndef _Standard_Macro_HeaderFile
00042 #include <Standard_Macro.hxx>
00043 #endif
00044 
00045 class exotkAF_SetOfView  {
00046 
00047 public:
00048     inline void* operator new(size_t,void* anAddress) 
00049       {
00050         return anAddress;
00051       }
00052     inline void* operator new(size_t size) 
00053       { 
00054         return Standard::Allocate(size); 
00055       }
00056     inline void  operator delete(void *anAddress) 
00057       { 
00058         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
00059       }
00060 
00061  // Methods PUBLIC
00062  // 
00063 Standard_EXPORT exotkAF_SetOfView();
00064 Standard_EXPORT inline   Standard_Integer Extent() const;
00065 Standard_EXPORT inline   Standard_Boolean IsEmpty() const;
00066 Standard_EXPORT inline   void Clear() ;
00067 Standard_EXPORT   Standard_Boolean Add(const Handle_exotkAF_View& T) ;
00068 Standard_EXPORT   Standard_Boolean Remove(const Handle_exotkAF_View& T) ;
00069 Standard_EXPORT   void Union(const exotkAF_SetOfView& B) ;
00070 Standard_EXPORT   void Intersection(const exotkAF_SetOfView& B) ;
00071 Standard_EXPORT   void Difference(const exotkAF_SetOfView& B) ;
00072 Standard_EXPORT   Standard_Boolean Contains(const Handle_exotkAF_View& T) const;
00073 Standard_EXPORT   Standard_Boolean IsASubset(const exotkAF_SetOfView& S) const;
00074 Standard_EXPORT   Standard_Boolean IsAProperSubset(const exotkAF_SetOfView& S) const;
00075 
00076 
00077 friend class exotkAF_SetIteratorOfSetOfView;
00078 
00079 
00080 
00081 protected:
00082 
00083  // Methods PROTECTED
00084  // 
00085 
00086 
00087  // Fields PROTECTED
00088  //
00089 
00090 
00091 private: 
00092 
00093  // Methods PRIVATE
00094  // 
00095 Standard_EXPORT exotkAF_SetOfView(const exotkAF_SetOfView& Other);
00096 
00097 
00098  // Fields PRIVATE
00099  //
00100 exotkAF_SetListOfSetOfView myItems;
00101 
00102 
00103 };
00104 
00105 #define Item Handle_exotkAF_View
00106 #define Item_hxx <exotkAF_View.hxx>
00107 #define TCollection_SetList exotkAF_SetListOfSetOfView
00108 #define TCollection_SetList_hxx <exotkAF_SetListOfSetOfView.hxx>
00109 #define TCollection_ListNodeOfSetList exotkAF_ListNodeOfSetListOfSetOfView
00110 #define TCollection_ListNodeOfSetList_hxx <exotkAF_ListNodeOfSetListOfSetOfView.hxx>
00111 #define TCollection_ListIteratorOfSetList exotkAF_ListIteratorOfSetListOfSetOfView
00112 #define TCollection_ListIteratorOfSetList_hxx <exotkAF_ListIteratorOfSetListOfSetOfView.hxx>
00113 #define TCollection_ListNodeOfSetList exotkAF_ListNodeOfSetListOfSetOfView
00114 #define TCollection_ListNodeOfSetList_hxx <exotkAF_ListNodeOfSetListOfSetOfView.hxx>
00115 #define TCollection_ListIteratorOfSetList exotkAF_ListIteratorOfSetListOfSetOfView
00116 #define TCollection_ListIteratorOfSetList_hxx <exotkAF_ListIteratorOfSetListOfSetOfView.hxx>
00117 #define TCollection_SetIterator exotkAF_SetIteratorOfSetOfView
00118 #define TCollection_SetIterator_hxx <exotkAF_SetIteratorOfSetOfView.hxx>
00119 #define Handle_TCollection_ListNodeOfSetList Handle_exotkAF_ListNodeOfSetListOfSetOfView
00120 #define TCollection_ListNodeOfSetList_Type_() exotkAF_ListNodeOfSetListOfSetOfView_Type_()
00121 #define Handle_TCollection_ListNodeOfSetList Handle_exotkAF_ListNodeOfSetListOfSetOfView
00122 #define TCollection_ListNodeOfSetList_Type_() exotkAF_ListNodeOfSetListOfSetOfView_Type_()
00123 #define TCollection_Set exotkAF_SetOfView
00124 #define TCollection_Set_hxx <exotkAF_SetOfView.hxx>
00125 
00126 #include <TCollection_Set.lxx>
00127 
00128 #undef Item
00129 #undef Item_hxx
00130 #undef TCollection_SetList
00131 #undef TCollection_SetList_hxx
00132 #undef TCollection_ListNodeOfSetList
00133 #undef TCollection_ListNodeOfSetList_hxx
00134 #undef TCollection_ListIteratorOfSetList
00135 #undef TCollection_ListIteratorOfSetList_hxx
00136 #undef TCollection_ListNodeOfSetList
00137 #undef TCollection_ListNodeOfSetList_hxx
00138 #undef TCollection_ListIteratorOfSetList
00139 #undef TCollection_ListIteratorOfSetList_hxx
00140 #undef TCollection_SetIterator
00141 #undef TCollection_SetIterator_hxx
00142 #undef Handle_TCollection_ListNodeOfSetList
00143 #undef TCollection_ListNodeOfSetList_Type_
00144 #undef Handle_TCollection_ListNodeOfSetList
00145 #undef TCollection_ListNodeOfSetList_Type_
00146 #undef TCollection_Set
00147 #undef TCollection_Set_hxx
00148 
00149 
00150 // other inline functions and methods (like "C++: function call" methods)
00151 //
00152 
00153 
00154 #endif

Generated on Wed Jan 23 12:16:39 2002 for exotk by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001