Salome HOME
Fix for NPAL17873.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_LocalLength_i.hxx
index e8210ef7dccb36a2f9527a648c63f30bfae0e971..c3787b70b18382c2533562490f30d72dbd92b0b1 100644 (file)
@@ -56,8 +56,14 @@ public:
   // Set length
   void SetLength( CORBA::Double theLength )
     throw ( SALOME::SALOME_Exception );
+  // Set precision
+  void SetPrecision( CORBA::Double thePrecision )
+    throw ( SALOME::SALOME_Exception );
+
   // Get length
   CORBA::Double GetLength();
+  // Get precision
+  CORBA::Double GetPrecision();
 
   // Get implementation
   ::StdMeshers_LocalLength* GetImpl();