0024734: Convertation of the generic classes to the non-generic. Part 4
[occt.git] / src / PColPGeom / PColPGeom.cdl
CommitLineData
b311480e 1-- Created on: 1993-06-03
2-- Created by: fid
3-- Copyright (c) 1993-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
b311480e 7--
d5f74e42 8-- This library is free software; you can redistribute it and/or modify it under
9-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 10-- by the Free Software Foundation, with special exception defined in the file
11-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17package PColPGeom
18
19 ---Purpose : This package is used to instantiate of several
20 -- generic classes from the package PCollection with
21 -- objects from the package PGeom.
22
23uses PCollection, PGeom
24
25is
26
27
28 class HArray1OfCurve
29 instantiates HArray1 from PCollection (Curve from PGeom);
30 class HArray1OfBoundedCurve
31 instantiates HArray1 from PCollection (BoundedCurve from PGeom);
32 class HArray1OfBezierCurve
33 instantiates HArray1 from PCollection (BezierCurve from PGeom);
34 class HArray1OfBSplineCurve
35 instantiates HArray1 from PCollection (BSplineCurve from PGeom);
36 class HArray1OfSurface
37 instantiates HArray1 from PCollection (Surface from PGeom);
38 class HArray1OfBoundedSurface
39 instantiates HArray1 from PCollection (BoundedSurface from PGeom);
40
41
42
43 class HArray2OfSurface
44 instantiates HArray2 from PCollection (Surface from PGeom);
45 class HArray2OfBoundedSurface
46 instantiates HArray2 from PCollection (BoundedSurface from PGeom);
47 class HArray2OfBezierSurface
48 instantiates HArray2 from PCollection (BezierSurface from PGeom);
49 class HArray2OfBSplineSurface
50 instantiates HArray2 from PCollection (BSplineSurface from PGeom);
51
52
53
54-- class HSequenceOfCurve
55-- instantiates HSequence from PCollection (Curve from PGeom);
56-- class HSequenceOfBoundedCurve
57-- instantiates HSequence from PCollection (BoundedCurve from PGeom);
58-- class HSequenceOfSurface
59-- instantiates HSequence from PCollection (Surface from PGeom);
60-- class HSequenceOfBoundedSurface
61-- instantiates HSequence from PCollection (BoundedSurface from PGeom);
62
63
64end PColPGeom;