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 _NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
00024 #define _NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
00025
00026 #ifndef _Standard_HeaderFile
00027 #include <Standard.hxx>
00028 #endif
00029 #ifndef _Handle_NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
00030 #include <Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
00031 #endif
00032
00033 #ifndef _NMTTools_CoupleOfShape_HeaderFile
00034 #include <NMTTools_CoupleOfShape.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 NMTTools_CoupleOfShape;
00043 class NMTTools_ListOfCoupleOfShape;
00044 class NMTTools_ListIteratorOfListOfCoupleOfShape;
00045
00046
00047
00048 class NMTTools_ListNodeOfListOfCoupleOfShape : public TCollection_MapNode {
00049
00050 public:
00051
00052
00053
00054 NMTTools_ListNodeOfListOfCoupleOfShape(const NMTTools_CoupleOfShape& I,const TCollection_MapNodePtr& n);
00055
00056 NMTTools_CoupleOfShape& 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 NMTTools_CoupleOfShape myValue;
00086
00087
00088 };
00089
00090 #define Item NMTTools_CoupleOfShape
00091 #define Item_hxx <NMTTools_CoupleOfShape.hxx>
00092 #define TCollection_ListNode NMTTools_ListNodeOfListOfCoupleOfShape
00093 #define TCollection_ListNode_hxx <NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
00094 #define TCollection_ListIterator NMTTools_ListIteratorOfListOfCoupleOfShape
00095 #define TCollection_ListIterator_hxx <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
00096 #define Handle_TCollection_ListNode Handle_NMTTools_ListNodeOfListOfCoupleOfShape
00097 #define TCollection_ListNode_Type_() NMTTools_ListNodeOfListOfCoupleOfShape_Type_()
00098 #define TCollection_List NMTTools_ListOfCoupleOfShape
00099 #define TCollection_List_hxx <NMTTools_ListOfCoupleOfShape.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