1 // Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
18 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 -- File: GEOMAlgo_Gluer.cdl
21 -- Created: Sat Dec 04 12:41:32 2004
22 -- Author: Peter KURNEV
24 ---Copyright: Matra Datavision 2004
27 class Gluer from GEOMAlgo
28 inherits ShapeAlgo from GEOMAlgo
33 ShapeEnum from TopAbs,
38 ListOfShape from TopTools,
39 DataMapOfShapeShape from TopTools,
40 DataMapOfShapeListOfShape from TopTools,
41 Context from IntTools,
42 PassKeyShape from GEOMAlgo
48 returns Gluer from GEOMAlgo;
49 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Gluer();"
51 SetCheckGeometry (me:out;
52 aFlag:Boolean from Standard);
55 returns Boolean from Standard;
61 returns Integer from Standard;
63 --modified by NIZNHY-PKV Fri Jan 21 14:16:58 2005f-
65 S : Shape from TopoDS)
66 returns ListOfShape from TopTools;
67 ---C++: return const &
70 S : Shape from TopoDS)
71 returns ListOfShape from TopTools;
72 ---C++: return const &
75 S : Shape from TopoDS)
76 returns Boolean from Standard;
77 --modified by NIZNHY-PKV Fri Jan 21 14:17:04 2005t
80 is redefined protected;
83 is redefined protected;
95 aType:ShapeEnum from TopAbs)
104 InnerTolerance(me:out)
109 aPK:out PassKeyShape from GEOMAlgo)
114 aPK:out PassKeyShape from GEOMAlgo)
118 aLV : ListOfShape from TopTools;
119 aNewV: out Vertex from TopoDS)
122 aEdge : Edge from TopoDS;
123 aNewEdge: out Edge from TopoDS)
127 aFace : Face from TopoDS;
128 aNewEdge: out Face from TopoDS)
132 aFR : Face from TopoDS;
133 aF : Face from TopoDS)
134 returns Boolean from Standard
138 aS : Shape from TopoDS)
139 returns Boolean from Standard
143 returns DataMapOfShapeListOfShape from TopTools;
144 ---C++:return const &
147 returns DataMapOfShapeShape from TopTools;
148 ---C++:return const &
151 myCheckGeometry : Boolean from Standard is protected;
152 myTol : Real from Standard is protected;
153 myImages : DataMapOfShapeListOfShape from TopTools is protected;
154 myOrigins : DataMapOfShapeShape from TopTools is protected;
155 myNbAlone : Integer from Standard is protected;
157 myGenerated : ListOfShape from TopTools is protected;