0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / ApproxInt / ApproxInt_MultiLineTool.lxx
index aee1c21..c047e78 100644 (file)
@@ -115,4 +115,18 @@ inline TheMultiLine ApproxInt_MultiLineTool::MakeMLBetween(const TheMultiLine& M
   
   return(ML.MakeMLBetween(I1,I2,NbPMin));
 }
+//--------------------------------------------------------------------------------     
+inline Standard_Boolean ApproxInt_MultiLineTool::MakeMLOneMorePoint(const TheMultiLine& ML,
+                                                                    const Standard_Integer I1,
+                                                                    const Standard_Integer I2,
+                                                                    const Standard_Integer indbad,
+                                                                    TheMultiLine& OtherLine)
+{ 
+  return (ML.MakeMLOneMorePoint(I1,I2,indbad,OtherLine));
+}
+
+inline void ApproxInt_MultiLineTool::Dump(const TheMultiLine& ML)
+{ 
+  ML.Dump();
+}
 //================================================================================