mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-14 06:17:27 +05:00
32 lines
676 B
Plaintext
32 lines
676 B
Plaintext
![]() |
// File : GEOMDS_Application.cdl
|
||
|
// Created :
|
||
|
// Author : Yves FRICAUD
|
||
|
// Project : SALOME
|
||
|
// Module : GEOM
|
||
|
// Copyright : OPEN CASCADE
|
||
|
// $Header$
|
||
|
|
||
|
|
||
|
class Application from GEOMDS inherits Application from TDocStd
|
||
|
|
||
|
---Purpose:
|
||
|
|
||
|
uses
|
||
|
Label from TDF,
|
||
|
SequenceOfExtendedString from TColStd,
|
||
|
CString from Standard,
|
||
|
Document from TDocStd
|
||
|
|
||
|
|
||
|
is
|
||
|
|
||
|
Create
|
||
|
returns mutable Application from GEOMDS;
|
||
|
|
||
|
Formats(me: mutable; Formats: out SequenceOfExtendedString from TColStd)
|
||
|
is redefined;
|
||
|
|
||
|
ResourcesName (me: mutable) returns CString from Standard;
|
||
|
|
||
|
end Application;
|