]> OCCT Git - occt.git/commit
0024547: Convertation of the generic classes to the non-generic (math).
authordln <dmitry.lisin@opencascade.com>
Tue, 21 Jan 2014 08:15:53 +0000 (12:15 +0400)
committerapn <apn@opencascade.com>
Thu, 13 Feb 2014 10:04:31 +0000 (14:04 +0400)
commit3b010a7435fe61c962fd6c214ea80d4cae0608a7
tree0cf8cf83f7976761c54369fdb2a082bae00a0ed6
parent8cb69787f26e000a7caec77915fbffa7b6ef99d4
0024547: Convertation of the generic classes to the non-generic (math).

- class "math_DoubleTab" was converted to the non-generic class. Some changes were made in the class "math_Matrix". And some stylish changes were made.

- class "math_SingleTab" was converted to the non-generic template class. And classes "math_Vector" and "math_IntegerVector" converted to the non-cdl, because they use template class "math_Vector". Some stylish changes were made.
20 files changed:
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.gxx [deleted file]
src/math/math_DoubleTab.lxx
src/math/math_IntegerVector.cdl [deleted file]
src/math/math_IntegerVector.cxx
src/math/math_IntegerVector.hxx [new file with mode: 0644]
src/math/math_IntegerVector.lxx [deleted file]
src/math/math_Matrix.cdl
src/math/math_Matrix.cxx
src/math/math_SingleTab.cdl [deleted file]
src/math/math_SingleTab.gxx [deleted file]
src/math/math_SingleTab.hxx [new file with mode: 0644]
src/math/math_SingleTab.lxx [deleted file]
src/math/math_Vector.cdl [deleted file]
src/math/math_Vector.cxx
src/math/math_Vector.hxx [new file with mode: 0644]
src/math/math_Vector.lxx [deleted file]