occt: master 9bd59d1c

Author Committer Branch Timestamp Parent
azn bugmaster master 2015-03-19 12:50:09 master dfa0d64a
Affected Issues  0025630: Possible memory leaks in BRepGProp_Vinert and BRepGProp_Sinert
Changeset 0025630: Possible memory leaks in BRepGProp_Vinert and BRepGProp_Sinert

Code refactoring of BRepGProp_Sinert and BRepGProp_Vinert classes.
- All static variables have been removed.
- Common functionality connected with Gauss integration has beem moved from BRepGProp_Sinert and BRepGProp_Vinert classes to the new BRepGProp_Gauss class.

Slight changes in the comments.

Fix compilation error.

Fix Sinert errors. Rebased on new master.

Elimination of constant conditional expression warnings.

Small fix in comment.
add - src/BRepGProp/BRepGProp_Gauss.cxx Diff File
add - src/BRepGProp/BRepGProp_Gauss.hxx Diff File
mod - src/BRepGProp/BRepGProp_Sinert.cxx Diff File
mod - src/BRepGProp/BRepGProp_Vinert.cxx Diff File
add - src/BRepGProp/FILES Diff File