X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCKPlugin%2FHEXABLOCKPlugin_FromSkin_3D.cxx;h=c6169382f4cf26eb71704a63be8ffde786e7537a;hb=f22e0d3751bcc8ec68517386ca6bb02ec537047a;hp=3e53276cee5861a6098f7942f9cfa7badfdb2f98;hpb=e8855a47baefec932cd5b627d043e301970586df;p=plugins%2Fhexablockplugin.git diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx index 3e53276..c616938 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 CEA/DEN, EDF R&D +// Copyright (C) 2009-2016 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,6 +27,7 @@ #include "SMDS_VolumeTool.hxx" #include "SMESH_Block.hxx" #include "SMESH_MesherHelper.hxx" +#include "SMESH_MeshEditor.hxx" #include "SMESH_MeshAlgos.hxx" #include @@ -1079,15 +1080,15 @@ HEXA_NS::Hexa* _block2Hexa( const _Block& block, //purpose : //======================================================================= -// SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D(int hypId, int studyId, SMESH_Gen* gen) -// :SMESH_3D_Algo(hypId, studyId, gen) +// SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D(int hypId, SMESH_Gen* gen) +// :SMESH_3D_Algo(hypId, gen) // { // MESSAGE("SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D"); // _name = "HexaFromSkin_3D"; // } -SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D(int hypId, int studyId, SMESH_Gen* gen, HEXA_NS::Document* doc) - :SMESH_3D_Algo(hypId, studyId, gen), +SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D(int hypId, SMESH_Gen* gen, HEXA_NS::Document* doc) + :SMESH_3D_Algo(hypId, gen), _doc( doc ) { if(MYDEBUG) MESSAGE("SMESH_HexaFromSkin_3D::SMESH_HexaFromSkin_3D");