Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
00024 #define _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
00025
00026 #ifndef _Standard_HeaderFile
00027 #include <Standard.hxx>
00028 #endif
00029 #ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
00030 #include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
00031 #endif
00032
00033 #ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
00034 #include <GEOMAlgo_CoupleOfShapes.hxx>
00035 #endif
00036 #ifndef _TCollection_MapNode_HeaderFile
00037 #include <TCollection_MapNode.hxx>
00038 #endif
00039 #ifndef _TCollection_MapNodePtr_HeaderFile
00040 #include <TCollection_MapNodePtr.hxx>
00041 #endif
00042 class GEOMAlgo_CoupleOfShapes;
00043 class GEOMAlgo_ListOfCoupleOfShapes;
00044 class GEOMAlgo_ListIteratorOfListOfCoupleOfShapes;
00045
00046
00047
00048 class GEOMAlgo_ListNodeOfListOfCoupleOfShapes : public TCollection_MapNode {
00049
00050 public:
00051
00052
00053
00054 GEOMAlgo_ListNodeOfListOfCoupleOfShapes(const GEOMAlgo_CoupleOfShapes& I,const TCollection_MapNodePtr& n);
00055
00056 GEOMAlgo_CoupleOfShapes& Value() const;
00057
00058
00059
00060
00061
00062
00063
00064 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00065
00066
00067 protected:
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077 private:
00078
00079
00080
00081
00082
00083
00084
00085 GEOMAlgo_CoupleOfShapes myValue;
00086
00087
00088 };
00089
00090 #define Item GEOMAlgo_CoupleOfShapes
00091 #define Item_hxx <GEOMAlgo_CoupleOfShapes.hxx>
00092 #define TCollection_ListNode GEOMAlgo_ListNodeOfListOfCoupleOfShapes
00093 #define TCollection_ListNode_hxx <GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
00094 #define TCollection_ListIterator GEOMAlgo_ListIteratorOfListOfCoupleOfShapes
00095 #define TCollection_ListIterator_hxx <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
00096 #define Handle_TCollection_ListNode Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes
00097 #define TCollection_ListNode_Type_() GEOMAlgo_ListNodeOfListOfCoupleOfShapes_Type_()
00098 #define TCollection_List GEOMAlgo_ListOfCoupleOfShapes
00099 #define TCollection_List_hxx <GEOMAlgo_ListOfCoupleOfShapes.hxx>
00100
00101 #include <TCollection_ListNode.lxx>
00102
00103 #undef Item
00104 #undef Item_hxx
00105 #undef TCollection_ListNode
00106 #undef TCollection_ListNode_hxx
00107 #undef TCollection_ListIterator
00108 #undef TCollection_ListIterator_hxx
00109 #undef Handle_TCollection_ListNode
00110 #undef TCollection_ListNode_Type_
00111 #undef TCollection_List
00112 #undef TCollection_List_hxx
00113
00114
00115
00116
00117
00118
00119 #endif