00001 // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE 00002 // 00003 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, 00004 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 00005 // 00006 // This library is free software; you can redistribute it and/or 00007 // modify it under the terms of the GNU Lesser General Public 00008 // License as published by the Free Software Foundation; either 00009 // version 2.1 of the License. 00010 // 00011 // This library is distributed in the hope that it will be useful, 00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 // Lesser General Public License for more details. 00015 // 00016 // You should have received a copy of the GNU Lesser General Public 00017 // License along with this library; if not, write to the Free Software 00018 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 // 00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com 00021 // 00022 00023 #ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile 00024 #define _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile 00025 00026 #ifndef _Standard_Macro_HeaderFile 00027 #include <Standard_Macro.hxx> 00028 #endif 00029 #ifndef _Standard_HeaderFile 00030 #include <Standard.hxx> 00031 #endif 00032 00033 #ifndef _Handle_TCollection_MapNode_HeaderFile 00034 #include <Handle_TCollection_MapNode.hxx> 00035 #endif 00036 00037 class Standard_Transient; 00038 class Handle_Standard_Type; 00039 class Handle(TCollection_MapNode); 00040 class GEOMAlgo_ListNodeOfListOfPnt; 00041 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(GEOMAlgo_ListNodeOfListOfPnt); 00042 00043 class Handle(GEOMAlgo_ListNodeOfListOfPnt) : public Handle(TCollection_MapNode) { 00044 public: 00045 Handle(GEOMAlgo_ListNodeOfListOfPnt)():Handle(TCollection_MapNode)() {} 00046 Handle(GEOMAlgo_ListNodeOfListOfPnt)(const Handle(GEOMAlgo_ListNodeOfListOfPnt)& aHandle) : Handle(TCollection_MapNode)(aHandle) 00047 { 00048 } 00049 00050 Handle(GEOMAlgo_ListNodeOfListOfPnt)(const GEOMAlgo_ListNodeOfListOfPnt* anItem) : Handle(TCollection_MapNode)((TCollection_MapNode *)anItem) 00051 { 00052 } 00053 00054 Handle(GEOMAlgo_ListNodeOfListOfPnt)& operator=(const Handle(GEOMAlgo_ListNodeOfListOfPnt)& aHandle) 00055 { 00056 Assign(aHandle.Access()); 00057 return *this; 00058 } 00059 00060 Handle(GEOMAlgo_ListNodeOfListOfPnt)& operator=(const GEOMAlgo_ListNodeOfListOfPnt* anItem) 00061 { 00062 Assign((Standard_Transient *)anItem); 00063 return *this; 00064 } 00065 00066 GEOMAlgo_ListNodeOfListOfPnt* operator->() const 00067 { 00068 return (GEOMAlgo_ListNodeOfListOfPnt *)ControlAccess(); 00069 } 00070 00071 // Standard_EXPORT ~Handle(GEOMAlgo_ListNodeOfListOfPnt)(); 00072 00073 Standard_EXPORT static const Handle(GEOMAlgo_ListNodeOfListOfPnt) DownCast(const Handle(Standard_Transient)& AnObject); 00074 }; 00075 #endif