Salome HOME
Merge multi-study removal branch.
[plugins/hybridplugin.git] / src / HYBRIDPlugin / HYBRIDPlugin_HYBRID.hxx
index 17ea214558e0e33a44cef3b988bb6a7b1a965efb..3e10264d6b5138b44ec2eece9e6320a9d051905c 100644 (file)
@@ -70,6 +70,8 @@ public:
 
   static const char* Name() { return "HYBRID_3D"; }
 
+  const HYBRIDPlugin_Hypothesis* getHyp() {return _hyp ;}
+
 protected:
   const HYBRIDPlugin_Hypothesis*   _hyp;
   //const StdMeshers_ViscousLayers* _viscousLayersHyp;
@@ -87,8 +89,6 @@ private:
   bool _keepFiles;
   bool _removeLogOnSuccess;
   bool _logInStandardOutput;
-  SALOMEDS::Study_var myStudy;
-  SMESH_Gen_i* smeshGen_i;
 };
 
 /*!