]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTDS/NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx
Salome HOME
Improvement(Add a new preference to GEOM ? default ?Shading/Wireframe? visualization...
[modules/geom.git] / src / NMTDS / NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #ifndef _NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
17 #define _NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
18
19 #ifndef _Standard_HeaderFile
20 #include <Standard.hxx>
21 #endif
22 #ifndef _Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
23 #include <Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
24 #endif
25
26 #ifndef _BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
27 #include <BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx>
28 #endif
29 #ifndef _TCollection_MapNode_HeaderFile
30 #include <TCollection_MapNode.hxx>
31 #endif
32 #ifndef _TCollection_MapNodePtr_HeaderFile
33 #include <TCollection_MapNodePtr.hxx>
34 #endif
35 class BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors;
36 class NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors;
37 class NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors;
38
39
40 class NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors : public TCollection_MapNode {
41
42 public:
43
44     void* operator new(size_t,void* anAddress) 
45       {
46         return anAddress;
47       }
48     void* operator new(size_t size) 
49       { 
50         return Standard::Allocate(size); 
51       }
52     void  operator delete(void *anAddress) 
53       { 
54         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
55       }
56  // Methods PUBLIC
57  // 
58 NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors(const BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& I,const TCollection_MapNodePtr& n);
59   BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& Value() const;
60 Standard_EXPORT ~NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors();
61
62
63
64
65  // Type management
66  //
67  Standard_EXPORT friend Handle_Standard_Type& NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_Type_();
68  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
69  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
70
71 protected:
72
73  // Methods PROTECTED
74  // 
75
76
77  // Fields PROTECTED
78  //
79
80
81 private: 
82
83  // Methods PRIVATE
84  // 
85
86
87  // Fields PRIVATE
88  //
89 BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors myValue;
90
91
92 };
93
94 #define Item BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors
95 #define Item_hxx <BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx>
96 #define TCollection_ListNode NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors
97 #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
98 #define TCollection_ListIterator NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors
99 #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
100 #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors
101 #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_Type_()
102 #define TCollection_List NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors
103 #define TCollection_List_hxx <NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
104
105 #include <TCollection_ListNode.lxx>
106
107 #undef Item
108 #undef Item_hxx
109 #undef TCollection_ListNode
110 #undef TCollection_ListNode_hxx
111 #undef TCollection_ListIterator
112 #undef TCollection_ListIterator_hxx
113 #undef Handle_TCollection_ListNode
114 #undef TCollection_ListNode_Type_
115 #undef TCollection_List
116 #undef TCollection_List_hxx
117
118
119 // other Inline functions and methods (like "C++: function call" methods)
120 //
121
122
123 #endif