| 816 | return m_pTool->Modified(current); |
| 817 | }; |
| 818 | virtual bool getDeleted(const TopoDS_Shape& shape) |
| 819 | { |
| 820 | return m_pTool->IsDeleted(shape) ? true : false; |
| 821 | }; |
| 822 | |
| 823 | // |
| 824 | BRepBuilderAPI_MakeShape* m_pTool; |
no outgoing calls
no test coverage detected