occt: master 424cd6bb

Author Committer Branch Timestamp Parent
dln apn master 2014-03-28 05:55:22 master 4a616573
Affected Issues  0024774: Convertation of the generic classes to the non-generic. Part 8
Changeset 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.
mod - src/BRepGProp/BRepGProp.cdl Diff File
mod - src/BRepGProp/BRepGProp_Face.cxx Diff File
add - src/BRepGProp/BRepGProp_TFunction.cdl Diff File
add - src/BRepGProp/BRepGProp_UFunction.cdl Diff File
add - src/BRepGProp/BRepGProp_Vinert.cxx Diff File
add - src/BRepGProp/BRepGProp_VinertGK.cdl Diff File
mod - src/GProp/GProp.cdl Diff File
rm - src/GProp/GProp_VGProps.gxx Diff File
rm - src/GProp/GProp_VGPropsGK.cdl Diff File