X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Hexa_3D.hxx;h=4fa9311c73472f1dd2294a5d652745fc3e453fc4;hp=809f95ee7473aa11640169d2798c70f4f3082765;hb=9d11375af40826e967ab2c3bcb77d1f9d439c90c;hpb=4ff5bd61540272713e48de1eee75625028c32155 diff --git a/src/StdMeshers/StdMeshers_Hexa_3D.hxx b/src/StdMeshers/StdMeshers_Hexa_3D.hxx index 809f95ee7..4fa9311c7 100644 --- a/src/StdMeshers/StdMeshers_Hexa_3D.hxx +++ b/src/StdMeshers/StdMeshers_Hexa_3D.hxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -29,12 +29,14 @@ #ifndef _SMESH_HEXA_3D_HXX_ #define _SMESH_HEXA_3D_HXX_ +#include "SMESH_StdMeshers.hxx" + #include "SMESH_3D_Algo.hxx" #include "SMESH_Mesh.hxx" #include "StdMeshers_Quadrangle_2D.hxx" #include "Utils_SALOME_Exception.hxx" -#include "StdMeshers_Helper.hxx" +#include "SMESH_MesherHelper.hxx" typedef struct point3Dstruct { @@ -59,7 +61,7 @@ typedef struct conv2dstruct int jc; } Conv2DStruct; -class StdMeshers_Hexa_3D: +class STDMESHERS_EXPORT StdMeshers_Hexa_3D: public SMESH_3D_Algo { public: