Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / NMTDS / NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
21 #define _NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
27 #include <Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
28 #endif
29
30 #ifndef _BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
31 #include <BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx>
32 #endif
33 #ifndef _TCollection_MapNode_HeaderFile
34 #include <TCollection_MapNode.hxx>
35 #endif
36 #ifndef _TCollection_MapNodePtr_HeaderFile
37 #include <TCollection_MapNodePtr.hxx>
38 #endif
39 class BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors;
40 class NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors;
41 class NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors;
42
43
44
45 class NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors : public TCollection_MapNode {
46
47 public:
48  // Methods PUBLIC
49  // 
50
51 NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors(const BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& I,const TCollection_MapNodePtr& n);
52
53   BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& Value() const;
54 //Standard_EXPORT ~NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors();
55
56
57
58
59  // Type management
60  //
61  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
62  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
63
64 protected:
65
66  // Methods PROTECTED
67  // 
68
69
70  // Fields PROTECTED
71  //
72
73
74 private: 
75
76  // Methods PRIVATE
77  // 
78
79
80  // Fields PRIVATE
81  //
82 BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors myValue;
83
84
85 };
86
87 #define Item BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors
88 #define Item_hxx <BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx>
89 #define TCollection_ListNode NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors
90 #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
91 #define TCollection_ListIterator NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors
92 #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
93 #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors
94 #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_Type_()
95 #define TCollection_List NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors
96 #define TCollection_List_hxx <NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
97
98 #include <TCollection_ListNode.lxx>
99
100 #undef Item
101 #undef Item_hxx
102 #undef TCollection_ListNode
103 #undef TCollection_ListNode_hxx
104 #undef TCollection_ListIterator
105 #undef TCollection_ListIterator_hxx
106 #undef Handle_TCollection_ListNode
107 #undef TCollection_ListNode_Type_
108 #undef TCollection_List
109 #undef TCollection_List_hxx
110
111
112 // other Inline functions and methods (like "C++: function call" methods)
113 //
114
115
116 #endif