/src/contrib/geom-5.1.2.7/src/GEOMAlgo/GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cpp

http://pythonocc.googlecode.com/ · C++ · 105 lines · 61 code · 14 blank · 30 comment · 2 complexity · f6a6c3bf81b839321ea56051bbdf8348 MD5 · raw file

  1. // Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
  2. //
  3. // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
  4. // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
  5. //
  6. // This library is free software; you can redistribute it and/or
  7. // modify it under the terms of the GNU Lesser General Public
  8. // License as published by the Free Software Foundation; either
  9. // version 2.1 of the License.
  10. //
  11. // This library is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. // Lesser General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Lesser General Public
  17. // License along with this library; if not, write to the Free Software
  18. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. //
  20. // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
  21. //
  22. #include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
  23. #ifndef _Standard_TypeMismatch_HeaderFile
  24. #include <Standard_TypeMismatch.hxx>
  25. #endif
  26. #ifndef _GEOMAlgo_PassKeyShape_HeaderFile
  27. #include <GEOMAlgo_PassKeyShape.hxx>
  28. #endif
  29. #ifndef _TopoDS_Shape_HeaderFile
  30. #include <TopoDS_Shape.hxx>
  31. #endif
  32. #ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
  33. #include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
  34. #endif
  35. #ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
  36. #include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
  37. #endif
  38. #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
  39. #include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
  40. #endif
  41. //GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::~GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape() {}
  42. Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
  43. {
  44. static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
  45. static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
  46. static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
  47. static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
  48. static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape",
  49. sizeof(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape),
  50. 1,
  51. (Standard_Address)_Ancestors,
  52. (Standard_Address)NULL);
  53. return _aType;
  54. }
  55. // DownCast method
  56. // allow safe downcasting
  57. //
  58. const Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)::DownCast(const Handle(Standard_Transient)& AnObject)
  59. {
  60. Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) _anOtherObject;
  61. if (!AnObject.IsNull()) {
  62. if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape))) {
  63. _anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)&)AnObject);
  64. }
  65. }
  66. return _anOtherObject ;
  67. }
  68. const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::DynamicType() const
  69. {
  70. return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) ;
  71. }
  72. //Standard_Boolean GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::IsKind(const Handle(Standard_Type)& AType) const
  73. //{
  74. // return (STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) == AType || TCollection_MapNode::IsKind(AType));
  75. //}
  76. //Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::~Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape() {}
  77. #define TheKey GEOMAlgo_PassKeyShape
  78. #define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
  79. #define TheItem TopoDS_Shape
  80. #define TheItem_hxx <TopoDS_Shape.hxx>
  81. #define Hasher GEOMAlgo_PassKeyShapeMapHasher
  82. #define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
  83. #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
  84. #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
  85. #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
  86. #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
  87. #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
  88. #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
  89. #define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
  90. #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
  91. #include <TCollection_DataMapNode.gxx>