Salome HOME
remove "using namespace std" from SMESH headers
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPlugin_GHS3DPRL.hxx
index 8a485ad63a3dc8f4338624a17b4717c3be1f1287..a36733a7752ba6757c9b4e303b69ce8a0833a19a 100755 (executable)
@@ -54,11 +54,6 @@ public:
                         const TopoDS_Shape& aShape,
                         MapShapeNbElems&    aResMap);
 
-  ostream & SaveTo(ostream & save);
-  istream & LoadFrom(istream & load);
-  friend ostream & operator << (ostream & save, GHS3DPRLPlugin_GHS3DPRL & hyp);
-  friend istream & operator >> (istream & load, GHS3DPRLPlugin_GHS3DPRL & hyp);
-
 protected:
   const GHS3DPRLPlugin_Hypothesis* _hypothesis;
 private:
@@ -66,15 +61,15 @@ private:
   int   _countTotal;
   int   _nodeRefNumber;
 
-  string _MEDName;
-  int   _NbPart;      //number of partitions
-  bool  _KeepFiles;   //tepal file .noboite binary or not
-  bool  _Background;  //true for big meshes
+  std::string _MEDName;
+  int         _NbPart;      //number of partitions
+  bool        _KeepFiles;   //tepal file .noboite binary or not
+  bool        _Background;  //true for big meshes
   //ToMergeSubdomains ToTagSubdomains ToOutputInterfaces ToDiscardSubdomains
-  bool  _ToMergeSubdomains;
-  bool  _ToTagSubdomains;
-  bool  _ToOutputInterfaces;
-  bool  _ToDiscardSubdomains;
+  bool        _ToMergeSubdomains;
+  bool        _ToTagSubdomains;
+  bool        _ToOutputInterfaces;
+  bool        _ToDiscardSubdomains;
 };
 
 #endif