]> OCCT Git - occt-copy.git/commit
0025629: Visualization, AIS_InteractiveContext - code clean up
authorkgv <kgv@opencascade.com>
Wed, 24 Dec 2014 09:15:53 +0000 (12:15 +0300)
committerkgv <kgv@opencascade.com>
Wed, 24 Dec 2014 13:06:16 +0000 (16:06 +0300)
commit3bfa6eeeed4be5897bcdfa9bd468e035b504bca1
tree030a8a5c19bd0d47c5f710feb388435ee7cc12ab
parent3e0b2885dd05e4ca6bc871f0d69797ffb6568260
0025629: Visualization, AIS_InteractiveContext - code clean up

Drop confusing method AIS_InteractiveContext::Clear() which is the same as ::Remove().
AIS_InteractiveContext::Display() - fix double viewer update on first display of presentation.
AIS_InteractiveContext::DisplayedObjects() - fix objects retrieval from local contexts.
AIS_InteractiveContext::Load() - do not bind object twice.

Drop code blocks for debug output.
Code clean up.
src/AIS/AIS_InteractiveContext.cdl
src/AIS/AIS_InteractiveContext.cxx
src/QABugs/QABugs_11.cxx
src/ViewerTest/ViewerTest.cxx