Version: 9.16.0
StdMeshers_UseExisting_1D2D_i.hxx
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// This library is free software; you can redistribute it and/or
4// modify it under the terms of the GNU Lesser General Public
5// License as published by the Free Software Foundation; either
6// version 2.1 of the License, or (at your option) any later version.
7//
8// This library is distributed in the hope that it will be useful,
9// but WITHOUT ANY WARRANTY; without even the implied warranty of
10// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11// Lesser General Public License for more details.
12//
13// You should have received a copy of the GNU Lesser General Public
14// License along with this library; if not, write to the Free Software
15// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16//
17// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18//
19
20// SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes
21// File : StdMeshers_UseExisting_1D2D.hxx
22// Module : SMESH
23// $Header$
24//
25#ifndef _SMESH_UseExisting_1D2D_I_HXX_
26#define _SMESH_UseExisting_1D2D_I_HXX_
27
28#include <SALOMEconfig.h>
29#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
30
31#include "SMESH_1D_Algo_i.hxx"
32#include "SMESH_2D_Algo_i.hxx"
34
35class SMESH_Gen;
36
43 public virtual POA_StdMeshers::StdMeshers_UseExisting_1D,
44 public virtual SMESH_1D_Algo_i
45{
46public:
47 // Constructor
48 StdMeshers_UseExisting_1D_i( PortableServer::POA_ptr thePOA,
49 ::SMESH_Gen* theGenImpl );
50
51 // Destructor
53
54 // Get implementation
56};
57
59 public virtual POA_StdMeshers::StdMeshers_UseExisting_2D,
60 public virtual SMESH_2D_Algo_i
61{
62public:
63 // Constructor
64 StdMeshers_UseExisting_2D_i( PortableServer::POA_ptr thePOA,
65 ::SMESH_Gen* theGenImpl );
66
67 // Destructor
69
70 // Get implementation
72};
73
74
75#endif
Definition: SMESH_1D_Algo_i.hxx:45
Definition: SMESH_2D_Algo_i.hxx:45
Definition: SMESH_Gen.hxx:68
1D and 2D algorithms doing nothing to allow mesh generation by mesh edition functions in TUI mode
Definition: StdMeshers_UseExisting_1D2D_i.hxx:45
StdMeshers_UseExisting_1D_i(PortableServer::POA_ptr thePOA, ::SMESH_Gen *theGenImpl)
StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i.
Definition: StdMeshers_UseExisting_1D2D_i.cxx:40
::StdMeshers_UseExisting_1D * GetImpl()
Definition: StdMeshers_UseExisting_1D2D_i.cxx:57
virtual ~StdMeshers_UseExisting_1D_i()
Definition: StdMeshers_UseExisting_1D2D_i.cxx:52
Definition: StdMeshers_UseExisting_1D2D.hxx:51
Definition: StdMeshers_UseExisting_1D2D_i.hxx:61
StdMeshers_UseExisting_2D_i(PortableServer::POA_ptr thePOA, ::SMESH_Gen *theGenImpl)
StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i.
Definition: StdMeshers_UseExisting_1D2D_i.cxx:70
::StdMeshers_UseExisting_2D * GetImpl()
Definition: StdMeshers_UseExisting_1D2D_i.cxx:87
virtual ~StdMeshers_UseExisting_2D_i()
Definition: StdMeshers_UseExisting_1D2D_i.cxx:82
1D and 2D algorithms doing nothing to allow mesh generation by mesh edition functions in TUI mode
Definition: StdMeshers_UseExisting_1D2D.hxx:36