mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-19 13:10:34 +05:00
40 lines
748 B
Plaintext
Executable File
40 lines
748 B
Plaintext
Executable File
-- File: GEOMAlgo_Algo.cdl
|
|
-- Created: Sat Dec 04 12:37:56 2004
|
|
-- Author: Peter KURNEV
|
|
-- <peter@PREFEX>
|
|
---Copyright: Matra Datavision 2004
|
|
|
|
|
|
deferred class Algo from GEOMAlgo
|
|
|
|
---Purpose:
|
|
|
|
--uses
|
|
--raises
|
|
|
|
is
|
|
Initialize
|
|
returns Algo from GEOMAlgo;
|
|
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Algo();"
|
|
|
|
Perform(me:out)
|
|
is deferred;
|
|
|
|
CheckData(me:out)
|
|
is virtual protected;
|
|
|
|
CheckResult(me:out)
|
|
is virtual protected;
|
|
|
|
ErrorStatus (me)
|
|
returns Integer from Standard;
|
|
|
|
WarningStatus (me)
|
|
returns Integer from Standard;
|
|
|
|
fields
|
|
myErrorStatus : Integer from Standard is protected;
|
|
myWarningStatus : Integer from Standard is protected;
|
|
|
|
end Algo;
|