Version: 9.12.0
GEOMImpl_Gen.hxx
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License, or (at your option) any later version.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 
23 #ifndef _GEOMImpl_GEN_HXX_
24 #define _GEOMImpl_GEN_HXX_
25 
26 #include <GEOM_GEOMImpl.hxx>
27 
28 #include <map>
29 
45 #include "GEOM_Engine.hxx"
46 
48 {
49  public:
50  GEOMImpl_Gen();
51  ~GEOMImpl_Gen();
52 
53  GEOMImpl_IBasicOperations* GetIBasicOperations();
54 
55  GEOMImpl_ITransformOperations* GetITransformOperations();
56 
57  GEOMImpl_I3DPrimOperations* GetI3DPrimOperations();
58 
59  GEOMImpl_IShapesOperations* GetIShapesOperations();
60 
61  GEOMImpl_IBlocksOperations* GetIBlocksOperations();
62 
63  GEOMImpl_IMeasureOperations* GetIMeasureOperations();
64 
65  GEOMImpl_IBooleanOperations* GetIBooleanOperations();
66 
67  GEOMImpl_ICurvesOperations* GetICurvesOperations();
68 
69  GEOMImpl_ILocalOperations* GetILocalOperations();
70 
71  GEOMImpl_IInsertOperations* GetIInsertOperations();
72 
73  GEOMImpl_IHealingOperations* GetIHealingOperations();
74 
75  GEOMImpl_IGroupOperations* GetIGroupOperations();
76 
77  GEOMImpl_IFieldOperations* GetIFieldOperations();
78 
79  GEOMImpl_ITestOperations* GetITestOperations();
80 
81  GEOMImpl_ICanonicalRecognition* GetICanonicalRecognition();
82 
83  private:
84 
100 };
101 
102 #endif
#define GEOMIMPL_EXPORT
Definition: GEOM_GEOMImpl.hxx:37
Definition: GEOMImpl_Gen.hxx:48
GEOMImpl_IShapesOperations * _ShapesOperations
Definition: GEOMImpl_Gen.hxx:88
GEOMImpl_IGroupOperations * _GroupOperations
Definition: GEOMImpl_Gen.hxx:96
GEOMImpl_IBlocksOperations * _BlocksOperations
Definition: GEOMImpl_Gen.hxx:89
GEOMImpl_ICurvesOperations * _CurvesOperations
Definition: GEOMImpl_Gen.hxx:92
GEOMImpl_IMeasureOperations * _MeasureOperations
Definition: GEOMImpl_Gen.hxx:95
GEOMImpl_ICanonicalRecognition * _CanonicalRecognition
Definition: GEOMImpl_Gen.hxx:99
GEOMImpl_ILocalOperations * _LocalOperations
Definition: GEOMImpl_Gen.hxx:93
GEOMImpl_IHealingOperations * _HealingOperations
Definition: GEOMImpl_Gen.hxx:91
GEOMImpl_IBasicOperations * _BasicOperations
Definition: GEOMImpl_Gen.hxx:85
GEOMImpl_IFieldOperations * _FieldOperations
Definition: GEOMImpl_Gen.hxx:97
GEOMImpl_IBooleanOperations * _BooleanOperations
Definition: GEOMImpl_Gen.hxx:90
GEOMImpl_ITestOperations * _TestOperations
Definition: GEOMImpl_Gen.hxx:98
GEOMImpl_IInsertOperations * _InsertOperations
Definition: GEOMImpl_Gen.hxx:94
GEOMImpl_ITransformOperations * _TransformOperations
Definition: GEOMImpl_Gen.hxx:86
GEOMImpl_I3DPrimOperations * _3DPrimOperations
Definition: GEOMImpl_Gen.hxx:87
Definition: GEOMImpl_I3DPrimOperations.hxx:37
Definition: GEOMImpl_IBasicOperations.hxx:32
Definition: GEOMImpl_IBlocksOperations.hxx:37
Definition: GEOMImpl_IBooleanOperations.hxx:34
Definition: GEOMImpl_ICanonicalRecognition.hxx:45
Definition: GEOMImpl_ICurvesOperations.hxx:35
Definition: GEOMImpl_IFieldOperations.hxx:35
Definition: GEOMImpl_IGroupOperations.hxx:35
Definition: GEOMImpl_IHealingOperations.hxx:38
Definition: GEOMImpl_IInsertOperations.hxx:47
Definition: GEOMImpl_ILocalOperations.hxx:34
Definition: GEOMImpl_IMeasureOperations.hxx:42
Definition: GEOMImpl_IShapesOperations.hxx:52
Definition: GEOMImpl_ITestOperations.hxx:31
Definition: GEOMImpl_ITransformOperations.hxx:38
Definition: GEOM_Engine.hxx:91