X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYBRIDPlugin%2FHYBRIDPlugin_HYBRID.hxx;h=08541e96510eab75dac075d8d6268bbb736030a8;hb=e03ed2fd9878746b364f92ed06c5b09197286575;hp=face76b2f6d3662aaa533d586b9cda8083be9046;hpb=4c6718ccd93cd83b0f4fe55148dbd40520bbbd00;p=plugins%2Fhybridplugin.git diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx index face76b..08541e9 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_HYBRID.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -43,7 +43,7 @@ class TopoDS_Shape; class HYBRIDPlugin_HYBRID: public SMESH_3D_Algo { public: - HYBRIDPlugin_HYBRID(int hypId, int studyId, SMESH_Gen* gen); + HYBRIDPlugin_HYBRID(int hypId, SMESH_Gen* gen); virtual ~HYBRIDPlugin_HYBRID(); virtual bool CheckHypothesis(SMESH_Mesh& aMesh, @@ -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; }; /*!