/src/contrib/geom-6.3.1.8/inc/GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx

https://gitlab.com/tylerluo/pythonocc · C++ Header · 118 lines · 51 code · 30 blank · 37 comment · 0 complexity · bd7cc55cfc3ade8e38d1ade21b224c6e 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. #ifndef _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
  23. #define _GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
  24. #ifndef _Standard_HeaderFile
  25. #include <Standard.hxx>
  26. #endif
  27. #ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
  28. #include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
  29. #endif
  30. #ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
  31. #include <GEOMAlgo_CoupleOfShapes.hxx>
  32. #endif
  33. #ifndef _TCollection_MapNode_HeaderFile
  34. #include <TCollection_MapNode.hxx>
  35. #endif
  36. #ifndef _TCollection_MapNodePtr_HeaderFile
  37. #include <TCollection_MapNodePtr.hxx>
  38. #endif
  39. class GEOMAlgo_CoupleOfShapes;
  40. class GEOMAlgo_ListOfCoupleOfShapes;
  41. class GEOMAlgo_ListIteratorOfListOfCoupleOfShapes;
  42. class GEOMAlgo_ListNodeOfListOfCoupleOfShapes : public TCollection_MapNode {
  43. public:
  44. // Methods PUBLIC
  45. //
  46. GEOMAlgo_ListNodeOfListOfCoupleOfShapes(const GEOMAlgo_CoupleOfShapes& I,const TCollection_MapNodePtr& n);
  47. GEOMAlgo_CoupleOfShapes& Value() const;
  48. //Standard_EXPORT ~GEOMAlgo_ListNodeOfListOfCoupleOfShapes();
  49. // Type management
  50. //
  51. Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
  52. //Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
  53. protected:
  54. // Methods PROTECTED
  55. //
  56. // Fields PROTECTED
  57. //
  58. private:
  59. // Methods PRIVATE
  60. //
  61. // Fields PRIVATE
  62. //
  63. GEOMAlgo_CoupleOfShapes myValue;
  64. };
  65. #define Item GEOMAlgo_CoupleOfShapes
  66. #define Item_hxx <GEOMAlgo_CoupleOfShapes.hxx>
  67. #define TCollection_ListNode GEOMAlgo_ListNodeOfListOfCoupleOfShapes
  68. #define TCollection_ListNode_hxx <GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
  69. #define TCollection_ListIterator GEOMAlgo_ListIteratorOfListOfCoupleOfShapes
  70. #define TCollection_ListIterator_hxx <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
  71. #define Handle_TCollection_ListNode Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes
  72. #define TCollection_ListNode_Type_() GEOMAlgo_ListNodeOfListOfCoupleOfShapes_Type_()
  73. #define TCollection_List GEOMAlgo_ListOfCoupleOfShapes
  74. #define TCollection_List_hxx <GEOMAlgo_ListOfCoupleOfShapes.hxx>
  75. #include <TCollection_ListNode.lxx>
  76. #undef Item
  77. #undef Item_hxx
  78. #undef TCollection_ListNode
  79. #undef TCollection_ListNode_hxx
  80. #undef TCollection_ListIterator
  81. #undef TCollection_ListIterator_hxx
  82. #undef Handle_TCollection_ListNode
  83. #undef TCollection_ListNode_Type_
  84. #undef TCollection_List
  85. #undef TCollection_List_hxx
  86. // other Inline functions and methods (like "C++: function call" methods)
  87. //
  88. #endif