Remove "MAC" ends of lines

This commit is contained in:
mpv 2011-12-09 04:45:13 +00:00
parent 01b475d618
commit 216b66c853
14 changed files with 2404 additions and 1202 deletions

View File

@ -1,99 +1,198 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _TCollection_BasicMapIterator_HeaderFile
#include <TCollection_BasicMapIterator.hxx> // License along with this library; if not, write to the Free Software
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif //
class Standard_NoSuchObject;
class TopoDS_Shape; // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
class TopTools_MapOfShape;
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapeMapOfShape;
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape; #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape : public TCollection_BasicMapIterator {
public:
#ifndef _Standard_HeaderFile
void* operator new(size_t,void* anAddress)
{ #include <Standard.hxx>
return anAddress;
} #endif
void* operator new(size_t size)
{ #ifndef _Standard_Macro_HeaderFile
return Standard::Allocate(size);
} #include <Standard_Macro.hxx>
void operator delete(void *anAddress)
{ #endif
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
#ifndef _TCollection_BasicMapIterator_HeaderFile
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape();
#include <TCollection_BasicMapIterator.hxx>
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap);
#endif
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap) ;
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
Standard_EXPORT const TopoDS_Shape& Key() const;
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
Standard_EXPORT const TopTools_MapOfShape& Value() const;
#endif
class Standard_NoSuchObject;
class TopoDS_Shape;
protected:
class TopTools_MapOfShape;
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapeMapOfShape;
private:
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape;
};
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape : public TCollection_BasicMapIterator {
public:
// other Inline functions and methods (like "C++: function call" methods)
#endif void* operator new(size_t,void* anAddress)
{
return anAddress;
}
void* operator new(size_t size)
{
return Standard::Allocate(size);
}
void operator delete(void *anAddress)
{
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape();
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap);
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap) ;
Standard_EXPORT const TopoDS_Shape& Key() const;
Standard_EXPORT const TopTools_MapOfShape& Value() const;
protected:
private:
};
// other Inline functions and methods (like "C++: function call" methods)
#endif

View File

@ -1,59 +1,118 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_NoSuchObject_HeaderFile
#include <Standard_NoSuchObject.hxx> // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#endif
#ifndef _TopoDS_Shape_HeaderFile // Lesser General Public License for more details.
#include <TopoDS_Shape.hxx>
#endif //
#ifndef _TopTools_MapOfShape_HeaderFile
#include <TopTools_MapOfShape.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile // License along with this library; if not, write to the Free Software
#include <TopTools_ShapeMapHasher.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx> #ifndef _Standard_NoSuchObject_HeaderFile
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx> #include <Standard_NoSuchObject.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx> #endif
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx> #ifndef _TopoDS_Shape_HeaderFile
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_() #include <TopoDS_Shape.hxx>
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx> #endif
#include <TCollection_DataMapIterator.gxx>
#ifndef _TopTools_MapOfShape_HeaderFile
#include <TopTools_MapOfShape.hxx>
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx>
#endif
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#include <TCollection_DataMapIterator.gxx>

View File

@ -1,99 +1,198 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _TCollection_BasicMapIterator_HeaderFile
#include <TCollection_BasicMapIterator.hxx> // License along with this library; if not, write to the Free Software
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif //
class Standard_NoSuchObject;
class TopoDS_Shape; // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
class gp_Pnt;
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapePnt;
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt; #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt : public TCollection_BasicMapIterator {
public:
#ifndef _Standard_HeaderFile
void* operator new(size_t,void* anAddress)
{ #include <Standard.hxx>
return anAddress;
} #endif
void* operator new(size_t size)
{ #ifndef _Standard_Macro_HeaderFile
return Standard::Allocate(size);
} #include <Standard_Macro.hxx>
void operator delete(void *anAddress)
{ #endif
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
#ifndef _TCollection_BasicMapIterator_HeaderFile
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt();
#include <TCollection_BasicMapIterator.hxx>
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt(const GEOMAlgo_DataMapOfShapePnt& aMap);
#endif
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapePnt& aMap) ;
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
Standard_EXPORT const TopoDS_Shape& Key() const;
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
Standard_EXPORT const gp_Pnt& Value() const;
#endif
class Standard_NoSuchObject;
class TopoDS_Shape;
protected:
class gp_Pnt;
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapePnt;
private:
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt;
};
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt : public TCollection_BasicMapIterator {
public:
// other Inline functions and methods (like "C++: function call" methods)
#endif void* operator new(size_t,void* anAddress)
{
return anAddress;
}
void* operator new(size_t size)
{
return Standard::Allocate(size);
}
void operator delete(void *anAddress)
{
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt();
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt(const GEOMAlgo_DataMapOfShapePnt& aMap);
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapePnt& aMap) ;
Standard_EXPORT const TopoDS_Shape& Key() const;
Standard_EXPORT const gp_Pnt& Value() const;
protected:
private:
};
// other Inline functions and methods (like "C++: function call" methods)
#endif

View File

@ -1,59 +1,118 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_NoSuchObject_HeaderFile
#include <Standard_NoSuchObject.hxx> // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#endif
#ifndef _TopoDS_Shape_HeaderFile // Lesser General Public License for more details.
#include <TopoDS_Shape.hxx>
#endif //
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile // License along with this library; if not, write to the Free Software
#include <TopTools_ShapeMapHasher.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapOfShapePnt.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx> #ifndef _Standard_NoSuchObject_HeaderFile
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx> #include <Standard_NoSuchObject.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx> #endif
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx> #ifndef _TopoDS_Shape_HeaderFile
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_() #include <TopoDS_Shape.hxx>
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx> #endif
#include <TCollection_DataMapIterator.gxx>
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx>
#endif
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
#include <TCollection_DataMapIterator.gxx>

View File

@ -1,102 +1,204 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#define _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx> //
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // You should have received a copy of the GNU Lesser General Public
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif // License along with this library; if not, write to the Free Software
#ifndef _TopoDS_Shape_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <TopoDS_Shape.hxx>
#endif //
#ifndef _TopTools_MapOfShape_HeaderFile
#include <TopTools_MapOfShape.hxx> // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#endif #ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#ifndef _TCollection_MapNodePtr_HeaderFile
#include <TCollection_MapNodePtr.hxx> #define _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#endif
class TopoDS_Shape;
class TopTools_MapOfShape; #ifndef _Standard_HeaderFile
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapeMapOfShape; #include <Standard.hxx>
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape;
#endif
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape : public TCollection_MapNode {
#ifndef _Standard_DefineHandle_HeaderFile
public:
GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape #include <Standard_DefineHandle.hxx>
(const TopoDS_Shape& K, const TopTools_MapOfShape& I, const TCollection_MapNodePtr& n);
#endif
TopoDS_Shape& Key() const;
TopTools_MapOfShape& Value() const; #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
private: #endif
TopoDS_Shape myKey;
TopTools_MapOfShape myValue;
};
#ifndef _TopoDS_Shape_HeaderFile
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx> #include <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx> #endif
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx> #ifndef _TopTools_MapOfShape_HeaderFile
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx> #include <TopTools_MapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx> #endif
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_() #ifndef _TCollection_MapNode_HeaderFile
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx> #include <TCollection_MapNode.hxx>
#include <TCollection_DataMapNode.lxx> #endif
#undef TheKey #ifndef _TCollection_MapNodePtr_HeaderFile
#undef TheKey_hxx
#undef TheItem #include <TCollection_MapNodePtr.hxx>
#undef TheItem_hxx
#undef Hasher #endif
#undef Hasher_hxx
#undef TCollection_DataMapNode
#undef TCollection_DataMapNode_hxx
#undef TCollection_DataMapIterator class TopoDS_Shape;
#undef TCollection_DataMapIterator_hxx
#undef Handle_TCollection_DataMapNode class TopTools_MapOfShape;
#undef TCollection_DataMapNode_Type_
#undef TCollection_DataMap class TopTools_ShapeMapHasher;
#undef TCollection_DataMap_hxx
class GEOMAlgo_DataMapOfShapeMapOfShape;
#endif
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape;
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape : public TCollection_MapNode {
public:
GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
(const TopoDS_Shape& K, const TopTools_MapOfShape& I, const TCollection_MapNodePtr& n);
TopoDS_Shape& Key() const;
TopTools_MapOfShape& Value() const;
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
private:
TopoDS_Shape myKey;
TopTools_MapOfShape myValue;
};
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#include <TCollection_DataMapNode.lxx>
#undef TheKey
#undef TheKey_hxx
#undef TheItem
#undef TheItem_hxx
#undef Hasher
#undef Hasher_hxx
#undef TCollection_DataMapNode
#undef TCollection_DataMapNode_hxx
#undef TCollection_DataMapIterator
#undef TCollection_DataMapIterator_hxx
#undef Handle_TCollection_DataMapNode
#undef TCollection_DataMapNode_Type_
#undef TCollection_DataMap
#undef TCollection_DataMap_hxx
#endif

View File

@ -1,117 +1,234 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#include <Basics_OCCTVersion.hxx>
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx> // Lesser General Public License for more details.
#endif
//
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _TopTools_MapOfShape_HeaderFile // License along with this library; if not, write to the Free Software
#include <TopTools_MapOfShape.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx> #include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1 #include <Basics_OCCTVersion.hxx>
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
STANDARD_TYPE(TCollection_MapNode), #ifndef _Standard_TypeMismatch_HeaderFile
STANDARD_TYPE(MMgt_TShared),
STANDARD_TYPE(Standard_Transient), #include <Standard_TypeMismatch.hxx>
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END() #endif
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape,Standard_Transient)
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) #ifndef _TopoDS_Shape_HeaderFile
#else #include <TopoDS_Shape.hxx>
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_() #endif
{
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode); #ifndef _TopTools_MapOfShape_HeaderFile
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient); #include <TopTools_MapOfShape.hxx>
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL}; #endif
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape",
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape), #ifndef _TopTools_ShapeMapHasher_HeaderFile
1,
(Standard_Address)_Ancestors, #include <TopTools_ShapeMapHasher.hxx>
(Standard_Address)NULL);
#endif
return _aType;
} #ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
// DownCast method #include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
// allow safe downcasting
// #endif
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)::DownCast(const Handle(Standard_Transient)& AnObject)
{ #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) _anOtherObject;
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
if (!AnObject.IsNull()) {
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape))) { #endif
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)&)AnObject);
}
}
return _anOtherObject;
} #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape::DynamicType() const
{
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape); IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
}
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
#endif
STANDARD_TYPE(TCollection_MapNode),
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx> STANDARD_TYPE(MMgt_TShared),
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx> STANDARD_TYPE(Standard_Transient),
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx> IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx> IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx> IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape,Standard_Transient)
#include <TCollection_DataMapNode.gxx>
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
#else
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
{
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape",
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape),
1,
(Standard_Address)_Ancestors,
(Standard_Address)NULL);
return _aType;
}
// DownCast method
// allow safe downcasting
//
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)::DownCast(const Handle(Standard_Transient)& AnObject)
{
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) _anOtherObject;
if (!AnObject.IsNull()) {
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape))) {
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)&)AnObject);
}
}
return _anOtherObject;
}
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape::DynamicType() const
{
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape);
}
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#include <TCollection_DataMapNode.gxx>

View File

@ -1,102 +1,204 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#define _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx> //
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // You should have received a copy of the GNU Lesser General Public
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif // License along with this library; if not, write to the Free Software
#ifndef _TopoDS_Shape_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <TopoDS_Shape.hxx>
#endif //
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx> // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#endif #ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#ifndef _TCollection_MapNodePtr_HeaderFile
#include <TCollection_MapNodePtr.hxx> #define _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#endif
class TopoDS_Shape;
class gp_Pnt; #ifndef _Standard_HeaderFile
class TopTools_ShapeMapHasher;
class GEOMAlgo_DataMapOfShapePnt; #include <Standard.hxx>
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt;
#endif
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt : public TCollection_MapNode
{ #ifndef _Standard_DefineHandle_HeaderFile
public:
GEOMAlgo_DataMapNodeOfDataMapOfShapePnt #include <Standard_DefineHandle.hxx>
(const TopoDS_Shape& K, const gp_Pnt& I, const TCollection_MapNodePtr& n);
#endif
TopoDS_Shape& Key() const;
gp_Pnt& Value() const; #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
private: #endif
TopoDS_Shape myKey;
gp_Pnt myValue;
};
#ifndef _TopoDS_Shape_HeaderFile
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx> #include <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx> #endif
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx> #ifndef _gp_Pnt_HeaderFile
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx> #include <gp_Pnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx> #endif
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_() #ifndef _TCollection_MapNode_HeaderFile
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx> #include <TCollection_MapNode.hxx>
#include <TCollection_DataMapNode.lxx> #endif
#undef TheKey #ifndef _TCollection_MapNodePtr_HeaderFile
#undef TheKey_hxx
#undef TheItem #include <TCollection_MapNodePtr.hxx>
#undef TheItem_hxx
#undef Hasher #endif
#undef Hasher_hxx
#undef TCollection_DataMapNode
#undef TCollection_DataMapNode_hxx
#undef TCollection_DataMapIterator class TopoDS_Shape;
#undef TCollection_DataMapIterator_hxx
#undef Handle_TCollection_DataMapNode class gp_Pnt;
#undef TCollection_DataMapNode_Type_
#undef TCollection_DataMap class TopTools_ShapeMapHasher;
#undef TCollection_DataMap_hxx
class GEOMAlgo_DataMapOfShapePnt;
#endif
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt;
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt : public TCollection_MapNode
{
public:
GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
(const TopoDS_Shape& K, const gp_Pnt& I, const TCollection_MapNodePtr& n);
TopoDS_Shape& Key() const;
gp_Pnt& Value() const;
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
private:
TopoDS_Shape myKey;
gp_Pnt myValue;
};
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
#include <TCollection_DataMapNode.lxx>
#undef TheKey
#undef TheKey_hxx
#undef TheItem
#undef TheItem_hxx
#undef Hasher
#undef Hasher_hxx
#undef TCollection_DataMapNode
#undef TCollection_DataMapNode_hxx
#undef TCollection_DataMapIterator
#undef TCollection_DataMapIterator_hxx
#undef Handle_TCollection_DataMapNode
#undef TCollection_DataMapNode_Type_
#undef TCollection_DataMap
#undef TCollection_DataMap_hxx
#endif

View File

@ -1,117 +1,234 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#include <Basics_OCCTVersion.hxx>
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx> // Lesser General Public License for more details.
#endif
//
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _gp_Pnt_HeaderFile // License along with this library; if not, write to the Free Software
#include <gp_Pnt.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx> #include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1 #include <Basics_OCCTVersion.hxx>
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
STANDARD_TYPE(TCollection_MapNode), #ifndef _Standard_TypeMismatch_HeaderFile
STANDARD_TYPE(MMgt_TShared),
STANDARD_TYPE(Standard_Transient), #include <Standard_TypeMismatch.hxx>
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END() #endif
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt,Standard_Transient)
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) #ifndef _TopoDS_Shape_HeaderFile
#else #include <TopoDS_Shape.hxx>
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_() #endif
{
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode); #ifndef _gp_Pnt_HeaderFile
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient); #include <gp_Pnt.hxx>
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL}; #endif
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapePnt",
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt), #ifndef _TopTools_ShapeMapHasher_HeaderFile
1,
(Standard_Address)_Ancestors, #include <TopTools_ShapeMapHasher.hxx>
(Standard_Address)NULL);
#endif
return _aType;
} #ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
// DownCast method #include <GEOMAlgo_DataMapOfShapePnt.hxx>
// allow safe downcasting
// #endif
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)::DownCast(const Handle(Standard_Transient)& AnObject)
{ #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) _anOtherObject;
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
if (!AnObject.IsNull()) {
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt))) { #endif
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)&)AnObject);
}
}
return _anOtherObject;
} #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt::DynamicType() const
{
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt); IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
}
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
#endif
STANDARD_TYPE(TCollection_MapNode),
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx> STANDARD_TYPE(MMgt_TShared),
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx> STANDARD_TYPE(Standard_Transient),
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx> IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx> IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx> IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt,Standard_Transient)
#include <TCollection_DataMapNode.gxx>
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
#else
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
{
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapePnt",
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt),
1,
(Standard_Address)_Ancestors,
(Standard_Address)NULL);
return _aType;
}
// DownCast method
// allow safe downcasting
//
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)::DownCast(const Handle(Standard_Transient)& AnObject)
{
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) _anOtherObject;
if (!AnObject.IsNull()) {
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt))) {
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)&)AnObject);
}
}
return _anOtherObject;
}
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt::DynamicType() const
{
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt);
}
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
#include <TCollection_DataMapNode.gxx>

View File

@ -1,119 +1,238 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
#define _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _TCollection_BasicMap_HeaderFile
#include <TCollection_BasicMap.hxx> // License along with this library; if not, write to the Free Software
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif //
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx> // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif #ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
class Standard_DomainError; #define _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
class Standard_NoSuchObject;
class TopoDS_Shape;
class TopTools_MapOfShape;
class TopTools_ShapeMapHasher; #ifndef _Standard_HeaderFile
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape;
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape; #include <Standard.hxx>
#include <Basics_OCCTVersion.hxx> #endif
class GEOMAlgo_DataMapOfShapeMapOfShape : public TCollection_BasicMap { #ifndef _Standard_Macro_HeaderFile
public:
#include <Standard_Macro.hxx>
void* operator new(size_t,void* anAddress)
{ #endif
return anAddress;
}
void* operator new(size_t size)
{ #ifndef _TCollection_BasicMap_HeaderFile
return Standard::Allocate(size);
} #include <TCollection_BasicMap.hxx>
void operator delete(void *anAddress)
{ #endif
if (anAddress) Standard::Free((Standard_Address&)anAddress);
} #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape(const Standard_Integer NbBuckets = 1);
#endif
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape& Assign(const GEOMAlgo_DataMapOfShapeMapOfShape& Other) ;
GEOMAlgo_DataMapOfShapeMapOfShape& operator =(const GEOMAlgo_DataMapOfShapeMapOfShape& Other) #ifndef _Standard_Integer_HeaderFile
{
return Assign(Other); #include <Standard_Integer.hxx>
}
#endif
Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ;
#ifndef _Standard_Boolean_HeaderFile
Standard_EXPORT void Clear() ;
~GEOMAlgo_DataMapOfShapeMapOfShape() #include <Standard_Boolean.hxx>
{
Clear(); #endif
}
Standard_EXPORT Standard_Boolean Bind(const TopoDS_Shape& K,const TopTools_MapOfShape& I) ;
class Standard_DomainError;
Standard_EXPORT Standard_Boolean IsBound(const TopoDS_Shape& K) const;
class Standard_NoSuchObject;
Standard_EXPORT Standard_Boolean UnBind(const TopoDS_Shape& K) ;
class TopoDS_Shape;
Standard_EXPORT const TopTools_MapOfShape& Find(const TopoDS_Shape& K) const;
const TopTools_MapOfShape& operator()(const TopoDS_Shape& K) const class TopTools_MapOfShape;
{
return Find(K); class TopTools_ShapeMapHasher;
}
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape;
Standard_EXPORT TopTools_MapOfShape& ChangeFind(const TopoDS_Shape& K) ;
TopTools_MapOfShape& operator()(const TopoDS_Shape& K) class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape;
{
return ChangeFind(K);
}
#include <Basics_OCCTVersion.hxx>
#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
Standard_EXPORT Standard_Address Find1 (const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Address ChangeFind1 (const TopoDS_Shape& K);
#endif class GEOMAlgo_DataMapOfShapeMapOfShape : public TCollection_BasicMap {
private: public:
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape(const GEOMAlgo_DataMapOfShapeMapOfShape& Other);
}; void* operator new(size_t,void* anAddress)
// other Inline functions and methods (like "C++: function call" methods) {
#endif return anAddress;
}
void* operator new(size_t size)
{
return Standard::Allocate(size);
}
void operator delete(void *anAddress)
{
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape(const Standard_Integer NbBuckets = 1);
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape& Assign(const GEOMAlgo_DataMapOfShapeMapOfShape& Other) ;
GEOMAlgo_DataMapOfShapeMapOfShape& operator =(const GEOMAlgo_DataMapOfShapeMapOfShape& Other)
{
return Assign(Other);
}
Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ;
Standard_EXPORT void Clear() ;
~GEOMAlgo_DataMapOfShapeMapOfShape()
{
Clear();
}
Standard_EXPORT Standard_Boolean Bind(const TopoDS_Shape& K,const TopTools_MapOfShape& I) ;
Standard_EXPORT Standard_Boolean IsBound(const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Boolean UnBind(const TopoDS_Shape& K) ;
Standard_EXPORT const TopTools_MapOfShape& Find(const TopoDS_Shape& K) const;
const TopTools_MapOfShape& operator()(const TopoDS_Shape& K) const
{
return Find(K);
}
Standard_EXPORT TopTools_MapOfShape& ChangeFind(const TopoDS_Shape& K) ;
TopTools_MapOfShape& operator()(const TopoDS_Shape& K)
{
return ChangeFind(K);
}
#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
Standard_EXPORT Standard_Address Find1 (const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Address ChangeFind1 (const TopoDS_Shape& K);
#endif
private:
Standard_EXPORT GEOMAlgo_DataMapOfShapeMapOfShape(const GEOMAlgo_DataMapOfShapeMapOfShape& Other);
};
// other Inline functions and methods (like "C++: function call" methods)
#endif

View File

@ -1,62 +1,124 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_DomainError_HeaderFile
#include <Standard_DomainError.hxx> // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#endif
#ifndef _Standard_NoSuchObject_HeaderFile // Lesser General Public License for more details.
#include <Standard_NoSuchObject.hxx>
#endif //
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _TopTools_MapOfShape_HeaderFile // License along with this library; if not, write to the Free Software
#include <TopTools_MapOfShape.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx> #include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#endif
#define TheKey TopoDS_Shape #ifndef _Standard_DomainError_HeaderFile
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape #include <Standard_DomainError.hxx>
#define TheItem_hxx <TopTools_MapOfShape.hxx>
#define Hasher TopTools_ShapeMapHasher #endif
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape #ifndef _Standard_NoSuchObject_HeaderFile
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape #include <Standard_NoSuchObject.hxx>
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape #endif
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape #ifndef _TopoDS_Shape_HeaderFile
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#include <TCollection_DataMap.gxx> #include <TopoDS_Shape.hxx>
#endif
#ifndef _TopTools_MapOfShape_HeaderFile
#include <TopTools_MapOfShape.hxx>
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx>
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem TopTools_MapOfShape
#define TheItem_hxx <TopTools_MapOfShape.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
#include <TCollection_DataMap.gxx>

View File

@ -1,119 +1,238 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
#define _GEOMAlgo_DataMapOfShapePnt_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _TCollection_BasicMap_HeaderFile
#include <TCollection_BasicMap.hxx> // License along with this library; if not, write to the Free Software
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif //
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx> // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif #ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
class Standard_DomainError; #define _GEOMAlgo_DataMapOfShapePnt_HeaderFile
class Standard_NoSuchObject;
class TopoDS_Shape;
class gp_Pnt;
class TopTools_ShapeMapHasher; #ifndef _Standard_HeaderFile
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt;
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt; #include <Standard.hxx>
#include <Basics_OCCTVersion.hxx> #endif
class GEOMAlgo_DataMapOfShapePnt : public TCollection_BasicMap { #ifndef _Standard_Macro_HeaderFile
public:
#include <Standard_Macro.hxx>
void* operator new(size_t,void* anAddress)
{ #endif
return anAddress;
}
void* operator new(size_t size)
{ #ifndef _TCollection_BasicMap_HeaderFile
return Standard::Allocate(size);
} #include <TCollection_BasicMap.hxx>
void operator delete(void *anAddress)
{ #endif
if (anAddress) Standard::Free((Standard_Address&)anAddress);
} #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt(const Standard_Integer NbBuckets = 1);
#endif
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt& Assign(const GEOMAlgo_DataMapOfShapePnt& Other) ;
GEOMAlgo_DataMapOfShapePnt& operator =(const GEOMAlgo_DataMapOfShapePnt& Other) #ifndef _Standard_Integer_HeaderFile
{
return Assign(Other); #include <Standard_Integer.hxx>
}
#endif
Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ;
#ifndef _Standard_Boolean_HeaderFile
Standard_EXPORT void Clear() ;
~GEOMAlgo_DataMapOfShapePnt() #include <Standard_Boolean.hxx>
{
Clear(); #endif
}
Standard_EXPORT Standard_Boolean Bind(const TopoDS_Shape& K,const gp_Pnt& I) ;
class Standard_DomainError;
Standard_EXPORT Standard_Boolean IsBound(const TopoDS_Shape& K) const;
class Standard_NoSuchObject;
Standard_EXPORT Standard_Boolean UnBind(const TopoDS_Shape& K) ;
class TopoDS_Shape;
Standard_EXPORT const gp_Pnt& Find(const TopoDS_Shape& K) const;
const gp_Pnt& operator()(const TopoDS_Shape& K) const class gp_Pnt;
{
return Find(K); class TopTools_ShapeMapHasher;
}
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt;
Standard_EXPORT gp_Pnt& ChangeFind(const TopoDS_Shape& K) ;
gp_Pnt& operator()(const TopoDS_Shape& K) class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt;
{
return ChangeFind(K);
}
#include <Basics_OCCTVersion.hxx>
#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
Standard_EXPORT Standard_Address Find1 (const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Address ChangeFind1 (const TopoDS_Shape& K);
#endif class GEOMAlgo_DataMapOfShapePnt : public TCollection_BasicMap {
private: public:
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt(const GEOMAlgo_DataMapOfShapePnt& Other);
}; void* operator new(size_t,void* anAddress)
// other Inline functions and methods (like "C++: function call" methods) {
#endif return anAddress;
}
void* operator new(size_t size)
{
return Standard::Allocate(size);
}
void operator delete(void *anAddress)
{
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt(const Standard_Integer NbBuckets = 1);
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt& Assign(const GEOMAlgo_DataMapOfShapePnt& Other) ;
GEOMAlgo_DataMapOfShapePnt& operator =(const GEOMAlgo_DataMapOfShapePnt& Other)
{
return Assign(Other);
}
Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ;
Standard_EXPORT void Clear() ;
~GEOMAlgo_DataMapOfShapePnt()
{
Clear();
}
Standard_EXPORT Standard_Boolean Bind(const TopoDS_Shape& K,const gp_Pnt& I) ;
Standard_EXPORT Standard_Boolean IsBound(const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Boolean UnBind(const TopoDS_Shape& K) ;
Standard_EXPORT const gp_Pnt& Find(const TopoDS_Shape& K) const;
const gp_Pnt& operator()(const TopoDS_Shape& K) const
{
return Find(K);
}
Standard_EXPORT gp_Pnt& ChangeFind(const TopoDS_Shape& K) ;
gp_Pnt& operator()(const TopoDS_Shape& K)
{
return ChangeFind(K);
}
#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
Standard_EXPORT Standard_Address Find1 (const TopoDS_Shape& K) const;
Standard_EXPORT Standard_Address ChangeFind1 (const TopoDS_Shape& K);
#endif
private:
Standard_EXPORT GEOMAlgo_DataMapOfShapePnt(const GEOMAlgo_DataMapOfShapePnt& Other);
};
// other Inline functions and methods (like "C++: function call" methods)
#endif

View File

@ -1,62 +1,124 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
// but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_DomainError_HeaderFile
#include <Standard_DomainError.hxx> // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#endif
#ifndef _Standard_NoSuchObject_HeaderFile // Lesser General Public License for more details.
#include <Standard_NoSuchObject.hxx>
#endif //
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx> // You should have received a copy of the GNU Lesser General Public
#endif
#ifndef _gp_Pnt_HeaderFile // License along with this library; if not, write to the Free Software
#include <gp_Pnt.hxx>
#endif // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx> //
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx> #include <GEOMAlgo_DataMapOfShapePnt.hxx>
#endif
#define TheKey TopoDS_Shape #ifndef _Standard_DomainError_HeaderFile
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt #include <Standard_DomainError.hxx>
#define TheItem_hxx <gp_Pnt.hxx>
#define Hasher TopTools_ShapeMapHasher #endif
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt #ifndef _Standard_NoSuchObject_HeaderFile
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt #include <Standard_NoSuchObject.hxx>
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt #endif
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt #ifndef _TopoDS_Shape_HeaderFile
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
#include <TCollection_DataMap.gxx> #include <TopoDS_Shape.hxx>
#endif
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
#endif
#ifndef _TopTools_ShapeMapHasher_HeaderFile
#include <TopTools_ShapeMapHasher.hxx>
#endif
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#endif
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#endif
#define TheKey TopoDS_Shape
#define TheKey_hxx <TopoDS_Shape.hxx>
#define TheItem gp_Pnt
#define TheItem_hxx <gp_Pnt.hxx>
#define Hasher TopTools_ShapeMapHasher
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
#include <TCollection_DataMap.gxx>

View File

@ -1,43 +1,86 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#define _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _Handle_TCollection_MapNode_HeaderFile
#include <Handle_TCollection_MapNode.hxx> // License along with this library; if not, write to the Free Software
#endif
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
class Standard_Transient;
class Handle(Standard_Type); //
class Handle(TCollection_MapNode);
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape; // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
DEFINE_STANDARD_HANDLE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape,TCollection_MapNode)
#endif #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#define _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_TCollection_MapNode_HeaderFile
#include <Handle_TCollection_MapNode.hxx>
#endif
class Standard_Transient;
class Handle(Standard_Type);
class Handle(TCollection_MapNode);
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape;
DEFINE_STANDARD_HANDLE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape,TCollection_MapNode)
#endif

View File

@ -1,43 +1,86 @@
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, //
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// License as published by the Free Software Foundation; either
// version 2.1 of the License. //
//
// This library is distributed in the hope that it will be useful, // This library is free software; you can redistribute it and/or
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // modify it under the terms of the GNU Lesser General Public
// Lesser General Public License for more details.
// // License as published by the Free Software Foundation; either
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // version 2.1 of the License.
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// This library is distributed in the hope that it will be useful,
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#define _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile // but WITHOUT ANY WARRANTY; without even the implied warranty of
#ifndef _Standard_HeaderFile // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#include <Standard.hxx>
#endif // Lesser General Public License for more details.
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx> //
#endif
// You should have received a copy of the GNU Lesser General Public
#ifndef _Handle_TCollection_MapNode_HeaderFile
#include <Handle_TCollection_MapNode.hxx> // License along with this library; if not, write to the Free Software
#endif
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
class Standard_Transient;
class Handle(Standard_Type); //
class Handle(TCollection_MapNode);
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt; // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
DEFINE_STANDARD_HANDLE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt,TCollection_MapNode)
#endif #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#define _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_TCollection_MapNode_HeaderFile
#include <Handle_TCollection_MapNode.hxx>
#endif
class Standard_Transient;
class Handle(Standard_Type);
class Handle(TCollection_MapNode);
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt;
DEFINE_STANDARD_HANDLE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt,TCollection_MapNode)
#endif