]> OCCT Git - occt-copy.git/commit
0025410: Tool for extended check of validity of the curve on the surface CR25410_671ext
authornbv <nbv@opencascade.com>
Fri, 31 Oct 2014 10:08:00 +0000 (13:08 +0300)
committernbv <nbv@opencascade.com>
Fri, 31 Oct 2014 10:42:28 +0000 (13:42 +0300)
commiteada4cdcf522a53b23ef1274eebbb75b7d766fc6
tree380a0affd4b491ee63ca1aa1a31b6c34f7ca8f02
parentf9823ea65a28bd38d1115735fb609a52433d53f8
0025410: Tool for extended check of validity of the curve on the surface

Patch for 6.7.1 version of OCCT.
29 files changed:
src/BOPAlgo/BOPAlgo.cdl
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.lxx
src/BOPAlgo/BOPAlgo_CheckResult.cdl
src/BOPAlgo/BOPAlgo_CheckResult.cxx
src/BOPTest/BOPTest_CheckCommands.cxx
src/BOPTools/BOPTools_AlgoTools.cdl
src/BOPTools/BOPTools_AlgoTools_1.cxx
src/math/FILES
src/math/math.cdl
src/math/math_DoubleTab.cdl
src/math/math_DoubleTab.cxx [new file with mode: 0644]
src/math/math_DoubleTab.lxx
src/math/math_GlobOptMin.cxx [new file with mode: 0644]
src/math/math_GlobOptMin.hxx [new file with mode: 0644]
src/math/math_IntegerVector.cxx
src/math/math_IntegerVector.hxx [new file with mode: 0644]
src/math/math_Matrix.cdl
src/math/math_Matrix.cxx
src/math/math_MultipleVarFunction.cdl
src/math/math_MultipleVarFunction.cxx
src/math/math_MultipleVarFunctionWithGradient.cdl
src/math/math_MultipleVarFunctionWithHessian.cdl
src/math/math_MultipleVarFunctionWithHessian.cxx
src/math/math_NewtonMinimum.cxx
src/math/math_SingleTab.hxx [new file with mode: 0644]
src/math/math_Vector.cxx
src/math/math_Vector.hxx [new file with mode: 0644]