1 -- Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 -- This library is free software; you can redistribute it and/or
4 -- modify it under the terms of the GNU Lesser General Public
5 -- License as published by the Free Software Foundation; either
6 -- version 2.1 of the License.
8 -- This library is distributed in the hope that it will be useful,
9 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
10 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 -- Lesser General Public License for more details.
13 -- You should have received a copy of the GNU Lesser General Public
14 -- License along with this library; if not, write to the Free Software
15 -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 -- File: GEOMAlgo_ShapeInfoFiller.cdl
21 -- Created: Mon Apr 2 15:05:34 2007
22 -- Author: Peter KURNEV
24 class ShapeInfoFiller from GEOMAlgo
25 inherits Algo from GEOMAlgo
40 ShapeInfo from GEOMAlgo,
41 KindOfName from GEOMAlgo,
42 IndexedDataMapOfShapeShapeInfo from GEOMAlgo
49 returns ShapeInfoFiller from GEOMAlgo;
50 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ShapeInfoFiller();"
53 aS:Shape from TopoDS);
56 returns Shape from TopoDS;
60 aT:Real from Standard);
63 returns Real from Standard;
66 returns ShapeInfo from GEOMAlgo;
71 returns ShapeInfo from GEOMAlgo;
78 is redefined protected;
80 FillNbSubShapes(me:out;
82 aInfo: out ShapeInfo from GEOMAlgo)
102 aS:Shape from TopoDS)
106 aS:Shape from TopoDS)
109 FillContainer(me:out;
110 aS:Shape from TopoDS)
126 aCyl:Cylinder from gp)
136 aTorus:Torus from gp)
140 aS:Solid from TopoDS)
144 myShape : Shape from TopoDS is protected;
145 myEmptyInfo : ShapeInfo from GEOMAlgo is protected;
146 myMapInfo : IndexedDataMapOfShapeShapeInfo from GEOMAlgo is protected;
147 myTolerance : Real from Standard is protected;