/src/contrib/geom-5.1.2.7/inc/Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx

http://pythonocc.googlecode.com/ · C++ Header · 72 lines · 42 code · 11 blank · 19 comment · 0 complexity · b08eba10cee136489e57a95ffaa7b393 MD5 · raw file

  1. // Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
  2. // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
  3. //
  4. // This library is free software; you can redistribute it and/or
  5. // modify it under the terms of the GNU Lesser General Public
  6. // License as published by the Free Software Foundation; either
  7. // version 2.1 of the License.
  8. //
  9. // This library is distributed in the hope that it will be useful
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. // Lesser General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU Lesser General Public
  15. // License along with this library; if not, write to the Free Software
  16. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  17. //
  18. // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
  19. #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
  20. #define _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
  21. #ifndef _Standard_Macro_HeaderFile
  22. #include <Standard_Macro.hxx>
  23. #endif
  24. #ifndef _Standard_HeaderFile
  25. #include <Standard.hxx>
  26. #endif
  27. #ifndef _Handle_TCollection_MapNode_HeaderFile
  28. #include <Handle_TCollection_MapNode.hxx>
  29. #endif
  30. class Standard_Transient;
  31. class Handle_Standard_Type;
  32. class Handle(TCollection_MapNode);
  33. class GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape;
  34. Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape);
  35. class Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape) : public Handle(TCollection_MapNode) {
  36. public:
  37. Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)():Handle(TCollection_MapNode)() {}
  38. Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)(const Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)& aHandle) : Handle(TCollection_MapNode)(aHandle)
  39. {
  40. }
  41. Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)(const GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape* anItem) : Handle(TCollection_MapNode)((TCollection_MapNode *)anItem)
  42. {
  43. }
  44. Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)& operator=(const Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)& aHandle)
  45. {
  46. Assign(aHandle.Access());
  47. return *this;
  48. }
  49. Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)& operator=(const GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape* anItem)
  50. {
  51. Assign((Standard_Transient *)anItem);
  52. return *this;
  53. }
  54. GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape* operator->() const
  55. {
  56. return (GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape *)ControlAccess();
  57. }
  58. // Standard_EXPORT ~Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)();
  59. Standard_EXPORT static const Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape) DownCast(const Handle(Standard_Transient)& AnObject);
  60. };
  61. #endif