1 // Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
21 #define _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
23 #ifndef _TCollection_BasicMapIterator_HeaderFile
24 #include <TCollection_BasicMapIterator.hxx>
26 #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
27 #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
29 class Standard_NoSuchObject;
30 class GEOMAlgo_PassKeyShape;
32 class GEOMAlgo_PassKeyShapeMapHasher;
33 class GEOMAlgo_DataMapOfPassKeyShapeShape;
34 class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape;
37 #ifndef _Standard_HeaderFile
38 #include <Standard.hxx>
40 #ifndef _Standard_Macro_HeaderFile
41 #include <Standard_Macro.hxx>
45 class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape : public TCollection_BasicMapIterator {
49 void* operator new(size_t,void* anAddress)
53 void* operator new(size_t size)
55 return Standard::Allocate(size);
57 void operator delete(void *anAddress)
59 if (anAddress) Standard::Free((Standard_Address&)anAddress);
65 Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape();
68 Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape(const GEOMAlgo_DataMapOfPassKeyShapeShape& aMap);
71 Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfPassKeyShapeShape& aMap) ;
74 Standard_EXPORT const GEOMAlgo_PassKeyShape& Key() const;
77 Standard_EXPORT const TopoDS_Shape& Value() const;
109 // other Inline functions and methods (like "C++: function call" methods)