0027021: TopExp::Vertices performance optimization
authorpdn <pdn@opencascade.com>
Mon, 21 Dec 2015 12:41:39 +0000 (15:41 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 13 Jan 2016 11:41:49 +0000 (14:41 +0300)
commit8447359f09f3bdec9b9c6e4192a1234d9e480198
tree671dc46b96c91efd7ce7b3e9d05a1bed3408793b
parent57736dfc9149683726664d54927e444709d1f11e
0027021: TopExp::Vertices performance optimization

TopExp::Vertices optimized for sequential calls. BRep_Tool::Curve performance regression fixed. Update for fetching point done.

Casts modified to pointers

Test case for issue CR27021

gcc warnings elimination
src/BRep/BRep_Tool.cxx
src/QABugs/QABugs_20.cxx
src/TopExp/TopExp.cxx
tests/bugs/modalg_6/bug27021 [new file with mode: 0644]