X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point.h;fp=src%2FGeomData%2FGeomData_Point.h;h=2aa587a1d8f0819a5e8f5e9b4cf86c3752a3a41b;hb=423c10234142d14d0d5de89383f2f96a4ec5930f;hp=e6dc4ba55f8411abc90c2c3f5d8771376f236615;hpb=982481c856def9c064e5f2bb65de11a5b254da6e;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point.h b/src/GeomData/GeomData_Point.h index e6dc4ba55..2aa587a1d 100644 --- a/src/GeomData/GeomData_Point.h +++ b/src/GeomData/GeomData_Point.h @@ -21,8 +21,8 @@ class ModelAPI_ExpressionDouble; class GeomData_Point : public GeomDataAPI_Point { enum { NUM_COMPONENTS = 3 }; - /// Expressions for X, Y and Z - std::shared_ptr myExpression[NUM_COMPONENTS]; + /// Expressions for X, Y and Z + std::shared_ptr myExpression[NUM_COMPONENTS]; public: /// Defines the double value GEOMDATA_EXPORT virtual void setValue(const double theX, const double theY, const double theZ); @@ -39,7 +39,7 @@ class GeomData_Point : public GeomDataAPI_Point GEOMDATA_EXPORT virtual std::shared_ptr pnt(); /// Defines the calculated double value - GEOMDATA_EXPORT virtual + GEOMDATA_EXPORT virtual void setCalculatedValue(const double theX, const double theY, const double theZ); /// Defines the text values @@ -67,7 +67,7 @@ class GeomData_Point : public GeomDataAPI_Point GEOMDATA_EXPORT virtual std::string expressionError(int theComponent); /// Defines the used parameters - GEOMDATA_EXPORT virtual void setUsedParameters(int theComponent, + GEOMDATA_EXPORT virtual void setUsedParameters(int theComponent, const std::set& theUsedParameters); /// Returns the used parameters