for(;expt.More();expt.Next()) {
const TopoDS_Shape& anEdge = expt.Current();
if(!anEdge.IsNull()) {
- const TopTools_ListOfShape& aListOfNewEd = mkCom.Modified(anEdge);
- const TopTools_ListOfShape& aListOfGenEd = mkCom.Generated(anEdge);
+ const TopTools_ListOfShape& aListOfNewEd = mkCom.Modified(anEdge);
if(!aListOfNewEd.IsEmpty())
aDM4.Bind(anEdge, aListOfNewEd);
else {
if(!mkCom.IsDeleted(anEdge)) {
+ const TopTools_ListOfShape& aListOfGenEd = mkCom.Generated(anEdge);
if(!aListOfGenEd.IsEmpty()) {
aDM4.Bind(anEdge, aListOfGenEd);
} else {
#include "HYDROData_Iterator.h"
#include "HYDROData_NaturalObject.h"
-#include <TopTools_SequenceOfShape.hxx>
-#include <TopExp_Explorer.hxx>
-
#include <QFile>
#include <QStringList>
#include <QTextStream>
#include <limits>
#include <gp_Pnt.hxx>
-#include <gp_Vec.hxx>
#include <gp_Pln.hxx>
-#include <TopExp.hxx>
-#include <Geom_Plane.hxx>
-#include <BRep_Tool.hxx>
-#include <BRepBuilderAPI_FindPlane.hxx>
-#include <TopoDS.hxx>
-#include <TopoDS_Vertex.hxx>
-#include <TopoDS_Wire.hxx>
-#include <TopoDS_Face.hxx>
-#include <TopoDS_Iterator.hxx>
-#include <TopTools_MapOfShape.hxx>
-#include <TColgp_SequenceOfVec.hxx>
-#include <TopTools_ShapeMapHasher.hxx>
#include <ElSLib.hxx>
+#include <TopAbs_State.hxx>
#include <BRepAdaptor_Surface.hxx>
#include <BRepTopAdaptor_FClass2d.hxx>
#include <BRep_Tool.hxx>
-#include <TopAbs_State.hxx>
+
static int aMaxNameId = std::numeric_limits<int>::max();
void HYDROData_Tool::WriteStringsToFile( QFile& theFile,