Salome HOME
Update copyright
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ListOfPnt.hxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22
23 #ifndef _GEOMAlgo_ListOfPnt_HeaderFile
24 #define _GEOMAlgo_ListOfPnt_HeaderFile
25
26 #ifndef _Standard_Address_HeaderFile
27 #include <Standard_Address.hxx>
28 #endif
29 #ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
30 #include <Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx>
31 #endif
32 #ifndef _Standard_Integer_HeaderFile
33 #include <Standard_Integer.hxx>
34 #endif
35 #ifndef _Standard_Boolean_HeaderFile
36 #include <Standard_Boolean.hxx>
37 #endif
38 class Standard_NoSuchObject;
39 class GEOMAlgo_ListIteratorOfListOfPnt;
40 class gp_Pnt;
41 class GEOMAlgo_ListNodeOfListOfPnt;
42
43
44 #ifndef _Standard_HeaderFile
45 #include <Standard.hxx>
46 #endif
47 #ifndef _Standard_Macro_HeaderFile
48 #include <Standard_Macro.hxx>
49 #endif
50
51
52 class GEOMAlgo_ListOfPnt  {
53
54 public:
55
56     void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68  // Methods PUBLIC
69  // 
70
71
72 Standard_EXPORT GEOMAlgo_ListOfPnt();
73
74
75 Standard_EXPORT   void Assign(const GEOMAlgo_ListOfPnt& Other) ;
76   void operator=(const GEOMAlgo_ListOfPnt& Other) 
77 {
78   Assign(Other);
79 }
80
81
82
83 Standard_EXPORT   Standard_Integer Extent() const;
84
85
86 Standard_EXPORT   void Clear() ;
87 ~GEOMAlgo_ListOfPnt()
88 {
89   Clear();
90 }
91
92
93   Standard_Boolean IsEmpty() const;
94
95
96 Standard_EXPORT   void Prepend(const gp_Pnt& I) ;
97
98
99 Standard_EXPORT   void Prepend(const gp_Pnt& I,GEOMAlgo_ListIteratorOfListOfPnt& theIt) ;
100
101
102 Standard_EXPORT   void Prepend(GEOMAlgo_ListOfPnt& Other) ;
103
104
105 Standard_EXPORT   void Append(const gp_Pnt& I) ;
106
107
108 Standard_EXPORT   void Append(const gp_Pnt& I,GEOMAlgo_ListIteratorOfListOfPnt& theIt) ;
109
110
111 Standard_EXPORT   void Append(GEOMAlgo_ListOfPnt& Other) ;
112
113
114 Standard_EXPORT   gp_Pnt& First() const;
115
116
117 Standard_EXPORT   gp_Pnt& Last() const;
118
119
120 Standard_EXPORT   void RemoveFirst() ;
121
122
123 Standard_EXPORT   void Remove(GEOMAlgo_ListIteratorOfListOfPnt& It) ;
124
125
126 Standard_EXPORT   void InsertBefore(const gp_Pnt& I,GEOMAlgo_ListIteratorOfListOfPnt& It) ;
127
128
129 Standard_EXPORT   void InsertBefore(GEOMAlgo_ListOfPnt& Other,GEOMAlgo_ListIteratorOfListOfPnt& It) ;
130
131
132 Standard_EXPORT   void InsertAfter(const gp_Pnt& I,GEOMAlgo_ListIteratorOfListOfPnt& It) ;
133
134
135 Standard_EXPORT   void InsertAfter(GEOMAlgo_ListOfPnt& Other,GEOMAlgo_ListIteratorOfListOfPnt& It) ;
136
137
138 friend class GEOMAlgo_ListIteratorOfListOfPnt;
139
140
141
142 protected:
143
144  // Methods PROTECTED
145  // 
146
147
148  // Fields PROTECTED
149  //
150
151
152 private: 
153
154  // Methods PRIVATE
155  // 
156
157
158 Standard_EXPORT GEOMAlgo_ListOfPnt(const GEOMAlgo_ListOfPnt& Other);
159
160
161  // Fields PRIVATE
162  //
163 Standard_Address myFirst;
164 Standard_Address myLast;
165
166
167 };
168
169 #define Item gp_Pnt
170 #define Item_hxx <gp_Pnt.hxx>
171 #define TCollection_ListNode GEOMAlgo_ListNodeOfListOfPnt
172 #define TCollection_ListNode_hxx <GEOMAlgo_ListNodeOfListOfPnt.hxx>
173 #define TCollection_ListIterator GEOMAlgo_ListIteratorOfListOfPnt
174 #define TCollection_ListIterator_hxx <GEOMAlgo_ListIteratorOfListOfPnt.hxx>
175 #define Handle_TCollection_ListNode Handle_GEOMAlgo_ListNodeOfListOfPnt
176 #define TCollection_ListNode_Type_() GEOMAlgo_ListNodeOfListOfPnt_Type_()
177 #define TCollection_List GEOMAlgo_ListOfPnt
178 #define TCollection_List_hxx <GEOMAlgo_ListOfPnt.hxx>
179
180 #include <TCollection_List.lxx>
181
182 #undef Item
183 #undef Item_hxx
184 #undef TCollection_ListNode
185 #undef TCollection_ListNode_hxx
186 #undef TCollection_ListIterator
187 #undef TCollection_ListIterator_hxx
188 #undef Handle_TCollection_ListNode
189 #undef TCollection_ListNode_Type_
190 #undef TCollection_List
191 #undef TCollection_List_hxx
192
193
194 // other Inline functions and methods (like "C++: function call" methods)
195 //
196
197
198 #endif