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/
20 -- File: GEOMAlgo_FinderShapeOn.cdl
21 -- Created: Tue Jan 11 14:35:52 2005
22 -- Author: Peter KURNEV
24 ---Copyright: Matra Datavision 2005
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;