00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef _exotkAF_SetIteratorOfSetOfView_HeaderFile
00016 #define _exotkAF_SetIteratorOfSetOfView_HeaderFile
00017
00018 #ifndef _exotkAF_ListIteratorOfSetListOfSetOfView_HeaderFile
00019 #include <exotkAF_ListIteratorOfSetListOfSetOfView.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_Boolean_HeaderFile
00028 #include <Standard_Boolean.hxx>
00029 #endif
00030 class Standard_NoSuchObject;
00031 class exotkAF_View;
00032 class exotkAF_SetOfView;
00033 class exotkAF_SetListOfSetOfView;
00034 class exotkAF_ListNodeOfSetListOfSetOfView;
00035 class exotkAF_ListIteratorOfSetListOfSetOfView;
00036
00037
00038 #ifndef _Standard_Macro_HeaderFile
00039 #include <Standard_Macro.hxx>
00040 #endif
00041
00042 class exotkAF_SetIteratorOfSetOfView {
00043
00044 public:
00045 inline void* operator new(size_t,void* anAddress)
00046 {
00047 return anAddress;
00048 }
00049 inline void* operator new(size_t size)
00050 {
00051 return Standard::Allocate(size);
00052 }
00053 inline void operator delete(void *anAddress)
00054 {
00055 if (anAddress) Standard::Free((Standard_Address&)anAddress);
00056 }
00057
00058
00059
00060 Standard_EXPORT exotkAF_SetIteratorOfSetOfView();
00061 Standard_EXPORT exotkAF_SetIteratorOfSetOfView(const exotkAF_SetOfView& S);
00062 Standard_EXPORT void Initialize(const exotkAF_SetOfView& S) ;
00063 Standard_EXPORT inline Standard_Boolean More() const;
00064 Standard_EXPORT inline void Next() ;
00065 Standard_EXPORT inline const Handle_exotkAF_View& Value() const;
00066
00067
00068
00069
00070
00071 protected:
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081 private:
00082
00083
00084
00085
00086
00087
00088
00089 exotkAF_ListIteratorOfSetListOfSetOfView myIterator;
00090
00091
00092 };
00093
00094 #define Item Handle_exotkAF_View
00095 #define Item_hxx <exotkAF_View.hxx>
00096 #define TCollection_SetList exotkAF_SetListOfSetOfView
00097 #define TCollection_SetList_hxx <exotkAF_SetListOfSetOfView.hxx>
00098 #define TCollection_ListNodeOfSetList exotkAF_ListNodeOfSetListOfSetOfView
00099 #define TCollection_ListNodeOfSetList_hxx <exotkAF_ListNodeOfSetListOfSetOfView.hxx>
00100 #define TCollection_ListIteratorOfSetList exotkAF_ListIteratorOfSetListOfSetOfView
00101 #define TCollection_ListIteratorOfSetList_hxx <exotkAF_ListIteratorOfSetListOfSetOfView.hxx>
00102 #define TCollection_ListNodeOfSetList exotkAF_ListNodeOfSetListOfSetOfView
00103 #define TCollection_ListNodeOfSetList_hxx <exotkAF_ListNodeOfSetListOfSetOfView.hxx>
00104 #define TCollection_ListIteratorOfSetList exotkAF_ListIteratorOfSetListOfSetOfView
00105 #define TCollection_ListIteratorOfSetList_hxx <exotkAF_ListIteratorOfSetListOfSetOfView.hxx>
00106 #define TCollection_SetIterator exotkAF_SetIteratorOfSetOfView
00107 #define TCollection_SetIterator_hxx <exotkAF_SetIteratorOfSetOfView.hxx>
00108 #define Handle_TCollection_ListNodeOfSetList Handle_exotkAF_ListNodeOfSetListOfSetOfView
00109 #define TCollection_ListNodeOfSetList_Type_() exotkAF_ListNodeOfSetListOfSetOfView_Type_()
00110 #define Handle_TCollection_ListNodeOfSetList Handle_exotkAF_ListNodeOfSetListOfSetOfView
00111 #define TCollection_ListNodeOfSetList_Type_() exotkAF_ListNodeOfSetListOfSetOfView_Type_()
00112 #define TCollection_Set exotkAF_SetOfView
00113 #define TCollection_Set_hxx <exotkAF_SetOfView.hxx>
00114
00115 #include <TCollection_SetIterator.lxx>
00116
00117 #undef Item
00118 #undef Item_hxx
00119 #undef TCollection_SetList
00120 #undef TCollection_SetList_hxx
00121 #undef TCollection_ListNodeOfSetList
00122 #undef TCollection_ListNodeOfSetList_hxx
00123 #undef TCollection_ListIteratorOfSetList
00124 #undef TCollection_ListIteratorOfSetList_hxx
00125 #undef TCollection_ListNodeOfSetList
00126 #undef TCollection_ListNodeOfSetList_hxx
00127 #undef TCollection_ListIteratorOfSetList
00128 #undef TCollection_ListIteratorOfSetList_hxx
00129 #undef TCollection_SetIterator
00130 #undef TCollection_SetIterator_hxx
00131 #undef Handle_TCollection_ListNodeOfSetList
00132 #undef TCollection_ListNodeOfSetList_Type_
00133 #undef Handle_TCollection_ListNodeOfSetList
00134 #undef TCollection_ListNodeOfSetList_Type_
00135 #undef TCollection_Set
00136 #undef TCollection_Set_hxx
00137
00138
00139
00140
00141
00142
00143 #endif