mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -36,42 +36,18 @@ is
|
||||
|
||||
|
||||
class ApproxAFunction from AdvApprox ;
|
||||
---Purpose:
|
||||
-- this approximate a given function
|
||||
class SimpleApprox;
|
||||
class SimpleApprox;
|
||||
-- class ApproxAFunction;
|
||||
|
||||
imported EvaluatorFunction ;
|
||||
---Purpose:
|
||||
-- typedef void (*EvaluatorFunction) (
|
||||
-- Standard_Integer *
|
||||
-- Standard_Real *
|
||||
-- Standard_Real *
|
||||
-- Standard_Integer *
|
||||
-- Standard_Real *
|
||||
-- Standard_Integer *) ;
|
||||
|
||||
|
||||
deferred class Cutting;
|
||||
---Purpose :
|
||||
-- this class is used to choose the way of cutting if needed
|
||||
|
||||
class DichoCutting;
|
||||
---Purpose :
|
||||
-- inherits class Cutting;
|
||||
-- if Cutting is necessary in [a,b], we cut at (a+b) / 2.
|
||||
--
|
||||
|
||||
class PrefCutting;
|
||||
---Purpose :
|
||||
-- inherits class Cutting; contains a list of preferential points (di)i
|
||||
-- if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2.
|
||||
|
||||
|
||||
class PrefAndRec;
|
||||
---Purpose :
|
||||
-- inherits class Cutting; contains two lists of preferential points to
|
||||
-- manage to level of preferential cutting.
|
||||
-- if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2
|
||||
|
||||
|
||||
end AdvApprox;
|
||||
|
@@ -15,7 +15,8 @@
|
||||
-- commercial license or contractual agreement.
|
||||
|
||||
class ApproxAFunction from AdvApprox
|
||||
|
||||
---Purpose:
|
||||
-- this approximate a given function
|
||||
uses Array1OfInteger from TColStd,
|
||||
Vector from math,
|
||||
HArray1OfInteger from TColStd,
|
||||
|
@@ -19,6 +19,7 @@ class PrefAndRec from AdvApprox inherits Cutting from AdvApprox
|
||||
---Purpose :
|
||||
-- inherits class Cutting; contains a list of preferential points (pi)i
|
||||
-- and a list of Recommended points used in cutting management.
|
||||
-- if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2
|
||||
|
||||
|
||||
uses Array1OfReal from TColStd
|
||||
|
Reference in New Issue
Block a user