Salome HOME
BugID IPAL9186: Added a call to method initGeomGen
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_StateCollector.cdl
1 -- File:        GEOMAlgo_StateCollector.cdl
2 -- Created:     Thu Mar 10 09:39:25 2005
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    Matra Datavision 2005
6
7
8 class StateCollector from GEOMAlgo 
9
10         ---Purpose: 
11
12 uses
13     State from TopAbs 
14
15 --raises
16
17 is 
18     Create 
19         returns StateCollector from GEOMAlgo; 
20
21     AppendState(me:out; 
22             aSt:State from TopAbs) 
23         returns Boolean from Standard; 
24              
25     State(me) 
26         returns State from TopAbs; 
27          
28 fields 
29     myCounter:Integer from Standard[3];  
30
31 end StateCollector;