]> OCCT Git - occt-copy.git/commit
0025410: Tool for extended check of validity of the curve on the surface
authoremv <emv@opencascade.com>
Thu, 23 Oct 2014 06:03:01 +0000 (10:03 +0400)
committeremv <emv@opencascade.com>
Thu, 23 Oct 2014 06:03:01 +0000 (10:03 +0400)
commitac1a15a827a00652b284de9fb3239478e0cdaae3
tree6018b125bbeece86c58fba3a1e98759c3da3e370
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]