Salome HOME
Import a new plugin, sent by Stephane LIAUZU
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_BLSURF_i.hxx
1 //  BLSURFPlugin : idl implementation
2 //
3 //  Copyright (C) 2006  OPEN CASCADE, CEA/DEN, EDF R&D
4 // 
5 //  This library is free software; you can redistribute it and/or 
6 //  modify it under the terms of the GNU Lesser General Public 
7 //  License as published by the Free Software Foundation; either 
8 //  version 2.1 of the License. 
9 // 
10 //  This library is distributed in the hope that it will be useful, 
11 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 //  Lesser General Public License for more details. 
14 // 
15 //  You should have received a copy of the GNU Lesser General Public 
16 //  License along with this library; if not, write to the Free Software 
17 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18 // 
19 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
20 //
21 //
22 //  File    : BLSURFPlugin_BLSURF_2D_i.hxx
23 //  Authors : Francis KLOSS (OCC) & Patrick LAUG (INRIA)
24 //  Module  : BLSURFPlugin
25
26 #ifndef _BLSURFPlugin_BLSURF_I_HXX_
27 #define _BLSURFPlugin_BLSURF_I_HXX_
28
29 #include <SALOMEconfig.h>
30 #include CORBA_SERVER_HEADER(BLSURFPlugin_Algorithm)
31
32 #include "SMESH_2D_Algo_i.hxx"
33 #include "BLSURFPlugin_BLSURF.hxx"
34
35 // ======================================================
36 // BLSUF 2d algorithm
37 // ======================================================
38 class BLSURFPlugin_BLSURF_i:
39   public virtual POA_BLSURFPlugin::BLSURFPlugin_BLSURF,
40   public virtual SMESH_2D_Algo_i
41 {
42 public:
43   // Constructor
44   BLSURFPlugin_BLSURF_i( PortableServer::POA_ptr thePOA,
45                             int                     theStudyId,
46                             ::SMESH_Gen*            theGenImpl );
47   // Destructor
48   virtual ~BLSURFPlugin_BLSURF_i();
49  
50   // Get implementation
51   ::BLSURFPlugin_BLSURF* GetImpl();
52 };
53
54 #endif