Salome HOME
This commit was generated by cvs2git to create tag 'TRIPOLI_323'.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_VertexSolid.hxx
index 826693fdc750945165d20a668794552c4da783c2..5e10a6060683a32897759c38809dc9542a6365e8 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+// File:        GEOMAlgo_VertexSolid.hxx
+// Created:     Wed Jan 12 16:36:40 2005
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
 #ifndef _GEOMAlgo_VertexSolid_HeaderFile
 #define _GEOMAlgo_VertexSolid_HeaderFile
 
-#ifndef _GEOMAlgo_ShapeSolid_HeaderFile
-#include <GEOMAlgo_ShapeSolid.hxx>
-#endif
-
-
-#ifndef _Standard_HeaderFile
 #include <Standard.hxx>
-#endif
-#ifndef _Standard_Macro_HeaderFile
 #include <Standard_Macro.hxx>
-#endif
-
-
-class GEOMAlgo_VertexSolid  : public GEOMAlgo_ShapeSolid {
-
-public:
-
-    void* operator new(size_t,void* anAddress) 
-      {
-        return anAddress;
-      }
-    void* operator new(size_t size) 
-      { 
-        return Standard::Allocate(size); 
-      }
-    void  operator delete(void *anAddress) 
-      { 
-        if (anAddress) Standard::Free((Standard_Address&)anAddress); 
-      }
- // Methods PUBLIC
- // 
-
-
-Standard_EXPORT GEOMAlgo_VertexSolid();
-Standard_EXPORT virtual ~GEOMAlgo_VertexSolid();
-
-
-Standard_EXPORT virtual  void Perform() ;
-
+#include <GEOMAlgo_ShapeSolid.hxx>
 
+//=======================================================================
+//class    : GEOMAlgo_VertexSolid
+//purpose  :
+//=======================================================================
+class GEOMAlgo_VertexSolid  : public GEOMAlgo_ShapeSolid
+{
+ public:
+  Standard_EXPORT
+    GEOMAlgo_VertexSolid();
 
+  Standard_EXPORT
+    virtual ~GEOMAlgo_VertexSolid();
 
+  Standard_EXPORT
+    virtual  void Perform() ;
 
 protected:
+  Standard_EXPORT
+    virtual  void Prepare() ;
 
- // Methods PROTECTED
- // 
-
-
-Standard_EXPORT virtual  void Prepare() ;
-
-
-Standard_EXPORT virtual  void BuildResult() ;
-
-
- // Fields PROTECTED
- //
-
-
-private: 
-
- // Methods PRIVATE
- // 
-
-
- // Fields PRIVATE
- //
-
-
+  Standard_EXPORT
+    virtual  void BuildResult() ;
 };
-
-
-
-
-
-// other Inline functions and methods (like "C++: function call" methods)
-//
-
-
 #endif