blob: 060bce59873fb9547e79ab9b37ad713464f65207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: AdvApprox_Cutting.cdl
-- Created: Fri Apr 5 15:58:26 1996
-- Author: Joelle CHAUVET
-- <jct@sgi38>
---Copyright: Matra Datavision 1996
---Purpose: to choose the way of cutting in approximation
deferred class Cutting from AdvApprox
is
Delete(me:out) is virtual;
---C++: alias "Standard_EXPORT virtual ~AdvApprox_Cutting(){Delete();}"
Value(me; a,b : Real;
cuttingvalue : out Real)
returns Boolean
is deferred;
end Cutting;
|