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_FinderShapeOn1.cdl
24 -- Created: Fri Mar 4 10:26:54 2005
25 -- Author: Peter KURNEV
28 class FinderShapeOn2 from GEOMAlgo
29 inherits ShapeAlgo from GEOMAlgo
35 ShapeEnum from TopAbs,
39 ListOfShape from TopTools,
42 ListOfPnt from GEOMAlgo,
43 IndexedDataMapOfShapeState from GEOMAlgo,
50 returns FinderShapeOn2 from GEOMAlgo;
51 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_FinderShapeOn2();"
54 aClsf:Clsf from GEOMAlgo);
57 returns Clsf from GEOMAlgo;
58 ---C++: return const &
61 aST:ShapeEnum from TopAbs);
64 returns ShapeEnum from TopAbs;
67 aSF:State from GEOMAlgo);
70 returns State from GEOMAlgo;
73 aNb:Integer from Standard);
76 returns Integer from Standard;
79 aNb:Integer from Standard);
82 returns Integer from Standard;
88 returns ListOfShape from TopTools;
89 ---C++: return const &
94 is redefined protected;
96 ProcessVertices(me:out)
105 ProcessSolids(me:out)
109 aF :Face from TopoDS;
110 aLP:out ListOfPnt from GEOMAlgo)
114 aE :Edge from TopoDS;
115 aLP:out ListOfPnt from GEOMAlgo)
119 aE :Edge from TopoDS;
120 aNbPnts: Integer from Standard;
121 aLP:out ListOfPnt from GEOMAlgo)
125 returns IndexedDataMapOfShapeState from GEOMAlgo;
126 ---C++:return const &
130 myShapeType : ShapeEnum from TopAbs is protected;
131 myState : State from GEOMAlgo is protected;
132 myNbPntsMin : Integer from Standard is protected;
133 myNbPntsMax : Integer from Standard is protected;
134 myClsf : Clsf from GEOMAlgo is protected;
136 myLS : ListOfShape from TopTools is protected;
138 myMSS : IndexedDataMapOfShapeState from GEOMAlgo is protected;