X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGHS3DPlugin%2FGHS3DPlugin_GHS3D_i.hxx;h=51cf0837082a32867aa82be693012bcaeb710a3f;hb=3648f62d9ba2054f8b008ecdac4635f5bfa34ba9;hp=daea6280aa71674d2fd9527e9240767ca66bc550;hpb=a51df48e9905b1ff60c6693fca90cd7eb303a39d;p=plugins%2Fghs3dplugin.git diff --git a/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx b/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx index daea628..51cf083 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx +++ b/src/GHS3DPlugin/GHS3DPlugin_GHS3D_i.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2004-2012 CEA/DEN, EDF R&D +// Copyright (C) 2004-2024 CEA, EDF // // 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 @@ -33,7 +33,7 @@ #include "GHS3DPlugin_GHS3D.hxx" // ====================================================== -// GHS3D 3d algorithm +// MG-Tetra 3d algorithm // ====================================================== class GHS3DPlugin_GHS3D_i: public virtual POA_GHS3DPlugin::GHS3DPlugin_GHS3D, @@ -42,7 +42,6 @@ class GHS3DPlugin_GHS3D_i: public: // Constructor GHS3DPlugin_GHS3D_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl ); // Destructor virtual ~GHS3DPlugin_GHS3D_i(); @@ -53,4 +52,17 @@ public: virtual SMESH::SMESH_Mesh_ptr importGMFMesh(const char* theGMFFileName); }; +// ====================================================== +// MG-Tetra Optimization 3d algorithm +// ====================================================== +class GHS3DPlugin_Optimizer_i: + public virtual POA_GHS3DPlugin::GHS3DPlugin_Optimizer, + public virtual SMESH_3D_Algo_i +{ +public: + // Constructor + GHS3DPlugin_Optimizer_i (PortableServer::POA_ptr thePOA, + ::SMESH_Gen* theGenImpl ); +}; + #endif