26 #ifndef _SMESH_ViscousLayers_I_HXX_ 
   27 #define _SMESH_ViscousLayers_I_HXX_ 
   31 #include <SALOMEconfig.h> 
   32 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis) 
   40   public virtual POA_StdMeshers::StdMeshers_ViscousLayers,
 
   55                 CORBA::Boolean           toIgnore) 
throw (SALOME::SALOME_Exception);
 
   57   CORBA::Boolean     GetIsToIgnoreFaces();
 
   59   void SetTotalThickness(::CORBA::Double thickness) 
throw ( SALOME::SALOME_Exception );
 
   60   ::CORBA::Double GetTotalThickness();
 
   62   void SetNumberLayers(::CORBA::Short nb) 
throw ( SALOME::SALOME_Exception );
 
   63   ::CORBA::Short GetNumberLayers();
 
   65   void SetStretchFactor(::CORBA::Double factor) 
throw ( SALOME::SALOME_Exception );
 
   66   ::CORBA::Double GetStretchFactor();