]> OCCT Git - occt-copy.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)
committerasuraven <asuraven@opencascade.com>
Tue, 20 Apr 2021 11:22:22 +0000 (14:22 +0300)
commite469433c029d77bc37fbed52368259ef43792db4
tree8ab24c9dcb62c0ee929b14e71eb49aab0998042e
parentfded5e5473df102810b859ea217e291904f0a729
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