From 92742d36aa5177d847e96476efe677999136a36e Mon Sep 17 00:00:00 2001 From: raza Date: Tue, 13 Nov 2007 15:18:49 +0000 Subject: [PATCH] This file replaces the current one, whose version is 1.4.6.4, into the repository and the merge isn't necessary. --- src/GHS3DPlugin_GHS3D.hxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.39.2