Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/smesh.git] / src / SMDS / SMDS_MeshNodeIDFactory.cdl
1 -- File:        SMDS_MeshNodeIDFactory.cdl
2 -- Created:     Tue May  7 16:18:08 2002
3 -- Author:      Jean-Michel BOULCOURT
4 --              <jmb@localhost.localdomain>
5 ---Copyright:    Matra Datavision 2002
6
7
8 private class MeshNodeIDFactory from SMDS inherits MeshIDFactory
9
10         ---Purpose: 
11
12 is
13
14     Create returns mutable MeshNodeIDFactory from SMDS;
15
16     GetFreeID(me:mutable) returns Integer is redefined static;
17         ---Purpose: returns a free identifier for mesh from
18         --          the pool of ID
19         ---C++: inline
20         
21     ReleaseID(me: mutable;ID :Integer) is redefined static;
22         ---Purpose: free the ID and give it back to the pool of ID
23         ---C++: inline
24
25
26 end MeshNodeIDFactory;