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