blob: e858ea8b32418df95850d506b9fdbe5adeebb230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
-- File: IntImp.cdl
-- Created: Mon Apr 13 09:54:46 1992
-- Author: Isabelle GRIGNON
-- <isg@sdsun2>
---Copyright: Matra Datavision 1992
package IntImp
---Purpose:
uses Standard, TColStd, StdFail, math, gp, IntSurf
is
enumeration ConstIsoparametric is
UIsoparametricOnCaro1, VIsoparametricOnCaro1,
UIsoparametricOnCaro2, VIsoparametricOnCaro2;
deferred generic class PSurfaceTool;
deferred generic class ISurfaceTool;
deferred generic class CurveTool;
deferred generic class CSCurveTool;
deferred generic class COnSCurveTool;
generic class ZerImpFunc; -- inherits FunctionSetWithDerivatives
generic class ZerParFunc; -- inherits FunctionSetWithDerivatives
deferred generic class CSFunction; -- inherits FunctionSetWithDerivatives
generic class ZerCSParFunc; -- inherits FunctionSetWithDerivatives
generic class ZerCOnSSParFunc; -- inherits FunctionSetWithDerivatives
generic class Int2S,TheFunction;
generic class IntCS;
end IntImp;
|