From: kgv Date: Wed, 24 Dec 2014 09:45:05 +0000 (+0300) Subject: 0025637: Objects displayed in LocalContext are not listed in displayed objects of... X-Git-Tag: V6_8_0p1~4 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=971feb7608d5be774e57ec341dd303730fe794b9;p=occt-copy.git 0025637: Objects displayed in LocalContext are not listed in displayed objects of interactive context Revert OCCT_DEBUG changes in method AIS_InteractiveContext::DisplayedObjects(). --- diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index ecb4eaa007..aa7063eb4e 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -215,10 +215,6 @@ Standard_CString AIS_InteractiveContext::DomainOfMainViewer() const void AIS_InteractiveContext::DisplayedObjects(AIS_ListOfInteractive& aListOfIO, const Standard_Boolean OnlyFromNeutral) const { -#ifdef OCCT_DEBUG - cout<<"AIS_IC::DisplayedObjects"<DisplayedObjects(theMap); - cout<<"\tIn Local Context "<DisplayedObjects(theMap); } -#endif + Handle(AIS_InteractiveObject) curIO; Handle(Standard_Transient) Tr; for(TColStd_MapIteratorOfMapOfTransient it2(theMap);it2.More();it2.Next()){