X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_ProjectionSource3D.hxx;h=e2fcb5278aa2e28a230b51c20e5847f7e054e4bf;hb=e7e45ad8cb4d23a1709cccd4f6c6858e7409ee8a;hp=0334f85f7a3415d8106fef4e5bcf5192cc3ab151;hpb=8e93201bcf959a3355c84d17a6a10d52d0a7114e;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx b/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx index 0334f85f7..e2fcb5278 100644 --- a/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx +++ b/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx @@ -23,8 +23,7 @@ // File : StdMeshers_ProjectionSource3D.hxx // Author : Edward AGAPOV // Module : SMESH -// $Header$ -// + #ifndef _SMESH_ProjectionSource3D_HXX_ #define _SMESH_ProjectionSource3D_HXX_ @@ -139,6 +138,12 @@ public: */ virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape); + /*! + * \brief Initialize my parameter values by linear size of mesh element. + * \retval bool - true if parameter values have been successfully defined + */ + virtual bool SetParametersByElementSize( double elemLenght, const SMESH_Mesh* theMesh=0); + protected: TopoDS_Shape _sourceShape;