]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMDS/GEOMDS.cdl
Salome HOME
2a3862671a2ac9cf27b137132cc31400d4627f41
[modules/geom.git] / src / GEOMDS / GEOMDS.cdl
1 -- File:        GEOMDS.cdl
2 -- Created:     Fri Mar 16 12:16:40 2001
3 -- Author:      Yves FRICAUD
4 --              <yfr@claquox.paris1.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 2001
6
7
8 package GEOMDS 
9
10         ---Purpose: 
11
12 uses
13     TDF, 
14     TDocStd,
15     TDataStd,
16     TColStd,
17     TopoDS,
18     TCollection,
19     TNaming
20
21
22 is
23     class Application;
24     class Commands;
25     class Explorer;
26
27
28     class DataMapOfIntegerTransient instantiates  DataMap from 
29 TCollection(Integer from Standard, Transient from Standard, MapIntegerHasher 
30 from TColStd);
31     
32 end GEOMDS;
33