X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGUI%2FBLSURFPluginGUI_HypothesisCreator.cxx;h=43c7a1eacec1c70efce90d42fb3eb0457456b364;hb=076b89af845e5868cf15beba81bcbd62c1632958;hp=79a0f23cabf88cbffaccfc6060c160fa8ea97a40;hpb=74c6de583e757341a002c908d1e83a8759ca8ace;p=plugins%2Fblsurfplugin.git diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 79a0f23..43c7a1e 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -2084,10 +2084,10 @@ bool BLSURFPluginGUI_HypothesisCreator::readParamsFromHypo( BlsurfHypothesisData //h_data.myPreCADMergeEdges = h->GetPreCADMergeEdges(); // h_data.myPreCADProcess3DTopology = h->GetPreCADProcess3DTopology(); // h_data.myPreCADDiscardInput = h->GetPreCADDiscardInput(); - h_data.myUseSurfaceProximity = h->GetUseSurfaceProximity (); + h_data.myUseSurfaceProximity = h->GetSurfaceProximity (); h_data.myNbSurfaceProximityLayers = h->GetNbSurfaceProximityLayers(); h_data.mySurfaceProximityRatio = h->GetSurfaceProximityRatio (); - h_data.myUseVolumeProximity = h->GetUseVolumeProximity (); + h_data.myUseVolumeProximity = h->GetVolumeProximity (); h_data.myNbVolumeProximityLayers = h->GetNbVolumeProximityLayers (); h_data.myVolumeProximityRatio = h->GetVolumeProximityRatio (); @@ -2323,10 +2323,10 @@ bool BLSURFPluginGUI_HypothesisCreator::storeParamsToHypo( const BlsurfHypothesi if ( h->GetVolumeGradation() != h_data.myVolumeGradation ) h->SetVolumeGradation( h_data.myVolumeGradation <= 0 ? -1 : h_data.myVolumeGradation ); - h->SetUseSurfaceProximity ( h_data.myUseSurfaceProximity ); + h->SetSurfaceProximity ( h_data.myUseSurfaceProximity ); h->SetNbSurfaceProximityLayers( h_data.myNbSurfaceProximityLayers ); h->SetSurfaceProximityRatio ( h_data.mySurfaceProximityRatio ); - h->SetUseVolumeProximity ( h_data.myUseVolumeProximity ); + h->SetVolumeProximity ( h_data.myUseVolumeProximity ); h->SetNbVolumeProximityLayers ( h_data.myNbVolumeProximityLayers ); h->SetVolumeProximityRatio ( h_data.myVolumeProximityRatio );