0022627: Change OCCT memory management defaults
[occt.git] / src / ApproxInt / ApproxInt.cdl
1 -- File:        ApproxInt.cdl
2 -- Created:     Fri Apr 23 15:59:20 1993
3 -- Author:      Laurent BUCHARD
4 --              <lbr@phobox>
5 ---Copyright:    Matra Datavision 1993
6
7 package ApproxInt
8
9 uses 
10      Standard,TCollection,math,gp,TColStd,TColgp,
11      IntImp,IntSurf,
12      AppParCurves,StdFail,Approx,MMgt
13      
14 is
15
16
17     generic class WLine; -- Only on curves with ->NbPoles, ->IsNull and  ->Pole  Methods
18     deferred class SvSurfaces;     
19     generic class PrmPrmSvSurfaces,TheInt2S;
20     generic class ImpPrmSvSurfaces,TheZerImpFunc;
21     generic class MultiLine;
22     generic class MultiLineTool;
23     generic class Approx,ThePrmPrmSvSurfaces,
24                          TheImpPrmSvSurfaces,
25                          TheMultiLine,
26                          TheMultiLineTool,
27                          TheComputeLine,
28                          TheComputeLineBezier;
29
30 end ApproxInt;