1 -- Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 -- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 -- File: GEOMAlgo_Gluer.cdl
24 -- Created: Sat Dec 04 12:41:32 2004
25 -- Author: Peter KURNEV
28 class Gluer from GEOMAlgo
29 inherits ShapeAlgo from GEOMAlgo
34 ShapeEnum from TopAbs,
39 ListOfShape from TopTools,
40 DataMapOfShapeShape from TopTools,
41 DataMapOfShapeListOfShape from TopTools,
42 Context from IntTools,
43 PassKeyShape from GEOMAlgo
49 returns Gluer from GEOMAlgo;
50 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Gluer();"
52 SetCheckGeometry (me:out;
53 aFlag:Boolean from Standard);
56 returns Boolean from Standard;
62 returns Integer from Standard;
64 --modified by NIZNHY-PKV Fri Jan 21 14:16:58 2005f-
66 S : Shape from TopoDS)
67 returns ListOfShape from TopTools;
68 ---C++: return const &
71 S : Shape from TopoDS)
72 returns ListOfShape from TopTools;
73 ---C++: return const &
76 S : Shape from TopoDS)
77 returns Boolean from Standard;
78 --modified by NIZNHY-PKV Fri Jan 21 14:17:04 2005t
81 is redefined protected;
84 is redefined protected;
96 aType:ShapeEnum from TopAbs)
105 InnerTolerance(me:out)
110 aPK:out PassKeyShape from GEOMAlgo)
115 aPK:out PassKeyShape from GEOMAlgo)
119 aLV : ListOfShape from TopTools;
120 aNewV: out Vertex from TopoDS)
123 aEdge : Edge from TopoDS;
124 aNewEdge: out Edge from TopoDS)
128 aFace : Face from TopoDS;
129 aNewEdge: out Face from TopoDS)
133 aFR : Face from TopoDS;
134 aF : Face from TopoDS)
135 returns Boolean from Standard
139 aS : Shape from TopoDS)
140 returns Boolean from Standard
144 returns DataMapOfShapeListOfShape from TopTools;
145 ---C++:return const &
148 returns DataMapOfShapeShape from TopTools;
149 ---C++:return const &
152 myCheckGeometry : Boolean from Standard is protected;
153 myTol : Real from Standard is protected;
154 myImages : DataMapOfShapeListOfShape from TopTools is protected;
155 myOrigins : DataMapOfShapeShape from TopTools is protected;
156 myNbAlone : Integer from Standard is protected;
158 myGenerated : ListOfShape from TopTools is protected;