X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Document.h;h=6e164226183d804685bf44b6ff61ce2ceea3de71;hb=c5ae2ec8ffa7b30a77bcef4fbb316c6ece4928b5;hp=e3c7b1c81821d9ebeff01bffad29c1ec17fbda3e;hpb=743e3da9cea294eb30ea8b16e7f6992a39a8a50a;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Document.h b/src/HYDROData/HYDROData_Document.h index e3c7b1c8..6e164226 100644 --- a/src/HYDROData/HYDROData_Document.h +++ b/src/HYDROData/HYDROData_Document.h @@ -159,6 +159,7 @@ public: HYDRODATA_EXPORT void Transform( gp_Pnt& thePnt, bool IsToLocalCS ) const; HYDRODATA_EXPORT void Transform( gp_XYZ& thePnt, bool IsToLocalCS ) const; HYDRODATA_EXPORT void Transform( gp_XY& thePnt, bool IsToLocalCS ) const; + HYDRODATA_EXPORT void Transform( double& X, double& Y, double& Z, bool IsToLocalCS ) const; public: