]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issues #248, #235 The obtaining of the point from the TopoDS_Vertex shape during...
authornds <natalia.donis@opencascade.com>
Fri, 7 Nov 2014 16:32:59 +0000 (19:32 +0300)
committernds <natalia.donis@opencascade.com>
Fri, 7 Nov 2014 16:32:59 +0000 (19:32 +0300)
Moving the algorithm of a point get from a Vertex shape into a tool method to be called where it is necessary.

src/ModuleBase/ModuleBase_Operation.cpp
src/PartSet/PartSet_OperationFeatureBase.cpp

index e6a2e3d0a35bb7dc1417441bf6f7f225f97139e2..565864eab3fcd552379e057bba482d8e9a219b4e 100644 (file)
@@ -30,9 +30,6 @@
 
 #include <Events_Loop.h>
 
-#include <TopoDS.hxx>
-#include <TopoDS_Vertex.hxx>
-
 #ifdef _DEBUG
 #include <QDebug>
 #endif
index 2d06659a08638a18b69c809ed9595ce4936f1dc5..2d53041c0fefa5ef2e8bd84cb707fbfb3e644e53 100644 (file)
@@ -31,8 +31,6 @@
 #include <XGUI_Constants.h>
 
 #include <V3d_View.hxx>
-#include <TopoDS_Vertex.hxx>
-#include <TopoDS.hxx>
 #include <BRep_Tool.hxx>
 
 #ifdef _DEBUG