X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_AutomaticLength_i.hxx;h=fcc9876fdd63a60e0fc025c376be1f565d8f9378;hp=f7f85ce3bbd1550821dedd30f6d1476c2c4796b0;hb=5c933ecde0251d3c4894d0cdeab8dc67b6c4c3a5;hpb=236b583d315b14278bda28e118748016d0e4f709 diff --git a/src/StdMeshers_I/StdMeshers_AutomaticLength_i.hxx b/src/StdMeshers_I/StdMeshers_AutomaticLength_i.hxx index f7f85ce3b..fcc9876fd 100644 --- a/src/StdMeshers_I/StdMeshers_AutomaticLength_i.hxx +++ b/src/StdMeshers_I/StdMeshers_AutomaticLength_i.hxx @@ -37,9 +37,10 @@ class SMESH_Gen; -// ====================================================== -// Local Length hypothesis -// ====================================================== +// ========================================================= +// 1D Hypothesis to compute segment length free of thinking +// ========================================================= + class StdMeshers_AutomaticLength_i: public virtual POA_StdMeshers::StdMeshers_AutomaticLength, public virtual SMESH_Hypothesis_i @@ -52,11 +53,12 @@ public: // Destructor virtual ~StdMeshers_AutomaticLength_i(); -// // Set length -// void SetLength( CORBA::Double theLength ) -// throw ( SALOME::SALOME_Exception ); -// // Get length -// CORBA::Double GetLength(); + // Set Fineness + void SetFineness( CORBA::Double theFineness ) + throw ( SALOME::SALOME_Exception ); + + // Get Fineness + CORBA::Double GetFineness(); // Get implementation ::StdMeshers_AutomaticLength* GetImpl();