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 // File : GEOMImpl_PolylineDriver.ixx 00024 // Module : GEOMImpl 00025 // 00026 #ifndef _GEOMImpl_PolylineDriver_HeaderFile 00027 #define _GEOMImpl_PolylineDriver_HeaderFile 00028 00029 #ifndef _TColStd_SequenceOfExtendedString_HeaderFile 00030 #include <TColStd_SequenceOfExtendedString.hxx> 00031 #endif 00032 #ifndef _Standard_TypeMismatch_HeaderFile 00033 #include <Standard_TypeMismatch.hxx> 00034 #endif 00035 00036 #ifndef _Standard_HeaderFile 00037 #include <Standard.hxx> 00038 #endif 00039 00040 #ifndef _Standard_Macro_HeaderFile 00041 #include <Standard_Macro.hxx> 00042 #endif 00043 #ifndef _Standard_HeaderFile 00044 #include <Standard.hxx> 00045 #endif 00046 #ifndef _Standard_GUID_HeaderFile 00047 #include <Standard_GUID.hxx> 00048 #endif 00049 00050 #ifndef _Handle_TFunction_Driver_HeaderFile 00051 #include <Handle_TFunction_Driver.hxx> 00052 #endif 00053 00054 class Standard_Transient; 00055 class Handle_Standard_Type; 00056 class Handle(TFunction_Driver); 00057 class GEOMImpl_PolylineDriver; 00058 00059 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(GEOMImpl_PolylineDriver); 00060 00061 class Handle(GEOMImpl_PolylineDriver) : public Handle(TFunction_Driver) { 00062 public: 00063 inline void* operator new(size_t,void* anAddress) 00064 { 00065 return anAddress; 00066 } 00067 inline void* operator new(size_t size) 00068 { 00069 return Standard::Allocate(size); 00070 } 00071 inline void operator delete(void *anAddress) 00072 { 00073 if (anAddress) Standard::Free((Standard_Address&)anAddress); 00074 } 00075 00076 Handle(GEOMImpl_PolylineDriver)():Handle(TFunction_Driver)() {} 00077 Handle(GEOMImpl_PolylineDriver)(const Handle(GEOMImpl_PolylineDriver)& aHandle) : Handle(TFunction_Driver)(aHandle) 00078 { 00079 } 00080 00081 Handle(GEOMImpl_PolylineDriver)(const GEOMImpl_PolylineDriver* anItem) : Handle(TFunction_Driver)((TFunction_Driver *)anItem) 00082 { 00083 } 00084 00085 Handle(GEOMImpl_PolylineDriver)& operator=(const Handle(GEOMImpl_PolylineDriver)& aHandle) 00086 { 00087 Assign(aHandle.Access()); 00088 return *this; 00089 } 00090 00091 Handle(GEOMImpl_PolylineDriver)& operator=(const GEOMImpl_PolylineDriver* anItem) 00092 { 00093 Assign((Standard_Transient *)anItem); 00094 return *this; 00095 } 00096 00097 GEOMImpl_PolylineDriver* operator->() 00098 { 00099 return (GEOMImpl_PolylineDriver *)ControlAccess(); 00100 } 00101 00102 GEOMImpl_PolylineDriver* operator->() const 00103 { 00104 return (GEOMImpl_PolylineDriver *)ControlAccess(); 00105 } 00106 00107 Standard_EXPORT ~Handle(GEOMImpl_PolylineDriver)() {}; 00108 00109 Standard_EXPORT static const Handle(GEOMImpl_PolylineDriver) DownCast(const Handle(Standard_Transient)& AnObject); 00110 }; 00111 00112 #ifndef _TFunction_Driver_HeaderFile 00113 #include <TFunction_Driver.hxx> 00114 #endif 00115 #ifndef _TFunction_Logbook_HeaderFile 00116 #include <TFunction_Logbook.hxx> 00117 #endif 00118 #ifndef _Standard_CString_HeaderFile 00119 #include <Standard_CString.hxx> 00120 #endif 00121 00122 class TColStd_SequenceOfExtendedString; 00123 00124 00125 class GEOMImpl_PolylineDriver : public TFunction_Driver { 00126 00127 public: 00128 00129 inline void* operator new(size_t,void* anAddress) 00130 { 00131 return anAddress; 00132 } 00133 inline void* operator new(size_t size) 00134 { 00135 return Standard::Allocate(size); 00136 } 00137 inline void operator delete(void *anAddress) 00138 { 00139 if (anAddress) Standard::Free((Standard_Address&)anAddress); 00140 } 00141 00142 // Methods PUBLIC 00143 // 00144 Standard_EXPORT GEOMImpl_PolylineDriver(); 00145 Standard_EXPORT virtual Standard_Integer Execute(TFunction_Logbook& log) const; 00146 Standard_EXPORT virtual void Validate(TFunction_Logbook&) const {} 00147 Standard_EXPORT Standard_Boolean MustExecute(const TFunction_Logbook&) const { return Standard_True; } 00148 Standard_EXPORT static const Standard_GUID& GetID(); 00149 Standard_EXPORT ~GEOMImpl_PolylineDriver() {}; 00150 00151 00152 // Type management 00153 // 00154 Standard_EXPORT friend Handle_Standard_Type& GEOMImpl_PolylineDriver_Type_(); 00155 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const { return STANDARD_TYPE(GEOMImpl_PolylineDriver) ; } 00156 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)& AType) const { return (STANDARD_TYPE(GEOMImpl_PolylineDriver) == AType || TFunction_Driver::IsKind(AType)); } 00157 00158 00159 }; 00160 00161 #endif