]> Creatis software - creaContours.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 13:38:17 +0000 (14:38 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 13:38:17 +0000 (14:38 +0100)
bbtk/src/bbcreaContoursSetViewerPosition.cxx

index 835112bfdd4ef475c302b98eb9598fe08d880e34..b976e4add4a6fcea66986d90ef6a0dae2a4877d1 100644 (file)
@@ -28,7 +28,9 @@ void SetViewerPosition::Process()
 
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
-  
+    
+    printf("EED SetViewerPosition::Process  UPS \n");
+  /*
        if ( bbGetInputPosition().size()==3 )
        {
                int x = bbGetInputPosition()[0];
@@ -73,11 +75,13 @@ void SetViewerPosition::Process()
                                backX = x;
                                backY = y;
                                backZ = z;
-                       } // if bbGetInputPosition
-               } // if bbGetInputwxContourMainFrame
-       } // if backX  backY  backZ
+                       } // if bbGetInputwxContourMainFrame
+               } // if backX  backY  backZ
+       } // if bbGetInputPosition
+    */
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void SetViewerPosition::bbUserSetDefaultValues()