blob: 88ae0440ca0f9f88cb6004c73512ca29ee1c186c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: AppBlend.cdl
-- Created: Mon Dec 13 16:28:26 1993
-- Author: Jacques GOUSSARD
-- <jag@topsn2>
---Copyright: Matra Datavision 1993
package AppBlend
uses StdFail, MMgt, TCollection, TColStd, TColgp, GeomAbs
is
deferred generic class Line;
deferred generic class SectionGenerator;
deferred class Approx;
generic class AppSurf;
end AppBlend;
|