0024624: Lost word in license statement in source files
[occt.git] / src / Geom2dLProp / Geom2dLProp.cdl
CommitLineData
b311480e 1-- Created on: 1992-03-26
2-- Created by: Herve LEGRAND
3-- Copyright (c) 1992-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 Geom2dLProp
18
19 ---Purpose: Handles local properties of curves and surfaces from the
20 -- packages Geom and Geom2d.
21 -- SeeAlso: Package LProp.
22
23
24 ---Level : Public.
25 -- All methods of all classes will be public.
26
27uses Standard, gp, Geom2d, LProp
28
29is
30
31 class Curve2dTool;
32
33 class CLProps2d from Geom2dLProp
34 instantiates CLProps from LProp(Curve from Geom2d,
35 Vec2d from gp,
36 Pnt2d from gp,
37 Dir2d from gp,
38 Curve2dTool from Geom2dLProp);
39 class CurAndInf2d;
40
41 private class NumericCurInf2d instantiates NumericCurInf from LProp(
42 Curve from Geom2d,
43 Vec2d from gp,
44 Pnt2d from gp,
45 Dir2d from gp,
46 Curve2dTool from Geom2dLProp);
47
48end Geom2dLProp;
49
50
51
52