0024774: Convertation of the generic classes to the non-generic. Part 8
authordln <dln@opencascade.com>
Fri, 28 Mar 2014 05:55:22 +0000 (09:55 +0400)
committerapn <apn@opencascade.com>
Fri, 4 Apr 2014 08:57:35 +0000 (12:57 +0400)
commit424cd6bb6436d4c685f077ffa41bc4c5b41a0960
tree628c4fac1e8c7ea0babd1833126fdf1a666f7db7
parent4a6165733fcb962c185e1c8ddb6655c9560c4841
0024774: Convertation of the generic classes to the non-generic. Part 8

Generic classes:

 "GProp_CGProps",
 "GProp_SGProps",
 "GProp_VGProps",
 "GProp_VGPropsGK",
 "GProp_TFunction" (internal),
 "GProp_UFunction" (internal)

from "GProp" package converted to the non-generic classes and moved to the "BRepGProp" package. Names of several classes were changed to:

 "BRepGProp_Cinert",
 "BRepGProp_Sinert",
 "BRepGProp_Vinert",
 "BRepGProp_VinertGK".

Also all instantiations of the "internal" classes of this classes were moved to the "Geom2dHatch.cdl". For new "BRepGProp_TFunction" and "BRepGProp_UFunction" internal classes two new "*.cdl" files were created.
31 files changed:
src/BRepGProp/BRepGProp.cdl
src/BRepGProp/BRepGProp_Cinert.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_Cinert.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_Face.cxx
src/BRepGProp/BRepGProp_Sinert.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_Sinert.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_TFunction.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_TFunction.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_TFunction.lxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_UFunction.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_UFunction.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_UFunction.lxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_Vinert.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_Vinert.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_VinertGK.cdl [new file with mode: 0644]
src/BRepGProp/BRepGProp_VinertGK.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_VinertGK.lxx [new file with mode: 0644]
src/GProp/GProp.cdl
src/GProp/GProp_CGProps.cdl [deleted file]
src/GProp/GProp_CGProps.gxx [deleted file]
src/GProp/GProp_SGProps.cdl [deleted file]
src/GProp/GProp_SGProps.gxx [deleted file]
src/GProp/GProp_TFunction.gxx [deleted file]
src/GProp/GProp_TFunction.lxx [deleted file]
src/GProp/GProp_UFunction.gxx [deleted file]
src/GProp/GProp_UFunction.lxx [deleted file]
src/GProp/GProp_VGProps.cdl [deleted file]
src/GProp/GProp_VGProps.gxx [deleted file]
src/GProp/GProp_VGPropsGK.cdl [deleted file]
src/GProp/GProp_VGPropsGK.gxx [deleted file]
src/GProp/GProp_VGPropsGK.lxx [deleted file]