Salome HOME
Fix Makefile.am
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ListNodeOfListOfPnt.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_ListNodeOfListOfPnt_HeaderFile
24 #define _GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
30 #include <Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx>
31 #endif
32
33 #ifndef _gp_Pnt_HeaderFile
34 #include <gp_Pnt.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 gp_Pnt;
43 class GEOMAlgo_ListOfPnt;
44 class GEOMAlgo_ListIteratorOfListOfPnt;
45
46
47
48 class GEOMAlgo_ListNodeOfListOfPnt : public TCollection_MapNode {
49
50 public:
51  // Methods PUBLIC
52  // 
53
54 GEOMAlgo_ListNodeOfListOfPnt(const gp_Pnt& I,const TCollection_MapNodePtr& n);
55
56   gp_Pnt& Value() const;
57 //Standard_EXPORT ~GEOMAlgo_ListNodeOfListOfPnt();
58
59
60
61
62  // Type management
63  //
64  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
65  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
66
67 protected:
68
69  // Methods PROTECTED
70  // 
71
72
73  // Fields PROTECTED
74  //
75
76
77 private: 
78
79  // Methods PRIVATE
80  // 
81
82
83  // Fields PRIVATE
84  //
85 gp_Pnt myValue;
86
87
88 };
89
90 #define Item gp_Pnt
91 #define Item_hxx <gp_Pnt.hxx>
92 #define TCollection_ListNode GEOMAlgo_ListNodeOfListOfPnt
93 #define TCollection_ListNode_hxx <GEOMAlgo_ListNodeOfListOfPnt.hxx>
94 #define TCollection_ListIterator GEOMAlgo_ListIteratorOfListOfPnt
95 #define TCollection_ListIterator_hxx <GEOMAlgo_ListIteratorOfListOfPnt.hxx>
96 #define Handle_TCollection_ListNode Handle_GEOMAlgo_ListNodeOfListOfPnt
97 #define TCollection_ListNode_Type_() GEOMAlgo_ListNodeOfListOfPnt_Type_()
98 #define TCollection_List GEOMAlgo_ListOfPnt
99 #define TCollection_List_hxx <GEOMAlgo_ListOfPnt.hxx>
100
101 #include <TCollection_ListNode.lxx>
102
103 #undef Item
104 #undef Item_hxx
105 #undef TCollection_ListNode
106 #undef TCollection_ListNode_hxx
107 #undef TCollection_ListIterator
108 #undef TCollection_ListIterator_hxx
109 #undef Handle_TCollection_ListNode
110 #undef TCollection_ListNode_Type_
111 #undef TCollection_List
112 #undef TCollection_List_hxx
113
114
115 // other Inline functions and methods (like "C++: function call" methods)
116 //
117
118
119 #endif