Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[plugins/ghs3dplugin.git] / src / GHS3DPlugin_GHS3D_i.hxx
1 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3 // 
4 //  This library is free software; you can redistribute it and/or 
5 //  modify it under the terms of the GNU Lesser General Public 
6 //  License as published by the Free Software Foundation; either 
7 //  version 2.1 of the License. 
8 // 
9 //  This library is distributed in the hope that it will be useful, 
10 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 //  Lesser General Public License for more details. 
13 // 
14 //  You should have received a copy of the GNU Lesser General Public 
15 //  License along with this library; if not, write to the Free Software 
16 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
17 // 
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 //
20 //
21 //
22 //  File   : GHS3DPlugin_GHS3D_i.hxx
23 //  Author : Edward AGAPOV
24 //  Module : GHS3DPlugin
25 //  $Header$
26
27 #ifndef _GHS3DPlugin_GHS3D_I_HXX_
28 #define _GHS3DPlugin_GHS3D_I_HXX_
29
30 #include <SALOMEconfig.h>
31 #include CORBA_SERVER_HEADER(GHS3DPlugin_Algorithm)
32 #include CORBA_SERVER_HEADER(SALOME_Exception)
33
34 #include "SMESH_3D_Algo_i.hxx"
35 #include "GHS3DPlugin_GHS3D.hxx"
36
37 // ======================================================
38 // GHS3D 3d algorithm
39 // ======================================================
40 class GHS3DPlugin_GHS3D_i:
41   public virtual POA_GHS3DPlugin::GHS3DPlugin_GHS3D,
42   public virtual SMESH_3D_Algo_i
43 {
44 public:
45   // Constructor
46   GHS3DPlugin_GHS3D_i (PortableServer::POA_ptr thePOA,
47                        int                     theStudyId,
48                        ::SMESH_Gen*            theGenImpl );
49   // Destructor
50   virtual ~GHS3DPlugin_GHS3D_i();
51  
52   // Get implementation
53   ::GHS3DPlugin_GHS3D* GetImpl();
54 };
55
56 #endif