]> OCCT Git - occt.git/commit
0032292: Coding Rules - improve HLRBRep_PolyAlgo readability part 1
authorkgv <kgv@opencascade.com>
Sat, 10 Apr 2021 07:21:33 +0000 (10:21 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 13 Apr 2021 17:17:03 +0000 (20:17 +0300)
commit75e1b5117076d6d68ee06112517c50ef49827c50
tree52c876688a5a6e3d56688e07c176c6a9bdae391d
parent9e7cc3ad597b7fb6634f5c2022fd4b5261eee0ba
0032292: Coding Rules - improve HLRBRep_PolyAlgo readability part 1

HLRBRep_PolyAlgo::StoreShell() - removed a couple of redundant variables (pointers to handles) and extra iterators.
Added a couple of missing NULL checks (HLRBRep_PolyAlgo::Normal() now skips CSLib::Normal() in case of no surface).
src/HLRBRep/HLRBRep_PolyAlgo.cxx