Salome HOME
Add a ChangeLog file
[modules/smesh.git] / src / SMDS / SMDS_ListOfMeshElement.hxx
1 //  SMESH SMDS : implementaion of Salome mesh data structure
2 //
3 //  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : SMDS_ListOfMeshElement.hxx
25 //  Module : SMESH
26
27 #ifndef _SMDS_ListOfMeshElement_HeaderFile
28 #define _SMDS_ListOfMeshElement_HeaderFile
29
30 #ifndef _Standard_Address_HeaderFile
31 #include <Standard_Address.hxx>
32 #endif
33 #ifndef _Handle_SMDS_MeshElement_HeaderFile
34 #include "Handle_SMDS_MeshElement.hxx"
35 #endif
36 #ifndef _Handle_SMDS_ListNodeOfListOfMeshElement_HeaderFile
37 #include "Handle_SMDS_ListNodeOfListOfMeshElement.hxx"
38 #endif
39 #ifndef _Standard_Integer_HeaderFile
40 #include <Standard_Integer.hxx>
41 #endif
42 #ifndef _Standard_Boolean_HeaderFile
43 #include <Standard_Boolean.hxx>
44 #endif
45 class Standard_NoSuchObject;
46 class SMDS_ListIteratorOfListOfMeshElement;
47 class SMDS_MeshElement;
48 class SMDS_ListNodeOfListOfMeshElement;
49
50
51 #ifndef _Standard_HeaderFile
52 #include <Standard.hxx>
53 #endif
54 #ifndef _Standard_Macro_HeaderFile
55 #include <Standard_Macro.hxx>
56 #endif
57
58 class SMDS_ListOfMeshElement  {
59
60 public:
61
62     inline void* operator new(size_t,void* anAddress) 
63       {
64         return anAddress;
65       }
66     inline void* operator new(size_t size) 
67       { 
68         return Standard::Allocate(size); 
69       }
70     inline void  operator delete(void *anAddress) 
71       { 
72         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
73       }
74 //    inline void  operator delete(void *anAddress, size_t size) 
75 //      { 
76 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
77 //      }
78  // Methods PUBLIC
79  // 
80 Standard_EXPORT SMDS_ListOfMeshElement();
81 Standard_EXPORT   void Assign(const SMDS_ListOfMeshElement& Other) ;
82   void operator=(const SMDS_ListOfMeshElement& Other) 
83 {
84   Assign(Other);
85 }
86
87 Standard_EXPORT   Standard_Integer Extent() const;
88 Standard_EXPORT   void Clear() ;
89 ~SMDS_ListOfMeshElement()
90 {
91   Clear();
92 }
93
94 Standard_EXPORT inline   Standard_Boolean IsEmpty() const;
95 Standard_EXPORT   void Prepend(const Handle(SMDS_MeshElement)& I) ;
96 Standard_EXPORT   void Prepend(SMDS_ListOfMeshElement& Other) ;
97 Standard_EXPORT   void Append(const Handle(SMDS_MeshElement)& I) ;
98 Standard_EXPORT   void Append(SMDS_ListOfMeshElement& Other) ;
99 Standard_EXPORT   Handle_SMDS_MeshElement& First() const;
100 Standard_EXPORT   Handle_SMDS_MeshElement& Last() const;
101 Standard_EXPORT   void RemoveFirst() ;
102 Standard_EXPORT   void Remove(SMDS_ListIteratorOfListOfMeshElement& It) ;
103 Standard_EXPORT   void InsertBefore(const Handle(SMDS_MeshElement)& I,SMDS_ListIteratorOfListOfMeshElement& It) ;
104 Standard_EXPORT   void InsertBefore(SMDS_ListOfMeshElement& Other,SMDS_ListIteratorOfListOfMeshElement& It) ;
105 Standard_EXPORT   void InsertAfter(const Handle(SMDS_MeshElement)& I,SMDS_ListIteratorOfListOfMeshElement& It) ;
106 Standard_EXPORT   void InsertAfter(SMDS_ListOfMeshElement& Other,SMDS_ListIteratorOfListOfMeshElement& It) ;
107
108
109 friend class SMDS_ListIteratorOfListOfMeshElement;
110
111
112
113 protected:
114
115  // Methods PROTECTED
116  // 
117
118
119  // Fields PROTECTED
120  //
121
122
123 private: 
124
125  // Methods PRIVATE
126  // 
127 Standard_EXPORT SMDS_ListOfMeshElement(const SMDS_ListOfMeshElement& Other);
128
129
130  // Fields PRIVATE
131  //
132 Standard_Address myFirst;
133 Standard_Address myLast;
134
135
136 };
137
138 #define Item Handle_SMDS_MeshElement
139 #define Item_hxx <SMDS_MeshElement.hxx>
140 #define TCollection_ListNode SMDS_ListNodeOfListOfMeshElement
141 #define TCollection_ListNode_hxx <SMDS_ListNodeOfListOfMeshElement.hxx>
142 #define TCollection_ListIterator SMDS_ListIteratorOfListOfMeshElement
143 #define TCollection_ListIterator_hxx <SMDS_ListIteratorOfListOfMeshElement.hxx>
144 #define Handle_TCollection_ListNode Handle_SMDS_ListNodeOfListOfMeshElement
145 #define TCollection_ListNode_Type_() SMDS_ListNodeOfListOfMeshElement_Type_()
146 #define TCollection_List SMDS_ListOfMeshElement
147 #define TCollection_List_hxx <SMDS_ListOfMeshElement.hxx>
148
149 #include <TCollection_List.lxx>
150
151 #undef Item
152 #undef Item_hxx
153 #undef TCollection_ListNode
154 #undef TCollection_ListNode_hxx
155 #undef TCollection_ListIterator
156 #undef TCollection_ListIterator_hxx
157 #undef Handle_TCollection_ListNode
158 #undef TCollection_ListNode_Type_
159 #undef TCollection_List
160 #undef TCollection_List_hxx
161
162
163 // other inline functions and methods (like "C++: function call" methods)
164 //
165
166
167 #endif