From: raza Date: Tue, 13 Nov 2007 15:18:49 +0000 (+0000) Subject: This file replaces the current one, whose version is 1.4.6.4, into the repository... X-Git-Tag: V4_1_0rc2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=92742d36aa5177d847e96476efe677999136a36e;p=plugins%2Fghs3dplugin.git This file replaces the current one, whose version is 1.4.6.4, into the repository and the merge isn't necessary. --- diff --git a/src/GHS3DPlugin_GHS3D.hxx b/src/GHS3DPlugin_GHS3D.hxx index a8c18a6..3cac48c 100644 --- a/src/GHS3DPlugin_GHS3D.hxx +++ b/src/GHS3DPlugin_GHS3D.hxx @@ -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