Salome HOME
f57ad71710215679d4bf5bffbc76116a36997601
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_TrianglePreference_i.hxx
1 //  Copyright (C) 2008  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   : StdMeshers_TrianglePreference_i.hxx
23 //  Author : 
24 //  Module : SMESH
25
26
27 #ifndef _SMESH_TrianglePreference_I_HXX_
28 #define _SMESH_TrianglePreference_I_HXX_
29
30 #include "SMESH_StdMeshers_I.hxx"
31
32 #include <SALOMEconfig.h>
33 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
34
35 #include "SMESH_Hypothesis_i.hxx"
36 #include "StdMeshers_TrianglePreference.hxx"
37
38 class SMESH_Gen;
39
40 class STDMESHERS_I_EXPORT StdMeshers_TrianglePreference_i:
41   public virtual POA_StdMeshers::StdMeshers_TrianglePreference,
42   public virtual SMESH_Hypothesis_i
43 {
44 public:
45   // Constructor
46   StdMeshers_TrianglePreference_i( PortableServer::POA_ptr thePOA,
47                                      int                     theStudyId,
48                                      ::SMESH_Gen*            theGenImpl );
49   // Destructor
50   virtual ~StdMeshers_TrianglePreference_i();
51
52   // Get implementation
53   ::StdMeshers_TrianglePreference* GetImpl();
54   
55   // Verify whether hypothesis supports given entity type 
56   CORBA::Boolean IsDimSupported( SMESH::Dimension type );
57 };
58
59 #endif //_SMESH_TrianglePreference_I_HXX_