Salome HOME
yfr : Merge with v1.2
[modules/smesh.git] / src / SMDS / SMDS_SequenceNodeOfSequenceOfMesh.hxx
1 //  SMESH SMDS : implementaion of Salome mesh data structure
2 //
3 //  Copyright (C) 2003  OPEN CASCADE
4 // 
5 //  This library is free software; you can redistribute it and/or 
6 //  modify it under the terms of the GNU Lesser General Public 
7 //  License as published by the Free Software Foundation; either 
8 //  version 2.1 of the License. 
9 // 
10 //  This library is distributed in the hope that it will be useful, 
11 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 //  Lesser General Public License for more details. 
14 // 
15 //  You should have received a copy of the GNU Lesser General Public 
16 //  License along with this library; if not, write to the Free Software 
17 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18 // 
19 //  See http://www.opencascade.org or email : webmaster@opencascade.org 
20 //
21 //
22 //
23 //  File   : SMDS_SequenceNodeOfSequenceOfMesh.hxx
24 //  Module : SMESH
25
26 #ifndef _SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
27 #define _SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
28
29 #ifndef _Standard_HeaderFile
30 #include <Standard.hxx>
31 #endif
32 #ifndef _Handle_SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
33 #include "Handle_SMDS_SequenceNodeOfSequenceOfMesh.hxx"
34 #endif
35
36 #ifndef _Handle_SMDS_Mesh_HeaderFile
37 #include "Handle_SMDS_Mesh.hxx"
38 #endif
39 #ifndef _TCollection_SeqNode_HeaderFile
40 #include <TCollection_SeqNode.hxx>
41 #endif
42 #ifndef _TCollection_SeqNodePtr_HeaderFile
43 #include <TCollection_SeqNodePtr.hxx>
44 #endif
45 class SMDS_Mesh;
46 class SMDS_SequenceOfMesh;
47
48
49 class SMDS_SequenceNodeOfSequenceOfMesh : public TCollection_SeqNode {
50
51 public:
52
53     inline void* operator new(size_t,void* anAddress) 
54       {
55         return anAddress;
56       }
57     inline void* operator new(size_t size) 
58       { 
59         return Standard::Allocate(size); 
60       }
61     inline void  operator delete(void *anAddress) 
62       { 
63         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
64       }
65 //    inline void  operator delete(void *anAddress, size_t size) 
66 //      { 
67 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
68 //      }
69  // Methods PUBLIC
70  // 
71 Standard_EXPORT inline SMDS_SequenceNodeOfSequenceOfMesh(const Handle(SMDS_Mesh)& I,const TCollection_SeqNodePtr& n,const TCollection_SeqNodePtr& p);
72 Standard_EXPORT inline   Handle_SMDS_Mesh& Value() const;
73 Standard_EXPORT ~SMDS_SequenceNodeOfSequenceOfMesh();
74
75
76
77
78  // Type management
79  //
80  Standard_EXPORT friend Handle_Standard_Type& SMDS_SequenceNodeOfSequenceOfMesh_Type_();
81  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
82  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
83
84 protected:
85
86  // Methods PROTECTED
87  // 
88
89
90  // Fields PROTECTED
91  //
92
93
94 private: 
95
96  // Methods PRIVATE
97  // 
98
99
100  // Fields PRIVATE
101  //
102 Handle_SMDS_Mesh myValue;
103
104
105 };
106
107 #define SeqItem Handle_SMDS_Mesh
108 #define SeqItem_hxx "SMDS_Mesh.hxx"
109 #define TCollection_SequenceNode SMDS_SequenceNodeOfSequenceOfMesh
110 #define TCollection_SequenceNode_hxx "SMDS_SequenceNodeOfSequenceOfMesh.hxx"
111 #define Handle_TCollection_SequenceNode Handle_SMDS_SequenceNodeOfSequenceOfMesh
112 #define TCollection_SequenceNode_Type_() SMDS_SequenceNodeOfSequenceOfMesh_Type_()
113 #define TCollection_Sequence SMDS_SequenceOfMesh
114 #define TCollection_Sequence_hxx "SMDS_SequenceOfMesh.hxx"
115
116 #include <TCollection_SequenceNode.lxx>
117
118 #undef SeqItem
119 #undef SeqItem_hxx
120 #undef TCollection_SequenceNode
121 #undef TCollection_SequenceNode_hxx
122 #undef Handle_TCollection_SequenceNode
123 #undef TCollection_SequenceNode_Type_
124 #undef TCollection_Sequence
125 #undef TCollection_Sequence_hxx
126
127
128 // other inline functions and methods (like "C++: function call" methods)
129 //
130
131
132 #endif