X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FHatchGen%2FHatchGen_PointOnElement.cxx;h=c2679a544176a59f15bd715cd9627c73bfd14f2c;hb=158f2931a747cdf847b531856376ddaaa2b48880;hpb=4b59685af18d44d7d87c6d2a6388ff7b6b860908 diff --git a/src/HatchGen/HatchGen_PointOnElement.cxx b/src/HatchGen/HatchGen_PointOnElement.cxx index dab4ddd520..c2679a5441 100644 --- a/src/HatchGen/HatchGen_PointOnElement.cxx +++ b/src/HatchGen/HatchGen_PointOnElement.cxx @@ -34,23 +34,6 @@ HatchGen_PointOnElement::HatchGen_PointOnElement () : // Purpose : Constructor. //======================================================================= -HatchGen_PointOnElement::HatchGen_PointOnElement (const HatchGen_PointOnElement& Point) -{ - myIndex = Point.myIndex ; - myParam = Point.myParam ; - myPosit = Point.myPosit ; - myBefore = Point.myBefore ; - myAfter = Point.myAfter ; - mySegBeg = Point.mySegBeg ; - mySegEnd = Point.mySegEnd ; - myType = Point.myType ; -} - -//======================================================================= -// Function : HatchGen_PointOnElement -// Purpose : Constructor. -//======================================================================= - HatchGen_PointOnElement::HatchGen_PointOnElement (const IntRes2d_IntersectionPoint& Point) { const IntRes2d_Transition& TrsH = Point.TransitionOfFirst() ;