Salome HOME
Merge branch 'master' into V9_3_BR
[modules/smesh.git] / src / SMESHUtils / SMESH_ControlPnt.hxx
index 145baaea1d3eb8ae1b7f18d762779da2d39ce9d6..e8df653f89b6faa76675d1441c1ec96b3bb6d049 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -56,19 +56,19 @@ namespace SMESHUtils
   };
 
   // Functions to get sample point from shapes
-  void createControlPoints( const TopoDS_Shape&        theShape, 
+  SMESHUtils_EXPORT void createControlPoints( const TopoDS_Shape&        theShape, 
                             const double&              theSize, 
                             std::vector< ControlPnt >& thePoints );
 
-  void createPointsSampleFromEdge( const TopoDS_Edge&       theEdge, 
+  SMESHUtils_EXPORT void createPointsSampleFromEdge( const TopoDS_Edge&       theEdge, 
                                    const double&            theSize, 
                                    std::vector<ControlPnt>& thePoints );
 
-  void createPointsSampleFromFace( const TopoDS_Face&       theFace, 
+  SMESHUtils_EXPORT void createPointsSampleFromFace( const TopoDS_Face&       theFace, 
                                    const double&            theSize, 
                                    std::vector<ControlPnt>& thePoints );
 
-  void createPointsSampleFromSolid( const TopoDS_Solid&      theSolid, 
+  SMESHUtils_EXPORT void createPointsSampleFromSolid( const TopoDS_Solid&      theSolid, 
                                     const double&            theSize, 
                                     std::vector<ControlPnt>& thePoints );