Salome HOME
porting on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.h
index fa764067ac0a874b5f4c349370266042f5298684..ef7101048ef76aa9f003a624c8a0eb7d01908c3b 100644 (file)
@@ -24,6 +24,7 @@
 DEFINE_STANDARD_HANDLE(HYDROData_PolylineXY, HYDROData_IPolyline)
 
 class QPainterPath;
+class QTransform;
 class TopoDS_Wire;
 class gp_XYZ;
 
@@ -286,6 +287,11 @@ public:
    */
   HYDRODATA_EXPORT virtual QPainterPath GetPainterPath() const;
 
+  /**
+   * Transform the polyline points.
+   * @param theTrsf the transformation
+   */
+  HYDRODATA_EXPORT void Transform( const QTransform& theTrsf );
 
 protected: