mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
67
src/TColGeom2d/TColGeom2d.cdl
Executable file
67
src/TColGeom2d/TColGeom2d.cdl
Executable file
@@ -0,0 +1,67 @@
|
||||
-- File: TColGeom2d.cdl
|
||||
-- Created: Thu Apr 15 12:11:39 1993
|
||||
-- Author: Philippe DAUTRY
|
||||
-- <fid@mastox>
|
||||
-- Copyright: Matra Datavision 1993
|
||||
|
||||
|
||||
package TColGeom2d
|
||||
|
||||
|
||||
---Purpose :
|
||||
-- The package TColGeom2d provides standard and
|
||||
-- frequently used instantiations of generic classes from
|
||||
-- the TCollection package with geometric objects from the Geom2d package.
|
||||
|
||||
uses TCollection, Geom2d
|
||||
|
||||
is
|
||||
|
||||
|
||||
class Array1OfGeometry
|
||||
instantiates Array1 from TCollection (Geometry from Geom2d);
|
||||
class Array1OfCurve
|
||||
instantiates Array1 from TCollection (Curve from Geom2d);
|
||||
class Array1OfBoundedCurve
|
||||
instantiates Array1 from TCollection (BoundedCurve from Geom2d);
|
||||
class Array1OfBezierCurve
|
||||
instantiates Array1 from TCollection (BezierCurve from Geom2d);
|
||||
class Array1OfBSplineCurve
|
||||
instantiates Array1 from TCollection (BSplineCurve from Geom2d);
|
||||
|
||||
class HArray1OfGeometry
|
||||
instantiates HArray1 from TCollection (Geometry from Geom2d,
|
||||
Array1OfGeometry from TColGeom2d);
|
||||
class HArray1OfCurve
|
||||
instantiates HArray1 from TCollection (Curve from Geom2d,
|
||||
Array1OfCurve from TColGeom2d);
|
||||
class HArray1OfBoundedCurve
|
||||
instantiates HArray1 from TCollection (BoundedCurve from Geom2d,
|
||||
Array1OfBoundedCurve from TColGeom2d);
|
||||
class HArray1OfBezierCurve
|
||||
instantiates HArray1 from TCollection (BezierCurve from Geom2d,
|
||||
Array1OfBezierCurve from TColGeom2d);
|
||||
class HArray1OfBSplineCurve
|
||||
instantiates HArray1 from TCollection (BSplineCurve from Geom2d,
|
||||
Array1OfBSplineCurve from TColGeom2d);
|
||||
|
||||
|
||||
class SequenceOfGeometry
|
||||
instantiates Sequence from TCollection (Geometry from Geom2d);
|
||||
class SequenceOfCurve
|
||||
instantiates Sequence from TCollection (Curve from Geom2d);
|
||||
class SequenceOfBoundedCurve
|
||||
instantiates Sequence from TCollection (BoundedCurve from Geom2d);
|
||||
|
||||
class HSequenceOfGeometry
|
||||
instantiates HSequence from TCollection (Geometry from Geom2d,
|
||||
SequenceOfGeometry from TColGeom2d);
|
||||
class HSequenceOfCurve
|
||||
instantiates HSequence from TCollection (Curve from Geom2d,
|
||||
SequenceOfCurve from TColGeom2d);
|
||||
class HSequenceOfBoundedCurve
|
||||
instantiates HSequence from TCollection (BoundedCurve from Geom2d,
|
||||
SequenceOfBoundedCurve from TColGeom2d);
|
||||
|
||||
|
||||
end TColGeom2d;
|
Reference in New Issue
Block a user