2004-12-17 16:18:33 +05:00
|
|
|
-- 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)
|
2005-01-20 11:24:17 +05:00
|
|
|
is virtual protected;
|
2004-12-17 16:18:33 +05:00
|
|
|
|
|
|
|
CheckResult(me:out)
|
2005-01-20 11:24:17 +05:00
|
|
|
is virtual protected;
|
2004-12-17 16:18:33 +05:00
|
|
|
|
|
|
|
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;
|