X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomDataAPI%2FGeomDataAPI_Point.h;h=ffa07285da1df05d445247c5f30eefba756d4aee;hb=e32f95642855a63da2727cb324ce2a75632a712f;hp=0167f479b45c03a40b64febe575c82f79a93db26;hpb=f8c36784f4699f0e3d04f4e8e067c7bd317b4a1c;p=modules%2Fshaper.git diff --git a/src/GeomDataAPI/GeomDataAPI_Point.h b/src/GeomDataAPI/GeomDataAPI_Point.h index 0167f479b..ffa07285d 100644 --- a/src/GeomDataAPI/GeomDataAPI_Point.h +++ b/src/GeomDataAPI/GeomDataAPI_Point.h @@ -44,11 +44,14 @@ class GeomDataAPI_Point : public ModelAPI_Attribute const std::string& theY, const std::string& theZ) = 0; - /// Returns the text values + /// Returns the text value for X GEOMDATAAPI_EXPORT virtual std::string textX() = 0; + /// Returns the text value for Y GEOMDATAAPI_EXPORT virtual std::string textY() = 0; + /// Returns the text value for Z GEOMDATAAPI_EXPORT virtual std::string textZ() = 0; + /// Point component (x,y,z) enum PointComponent { C_X = 0, C_Y = 1, C_Z = 2,