]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkPlaneWidget_Base.cxx
#3493 MeshManager
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkPlaneWidget_Base.cxx
index 029d552dfdb26ff81e5837a6bbdeb9e2fc1f24e6..79f86395404a3561dff4458c5785dfbbbeacb365 100644 (file)
@@ -29,10 +29,8 @@ void PlaneWidget_Base::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
 
-    printf("EED PlaneWidget_Base::Process Start \n");
     if ((bbGetInputType()==1)  &&  (bbGetInputIn()!=NULL) )
     {
-        printf("EED PlaneWidget_Base::Process 1 \n");
         std::vector<double> origin = bbGetInputIn()->GetCenter();
         std::vector<double> normal = bbGetInputIn()->GetNormal();
         origin[0] = origin[0] + normal[0]*bbGetInputParam();
@@ -43,7 +41,6 @@ void PlaneWidget_Base::Process()
         bbGetInputIn()->Process();
         bbGetInputIn()->Execute();
     } // if Type == 1
-    printf("EED PlaneWidget_Base::Process End \n");
 }
 
 //=====