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_FinderShapeOn.cdl
24 -- Created: Tue Jan 11 14:35:52 2005
25 -- Author: Peter KURNEV
27 class FinderShapeOn from GEOMAlgo
28 inherits ShapeAlgo from GEOMAlgo
34 ShapeEnum from TopAbs,
35 ListOfShape from TopTools,
36 DataMapOfShapeShape from TopTools,
39 IndexedDataMapOfShapeState from GEOMAlgo
45 returns FinderShapeOn from GEOMAlgo;
46 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_FinderShapeOn();"
52 aS:Surface from Geom);
55 aST:ShapeEnum from TopAbs);
58 aSF:State from GEOMAlgo);
61 returns Surface from Geom;
62 ---C++: return const &
65 returns ShapeEnum from TopAbs;
68 returns State from GEOMAlgo;
71 returns ListOfShape from TopTools;
72 ---C++: return const &
78 is redefined protected;
97 aS :Shape from TopoDS;
98 aImages : out DataMapOfShapeShape from TopTools;
99 aOriginals: out DataMapOfShapeShape from TopTools;
100 aSC : out Shape from TopoDS);
105 mySurface : Surface from Geom is protected;
106 myShapeType : ShapeEnum from TopAbs is protected;
107 myState : State from GEOMAlgo is protected;
108 myArg1 : Shape from TopoDS is protected;
109 myArg2 : Shape from TopoDS is protected;
110 myLS : ListOfShape from TopTools is protected;
111 myImages : DataMapOfShapeShape from TopTools is protected;
112 myMSS : IndexedDataMapOfShapeState from GEOMAlgo is protected;
113 myIsAnalytic : Boolean from Standard is protected;