X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_ControlPnt.hxx;h=fa1db79d01697e5b63de82d6f00caded96d39cf4;hp=145baaea1d3eb8ae1b7f18d762779da2d39ce9d6;hb=88141f757b048eaa5aae0be49faaf274448bbcaf;hpb=046f5915e17f5038b8a14e6606e9f4ebdeb212e2 diff --git a/src/SMESHUtils/SMESH_ControlPnt.hxx b/src/SMESHUtils/SMESH_ControlPnt.hxx index 145baaea1..fa1db79d0 100644 --- a/src/SMESHUtils/SMESH_ControlPnt.hxx +++ b/src/SMESHUtils/SMESH_ControlPnt.hxx @@ -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& thePoints ); - void createPointsSampleFromFace( const TopoDS_Face& theFace, + SMESHUtils_EXPORT void createPointsSampleFromFace( const TopoDS_Face& theFace, const double& theSize, std::vector& thePoints ); - void createPointsSampleFromSolid( const TopoDS_Solid& theSolid, + SMESHUtils_EXPORT void createPointsSampleFromSolid( const TopoDS_Solid& theSolid, const double& theSize, std::vector& thePoints );