2006-06-01 17:32:40 +06:00
|
|
|
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
2007-02-07 16:48:21 +05:00
|
|
|
//
|
2006-06-01 17:32:40 +06:00
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
2007-02-07 16:48:21 +05:00
|
|
|
// License as published by the Free Software Foundation; either
|
2006-06-01 17:32:40 +06:00
|
|
|
// version 2.1 of the License.
|
2007-02-07 16:48:21 +05:00
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2006-06-01 17:32:40 +06:00
|
|
|
// Lesser General Public License for more details.
|
|
|
|
//
|
2007-02-07 16:48:21 +05:00
|
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
2006-06-01 17:32:40 +06:00
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2004-12-17 16:18:33 +05:00
|
|
|
//
|
2006-06-01 17:32:40 +06:00
|
|
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
2004-12-17 16:18:33 +05:00
|
|
|
|
2005-03-23 12:27:20 +05:00
|
|
|
#include <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
2004-12-17 16:18:33 +05:00
|
|
|
|
|
|
|
#ifndef _Standard_DomainError_HeaderFile
|
|
|
|
#include <Standard_DomainError.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
|
|
#include <Standard_NoSuchObject.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _GEOMAlgo_PassKey_HeaderFile
|
|
|
|
#include <GEOMAlgo_PassKey.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _GEOMAlgo_PassKeyMapHasher_HeaderFile
|
|
|
|
#include <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
|
|
#endif
|
2005-03-23 12:27:20 +05:00
|
|
|
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
|
|
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
|
|
|
#include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
2004-12-17 16:18:33 +05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define TheKey GEOMAlgo_PassKey
|
|
|
|
#define TheKey_hxx <GEOMAlgo_PassKey.hxx>
|
2005-03-23 12:27:20 +05:00
|
|
|
#define TheItem Standard_Integer
|
|
|
|
#define TheItem_hxx <Standard_Integer.hxx>
|
2004-12-17 16:18:33 +05:00
|
|
|
#define Hasher GEOMAlgo_PassKeyMapHasher
|
|
|
|
#define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
|
2005-03-23 12:27:20 +05:00
|
|
|
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
|
|
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
|
|
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger
|
|
|
|
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
|
|
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
|
|
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
|
|
|
|
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyInteger
|
|
|
|
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
|
|
#include <TCollection_DataMap.gxx>
|
2004-12-17 16:18:33 +05:00
|
|
|
|