0024708: Convertation of the generic classes to the non-generic. Part 2
[occt.git] / src / AppParCurves / AppParCurves.cdl
index a8e6e0f..81fc1b5 100644 (file)
@@ -5,8 +5,8 @@
 --
 -- This file is part of Open CASCADE Technology software library.
 --
--- This library is free software; you can redistribute it and / or modify it
--- under the terms of the GNU Lesser General Public version 2.1 as published
+-- This library is free software; you can redistribute it and/or modify it under
+-- the terms of the GNU Lesser General Public License version 2.1 as published
 -- by the Free Software Foundation, with special exception defined in the file
 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
 -- distribution for complete text of the license and disclaimer of any warranty.
@@ -21,8 +21,7 @@ package AppParCurves
     -- described by the tool MLineTool. 
     -- The result of the approximation will be a MultiCurve. 
     
-uses  math, FEmTool,  gp, TColgp, StdFail, TColStd, TCollection, Standard, MMgt, GeomAbs, 
-      PLib
+uses  math, FEmTool,  gp, TColgp, StdFail, TColStd, TCollection, Standard, MMgt, GeomAbs, PLib
 
 is
 
@@ -39,11 +38,6 @@ is
 -- -   CurvaturePoint: this point has a curvature constraint.
 
 
-
-
-    deferred generic class MLineTool;    --- Template
-
-
     class MultiPoint;
 
     class MultiCurve;
@@ -88,23 +82,6 @@ is
        --          The Result is a Bspline set.
 
 
-    generic class Projection, ProLeastSquare, ProConstraint, ProFunction;
-       ---Purpose: computes the approximation of a Multiline by
-       --          searching for a new parameter with a projection
-       --          method.
-      
-    deferred  class  SmoothCriterion;
-    generic  class  LinearCriteria; 
-
-    class  MyCriterion;
-         ---Level: Internal
-                 
-    generic class Variational;
-       ---Purpose: computes the approximation of a Multiline by
-       --          Variational optimization.
-
-
-
     --- instantiate classes:
     --  
 
@@ -115,7 +92,6 @@ is
            (ConstraintCouple,Array1OfConstraintCouple);
 
 
-
     class Array1OfMultiPoint instantiates Array1 from TCollection
            (MultiPoint);