]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To improve inside presentation
authorapo <apo@opencascade.com>
Wed, 28 Sep 2005 12:40:11 +0000 (12:40 +0000)
committerapo <apo@opencascade.com>
Wed, 28 Sep 2005 12:40:11 +0000 (12:40 +0000)
src/OBJECT/VISU_GaussPtsAct.cxx

index 8a03b261c0b47e0e73c90305b2ad9103eb76b793..aa7c737def8fee097dbd577bd045b3efa21a5543 100644 (file)
@@ -349,7 +349,7 @@ namespace
     VISU_GaussPointsPL* aPipeLine = VISU_GaussPointsPL::New();
     aPipeLine->ShallowCopy(thePipeLine);
     aPipeLine->Update();
-    return thePipeLine;
+    return aPipeLine;
   }
 }
 
@@ -426,8 +426,6 @@ void
 VISU_GaussPtsAct
 ::OnInteractorEvent(unsigned long theEvent)
 {
-  if(MYDEBUG) MESSAGE("VISU_GaussPtsAct::OnInteractorEvent - this = "<<this);
-
   switch(theEvent){
   case vtkCommand::CharEvent: {
     switch(myInteractor->GetKeyCode()) {
@@ -906,9 +904,6 @@ VISU_GaussPtsAct1
   if(VISU_GaussPointsPL* aPipeLine = CreatePipeLine(GetGaussPointsPL())){
     myOutsideDeviceActor->SetPipeLine(aPipeLine);
 
-    aPipeLine->DebugOn();
-    myOutsideDeviceActor->GetMapper()->DebugOn();
-
     myOutsideDeviceActor->GetMapper()->ScalarVisibilityOff();
 
     myOutsideDeviceActor->GetPipeLine()->SetExtractInside(true);
@@ -943,8 +938,6 @@ void
 VISU_GaussPtsAct1
 ::OnInteractorEvent(unsigned long theEvent)
 {
-  if(MYDEBUG1) MESSAGE("VISU_GaussPtsAct1::OnInteractorEvent - this = "<<this);
-
   switch(theEvent){
   case vtkCommand::EnableEvent: 
   case vtkCommand::DisableEvent:
@@ -1041,8 +1034,6 @@ void
 VISU_GaussPtsAct2
 ::OnInteractorEvent(unsigned long theEvent)
 {
-  if(MYDEBUG2) MESSAGE("VISU_GaussPtsAct2::OnInteractorEvent - this = "<<this);
-
   switch(theEvent){
   case vtkCommand::EnableEvent: 
   case vtkCommand::DisableEvent: