Salome HOME
Base implementation of dumping study document in to Python script (Feature #14).
[modules/hydro.git] / src / HYDROOperations / HYDROOperations_BSpline.h
index 20b9c85980a7a38d6d278e6b6162de6c70f6466f..0fb9134f1f874ee4df9234b03c96da40e456176e 100644 (file)
  * manipulation and conversion.
  */
 
-class HYDROOperations_BSpline
+class HYDROOPERATIONS_EXPORT HYDROOperations_BSpline
 {
 public:
 
   //! Creates a spline by list of coordinates: pairs X and Y
   //! \param thePoints coordinates in format X1, Y1, X2, Y2, etc. must be even number of elements
-  HYDROOPERATIONS_EXPORT HYDROOperations_BSpline(QList<double>& thePoints);
+  HYDROOperations_BSpline(QList<double>& thePoints);
   
   //! Returns the BSpline curve passing through the points
   //! \returns Null if Computation of BSpline was failed