Salome HOME
1f4168f5c83338d204f6dc4ff86beeaf5858eb89
[modules/smesh.git] / src / SMESHDS / SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx
1 // File generated by CPPExt (Value)
2 //                     Copyright (C) 1991,1995 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14
15 #ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
16 #define _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
17
18 #ifndef _TCollection_BasicMapIterator_HeaderFile
19 #include <TCollection_BasicMapIterator.hxx>
20 #endif
21 #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
22 #include "Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx"
23 #endif
24 class Standard_NoSuchObject;
25 class TopoDS_Shape;
26 class SMESHDS_ListOfPtrHypothesis;
27 class TopTools_ShapeMapHasher;
28 class SMESHDS_DataMapOfShapeListOfPtrHypothesis;
29 class SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis;
30
31
32 #ifndef _Standard_HeaderFile
33 #include <Standard.hxx>
34 #endif
35 #ifndef _Standard_Macro_HeaderFile
36 #include <Standard_Macro.hxx>
37 #endif
38
39 class SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis  : public TCollection_BasicMapIterator {
40
41 public:
42
43     inline void* operator new(size_t,void* anAddress) 
44       {
45         return anAddress;
46       }
47     inline void* operator new(size_t size) 
48       { 
49         return Standard::Allocate(size); 
50       }
51     inline void  operator delete(void *anAddress) 
52       { 
53         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
54       }
55 //    inline void  operator delete(void *anAddress, size_t size) 
56 //      { 
57 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
58 //      }
59  // Methods PUBLIC
60  // 
61 Standard_EXPORT SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis();
62 Standard_EXPORT SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis(const SMESHDS_DataMapOfShapeListOfPtrHypothesis& aMap);
63 Standard_EXPORT   void Initialize(const SMESHDS_DataMapOfShapeListOfPtrHypothesis& aMap) ;
64 Standard_EXPORT  const TopoDS_Shape& Key() const;
65 Standard_EXPORT  const SMESHDS_ListOfPtrHypothesis& Value() const;
66
67
68
69
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
90
91 };
92
93
94
95
96
97 // other inline functions and methods (like "C++: function call" methods)
98 //
99
100
101 #endif