Salome HOME
#17784 [EDF] MESH-GEMS-2.9.6 Meshers options
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Hypothesis_i.hxx
index 9d180f433a6d2c6689e3a774b54b9842528d3d08..f5ec502ef6ee84691acc2940034b12907e11d33f 100644 (file)
@@ -134,8 +134,8 @@ public:
   /*!
    *  Activate/deactivate surface proximity computation
    */
-  void SetUseSurfaceProximity( CORBA::Boolean toUse );
-  CORBA::Boolean GetUseSurfaceProximity();
+  void SetSurfaceProximity( CORBA::Boolean toUse );
+  CORBA::Boolean GetSurfaceProximity();
 
   /*!
    * Set number of surface element layers to be generated due to surface proximity
@@ -152,8 +152,8 @@ public:
   /*!
    *  Activate/deactivate volume proximity computation
    */
-  void SetUseVolumeProximity( CORBA::Boolean toUse );
-  CORBA::Boolean GetUseVolumeProximity();
+  void SetVolumeProximity( CORBA::Boolean toUse );
+  CORBA::Boolean GetVolumeProximity();
 
   /*!
    * Set number of surface element layers to be generated due to volume proximity