]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
This file replaces the current one, whose version is 1.4.6.4, into the repository...
authorraza <raza>
Tue, 13 Nov 2007 15:18:49 +0000 (15:18 +0000)
committerraza <raza>
Tue, 13 Nov 2007 15:18:49 +0000 (15:18 +0000)
src/GHS3DPlugin_GHS3D.hxx

index a8c18a67bc0789c8780d25c9dea92bc71c102ea7..3cac48c536b7f729a6ded18b0d053c30b03b5786 100644 (file)
@@ -18,6 +18,7 @@
 //
 //=============================================================================
 // File      : GHS3DPlugin_GHS3D.hxx
+// Author    : Edward AGAPOV, modified by Lioka RAZAFINDRAZAKA (CEA) 09/02/2007
 // Project   : SALOME
 // Copyright : CEA 2003
 // $Header$
@@ -43,13 +44,15 @@ public:
   virtual bool Compute(SMESH_Mesh&         aMesh,
                       const TopoDS_Shape& aShape);
 
-  virtual bool Compute(SMESH_Mesh&         aMesh,
-                       SMESH_MesherHelper* aHelper);
-  
-  
+  ostream & SaveTo(ostream & save);
+  istream & LoadFrom(istream & load);
+  friend ostream & operator << (ostream & save, GHS3DPlugin_GHS3D & hyp);
+  friend istream & operator >> (istream & load, GHS3DPlugin_GHS3D & hyp);
+
 private:
   int _iShape;
   int _nbShape;
+  SMDS_MeshNode** _tabNode;
 };
 
 #endif