Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / NMTTools / NMTTools_ListNodeOfListOfCoupleOfShape.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #ifndef _NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
17 #define _NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
18
19 #ifndef _Standard_HeaderFile
20 #include <Standard.hxx>
21 #endif
22 #ifndef _Handle_NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
23 #include <Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
24 #endif
25
26 #ifndef _NMTTools_CoupleOfShape_HeaderFile
27 #include <NMTTools_CoupleOfShape.hxx>
28 #endif
29 #ifndef _TCollection_MapNode_HeaderFile
30 #include <TCollection_MapNode.hxx>
31 #endif
32 #ifndef _TCollection_MapNodePtr_HeaderFile
33 #include <TCollection_MapNodePtr.hxx>
34 #endif
35 class NMTTools_CoupleOfShape;
36 class NMTTools_ListOfCoupleOfShape;
37 class NMTTools_ListIteratorOfListOfCoupleOfShape;
38
39
40 class NMTTools_ListNodeOfListOfCoupleOfShape : public TCollection_MapNode {
41
42 public:
43
44     void* operator new(size_t,void* anAddress) 
45       {
46         return anAddress;
47       }
48     void* operator new(size_t size) 
49       { 
50         return Standard::Allocate(size); 
51       }
52     void  operator delete(void *anAddress) 
53       { 
54         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
55       }
56  // Methods PUBLIC
57  // 
58 NMTTools_ListNodeOfListOfCoupleOfShape(const NMTTools_CoupleOfShape& I,const TCollection_MapNodePtr& n);
59   NMTTools_CoupleOfShape& Value() const;
60 Standard_EXPORT ~NMTTools_ListNodeOfListOfCoupleOfShape();
61
62
63
64
65  // Type management
66  //
67  Standard_EXPORT friend Handle_Standard_Type& NMTTools_ListNodeOfListOfCoupleOfShape_Type_();
68  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
69  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
70
71 protected:
72
73  // Methods PROTECTED
74  // 
75
76
77  // Fields PROTECTED
78  //
79
80
81 private: 
82
83  // Methods PRIVATE
84  // 
85
86
87  // Fields PRIVATE
88  //
89 NMTTools_CoupleOfShape myValue;
90
91
92 };
93
94 #define Item NMTTools_CoupleOfShape
95 #define Item_hxx <NMTTools_CoupleOfShape.hxx>
96 #define TCollection_ListNode NMTTools_ListNodeOfListOfCoupleOfShape
97 #define TCollection_ListNode_hxx <NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
98 #define TCollection_ListIterator NMTTools_ListIteratorOfListOfCoupleOfShape
99 #define TCollection_ListIterator_hxx <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
100 #define Handle_TCollection_ListNode Handle_NMTTools_ListNodeOfListOfCoupleOfShape
101 #define TCollection_ListNode_Type_() NMTTools_ListNodeOfListOfCoupleOfShape_Type_()
102 #define TCollection_List NMTTools_ListOfCoupleOfShape
103 #define TCollection_List_hxx <NMTTools_ListOfCoupleOfShape.hxx>
104
105 #include <TCollection_ListNode.lxx>
106
107 #undef Item
108 #undef Item_hxx
109 #undef TCollection_ListNode
110 #undef TCollection_ListNode_hxx
111 #undef TCollection_ListIterator
112 #undef TCollection_ListIterator_hxx
113 #undef Handle_TCollection_ListNode
114 #undef TCollection_ListNode_Type_
115 #undef TCollection_List
116 #undef TCollection_List_hxx
117
118
119 // other Inline functions and methods (like "C++: function call" methods)
120 //
121
122
123 #endif