X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_PolylineXY.h;h=d67f0ad5ad781a3b0c0694742f8057927b769c68;hb=d398a8be8e0b0259b476b358d53d234ce4c82379;hp=5e050cf9e929274893c60fc71d91293766f3f5ae;hpb=0184a027dd5854562adf1bfa4dbf90865476d1d3;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_PolylineXY.h b/src/HYDROData/HYDROData_PolylineXY.h index 5e050cf9..d67f0ad5 100644 --- a/src/HYDROData/HYDROData_PolylineXY.h +++ b/src/HYDROData/HYDROData_PolylineXY.h @@ -20,6 +20,7 @@ #define HYDROData_PolylineXY_HeaderFile #include "HYDROData_IPolyline.h" +#include DEFINE_STANDARD_HANDLE(HYDROData_PolylineXY, HYDROData_IPolyline) @@ -132,7 +133,7 @@ public: */ HYDRODATA_EXPORT virtual bool ImportShape( const TopoDS_Shape& theShape, bool IsInterpolationAllowed, - const Handle( HYDROData_PolylineXY )& theOldPolyline = NULL, + const Handle( HYDROData_PolylineXY )& theOldPolyline, bool IsClosureAllowed = true, double theDeviation = 1.); @@ -151,20 +152,18 @@ public: */ HYDRODATA_EXPORT bool IsClosed( const bool theIsSimpleCheck = true ) const; + /** + * Returns connected wires and their number, by rebuild of the wires from the edges, looking for connections + */ + HYDRODATA_EXPORT int GetNbConnectedWires(Handle(TopTools_HSequenceOfShape)& aConnectedWires) const; + /** - * Returns the distance beetwen first and point with index thePointIndex + * Returns the distance between first and point with index thePointIndex * at the section with index theSectionIndex. -1 is returned if error is occurred. */ HYDRODATA_EXPORT double GetDistance( const int theSectionIndex, const int thePointIndex ) const; - /** - * Returns the distance between a section and a point - */ -// HYDRODATA_EXPORT double GetMinDistance( const int theSectionIndex, -// const Point& thePoint ) const; - - /** * Returns number of sections. */