mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
Implementation of classes BSplCLib_Cache and BSplSLib_Cache is revised: - Common functionality dealing with spans along one parametric direction is separated to new struct BSplCLib_CacheParams - Empty constructors are removed; copying is prohibited - Code reconsidering degree and other parameters on each call to BuildCache() is eliminated; curve parameters must be the same in constructor and all calls to BuildCache() - Extra call to BuildCache() from constructor is eliminated
15 lines
292 B
Plaintext
Executable File
15 lines
292 B
Plaintext
Executable File
BSplCLib.cxx
|
|
BSplCLib.hxx
|
|
BSplCLib.lxx
|
|
BSplCLib_1.cxx
|
|
BSplCLib_2.cxx
|
|
BSplCLib_3.cxx
|
|
BSplCLib_BzSyntaxes.cxx
|
|
BSplCLib_Cache.cxx
|
|
BSplCLib_Cache.hxx
|
|
BSplCLib_CacheParams.hxx
|
|
BSplCLib_CurveComputation.gxx
|
|
BSplCLib_EvaluatorFunction.hxx
|
|
BSplCLib_KnotDistribution.hxx
|
|
BSplCLib_MultDistribution.hxx
|