Salome HOME
784bc139f54c047a53051ab5efbca1d980c55d40
[modules/geom.git] / src / GEOMAlgo / Handle_BlockFix_SphereSpaceModifier.hxx
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 _Handle_BlockFix_SphereSpaceModifier_HeaderFile
23 #define _Handle_BlockFix_SphereSpaceModifier_HeaderFile
24
25 #ifndef _Standard_Macro_HeaderFile
26 #include <Standard_Macro.hxx>
27 #endif
28 #ifndef _Standard_HeaderFile
29 #include <Standard.hxx>
30 #endif
31
32 #ifndef _Handle_BRepTools_Modification_HeaderFile
33 #include <Handle_BRepTools_Modification.hxx>
34 #endif
35
36 class Standard_Transient;
37 class Handle_Standard_Type;
38 class Handle(BRepTools_Modification);
39 class BlockFix_SphereSpaceModifier;
40 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(BlockFix_SphereSpaceModifier);
41
42 class Handle(BlockFix_SphereSpaceModifier) : public Handle(BRepTools_Modification) {
43   public:
44     void* operator new(size_t,void* anAddress) 
45       {
46         return anAddress;
47       }
48     void* operator new(size_t size) 
49       { 
50         return Standard::Allocate(size); 
51       }
52     void  operator delete(void *anAddress) 
53       { 
54         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
55       }
56     Handle(BlockFix_SphereSpaceModifier)():Handle(BRepTools_Modification)() {} 
57     Handle(BlockFix_SphereSpaceModifier)(const Handle(BlockFix_SphereSpaceModifier)& aHandle) : Handle(BRepTools_Modification)(aHandle) 
58      {
59      }
60
61     Handle(BlockFix_SphereSpaceModifier)(const BlockFix_SphereSpaceModifier* anItem) : Handle(BRepTools_Modification)((BRepTools_Modification *)anItem) 
62      {
63      }
64
65     Handle(BlockFix_SphereSpaceModifier)& operator=(const Handle(BlockFix_SphereSpaceModifier)& aHandle)
66      {
67       Assign(aHandle.Access());
68       return *this;
69      }
70
71     Handle(BlockFix_SphereSpaceModifier)& operator=(const BlockFix_SphereSpaceModifier* anItem)
72      {
73       Assign((Standard_Transient *)anItem);
74       return *this;
75      }
76
77     BlockFix_SphereSpaceModifier* operator->() 
78      {
79       return (BlockFix_SphereSpaceModifier *)ControlAccess();
80      }
81
82     BlockFix_SphereSpaceModifier* operator->() const 
83      {
84       return (BlockFix_SphereSpaceModifier *)ControlAccess();
85      }
86
87    Standard_EXPORT ~Handle(BlockFix_SphereSpaceModifier)();
88  
89    Standard_EXPORT static const Handle(BlockFix_SphereSpaceModifier) DownCast(const Handle(Standard_Transient)& AnObject);
90 };
91 #endif