]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMDS/GEOMDS_Application.cdl
Salome HOME
2ab42672a2e94894ead41267e8b073a9516c3ff7
[modules/geom.git] / src / GEOMDS / GEOMDS_Application.cdl
1 //  File      : GEOMDS_Application.cdl
2 //  Created   :
3 //  Author    : Yves FRICAUD
4 //  Project   : SALOME
5 //  Module    : GEOM
6 //  Copyright : OPEN CASCADE
7 //  $Header$
8
9
10 class Application from GEOMDS  inherits Application from TDocStd
11
12         ---Purpose: 
13
14 uses
15     Label                    from TDF,
16     SequenceOfExtendedString from TColStd,
17     CString                  from Standard,
18     Document                 from TDocStd
19
20
21 is
22
23     Create 
24     returns mutable Application from GEOMDS;
25     
26     Formats(me: mutable; Formats: out SequenceOfExtendedString from TColStd) 
27     is redefined;    
28
29     ResourcesName (me: mutable) returns CString from Standard;
30
31 end Application;