Salome HOME
ef078a2eb000723adcd61be48b4349349d8cd09f
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //
4 //                     Copyright (C) 1991 - 2000 by  
5 //                      Matra Datavision SA.  All rights reserved.
6 //  
7 //                     Copyright (C) 2001 - 2004 by
8 //                     Open CASCADE SA.  All rights reserved.
9 // 
10 // This file is part of the Open CASCADE Technology software.
11 //
12 // This software may be distributed and/or modified under the terms and
13 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
14 // and appearing in the file LICENSE included in the packaging of this file.
15 //  
16 // This software is distributed on an "AS IS" basis, without warranty of any
17 // kind, and Open CASCADE SA hereby disclaims all such warranties,
18 // including without limitation, any warranties of merchantability, fitness
19 // for a particular purpose or non-infringement. Please see the License for
20 // the specific terms and conditions governing rights and limitations under the
21 // License.
22
23 #ifndef _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
24 #define _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
30 #include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
31 #endif
32
33 #ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
34 #include <GEOMAlgo_CoupleOfShapes.hxx>
35 #endif
36 #ifndef _TCollection_MapNode_HeaderFile
37 #include <TCollection_MapNode.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 class GEOMAlgo_CoupleOfShapes;
43 class GEOMAlgo_ListOfCoupleOfShapes;
44 class GEOMAlgo_ListIteratorOfListOfCoupleOfShapes;
45
46
47 class GEOMAlgo_ListNodeOfListOfCoupleOfShapes : public TCollection_MapNode {
48
49 public:
50
51     void* operator new(size_t,void* anAddress) 
52       {
53         return anAddress;
54       }
55     void* operator new(size_t size) 
56       { 
57         return Standard::Allocate(size); 
58       }
59     void  operator delete(void *anAddress) 
60       { 
61         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
62       }
63  // Methods PUBLIC
64  // 
65 GEOMAlgo_ListNodeOfListOfCoupleOfShapes(const GEOMAlgo_CoupleOfShapes& I,const TCollection_MapNodePtr& n);
66   GEOMAlgo_CoupleOfShapes& Value() const;
67 Standard_EXPORT ~GEOMAlgo_ListNodeOfListOfCoupleOfShapes();
68
69
70
71
72  // Type management
73  //
74  Standard_EXPORT friend Handle_Standard_Type& GEOMAlgo_ListNodeOfListOfCoupleOfShapes_Type_();
75  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
76  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
77
78 protected:
79
80  // Methods PROTECTED
81  // 
82
83
84  // Fields PROTECTED
85  //
86
87
88 private: 
89
90  // Methods PRIVATE
91  // 
92
93
94  // Fields PRIVATE
95  //
96 GEOMAlgo_CoupleOfShapes myValue;
97
98
99 };
100
101 #define Item GEOMAlgo_CoupleOfShapes
102 #define Item_hxx <GEOMAlgo_CoupleOfShapes.hxx>
103 #define TCollection_ListNode GEOMAlgo_ListNodeOfListOfCoupleOfShapes
104 #define TCollection_ListNode_hxx <GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
105 #define TCollection_ListIterator GEOMAlgo_ListIteratorOfListOfCoupleOfShapes
106 #define TCollection_ListIterator_hxx <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
107 #define Handle_TCollection_ListNode Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes
108 #define TCollection_ListNode_Type_() GEOMAlgo_ListNodeOfListOfCoupleOfShapes_Type_()
109 #define TCollection_List GEOMAlgo_ListOfCoupleOfShapes
110 #define TCollection_List_hxx <GEOMAlgo_ListOfCoupleOfShapes.hxx>
111
112 #include <TCollection_ListNode.lxx>
113
114 #undef Item
115 #undef Item_hxx
116 #undef TCollection_ListNode
117 #undef TCollection_ListNode_hxx
118 #undef TCollection_ListIterator
119 #undef TCollection_ListIterator_hxx
120 #undef Handle_TCollection_ListNode
121 #undef TCollection_ListNode_Type_
122 #undef TCollection_List
123 #undef TCollection_List_hxx
124
125
126 // other Inline functions and methods (like "C++: function call" methods)
127 //
128
129
130 #endif