]> OCCT Git - occt-copy.git/commit
25970: Shape Healing - enable parallel reconstruction of pcurves CR25970
authorazn <azn@opencascade.com>
Tue, 31 Mar 2015 10:44:33 +0000 (13:44 +0300)
committerazn <azn@opencascade.com>
Wed, 3 Jun 2015 11:01:06 +0000 (14:01 +0300)
commite423f87ee843eb01bdfd63f2fe92610448c8bdf4
tree1cf9ac0347b4abd44aacdf9de2ed36885e763050
parentd0db6e8b33ce47ff949ebf81224913ed9cc94c1b
25970: Shape Healing - enable parallel reconstruction of pcurves

- Parallel context for adding pcurve has been updated.
- Fix some problems connected with dataraces and locks.
- Integration of parallel processing pcurves to the ShapeFix_Wire::FixEdgeCurves();
src/ShapeAnalysis/ShapeAnalysis_Surface.cxx
src/ShapeExtend/FILES [new file with mode: 0644]
src/ShapeExtend/ShapeExtend.cdl
src/ShapeExtend/ShapeExtend_SequenceOfInteger.hxx [new file with mode: 0644]
src/ShapeExtend/ShapeExtend_SequenceOfShape.hxx [new file with mode: 0644]
src/ShapeExtend/ShapeExtend_WireData.cdl
src/ShapeExtend/ShapeExtend_WireData.cxx
src/ShapeFix/ShapeFix_Wire.cxx