Salome HOME
PAL7705: Possibility to override default implementation added
[modules/smesh.git] / src / StdMeshers / StdMeshers_Regular_1D.hxx
index 96128d98477692336107b5319cc9146182a2c3f0..b9d61432b11189afdac127515b61ba5ab215c537 100644 (file)
@@ -58,9 +58,9 @@ public:
 
 protected:
 
-  bool computeInternalParameters (const TopoDS_Edge&    theEdge,
-                                  std::list< double > & theParameters,
-                                  const bool            theReverse) const;
+  virtual bool computeInternalParameters (const TopoDS_Edge&    theEdge,
+                                          std::list< double > & theParameters,
+                                          const bool            theReverse) const;
 
   enum HypothesisType { LOCAL_LENGTH, NB_SEGMENTS, BEG_END_LENGTH, DEFLECTION, ARITHMETIC_1D, NONE };