0022746: Progress indicator in ShapeHealing
[occt.git] / src / XSAlgo / XSAlgo_ToolContainer.cxx
1 // File:        XSAlgo_ToolContainer.cxx
2 // Created:     Wed Jan 19 17:52:23 2000
3 // Author:      data exchange team
4 //              <det@nnov>
5
6
7 #include <XSAlgo_ToolContainer.ixx>
8
9 //=======================================================================
10 //function : XSAlgo_ToolContainer
11 //purpose  : 
12 //=======================================================================
13
14 XSAlgo_ToolContainer::XSAlgo_ToolContainer()
15 {
16 }
17 /*
18 //=======================================================================
19 //function : FixWire
20 //purpose  : 
21 //=======================================================================
22
23 Handle(ShapeFix_Wire) XSAlgo_ToolContainer::FixWire() const
24 {
25   return new ShapeFix_Wire;
26 }
27 */