]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx
#3493 MeshManager
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTrimmedExtrusionFilter.cxx
index ee6fc3eefe3c4e48583b8e9d6a5dc35929e78108..84226bd4da9e35a1b20b4fcfa08a47cd35840f6a 100644 (file)
@@ -33,19 +33,6 @@ void TrimmedExtrusionFilter::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
  
-    
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-    printf("EED Warning!!!   TrimmedExtrusionFilter::Process      Box not tested.......  \n");
-
-    
-    
-/* ------ Not exist in windows  old VTK 8.1 version ---------
-
     if ( (bbGetInputIn()!=NULL) && (bbGetInputIn2()!=NULL) )
     {
         if (extrusion!=NULL)
@@ -73,56 +60,48 @@ void TrimmedExtrusionFilter::Process()
     } else {
         printf("EED  Warning!!!  TrimmedExtrusionFilter::Process      Either In or In2 is missing \n");
     } // if bbGetInputIn
-*/
-    
 }
+
 //===== 
 // 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 TrimmedExtrusionFilter::bbUserSetDefaultValues()
 {
-
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
 
 // ------ Not exist in windows  old VTK 8.1 version ---------
-//    extrusion=NULL;
-     
+    extrusion=NULL;
     bbSetInputIn(NULL);
     bbSetInputIn2(NULL);
     bbSetInputType(0);
-
     std::vector<double> dir;
     dir.push_back(1);
     dir.push_back(0);
     dir.push_back(0);
     bbSetInputDirection( dir );
-
 }
+
 //===== 
 // 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 TrimmedExtrusionFilter::bbUserInitializeProcessing()
 {
-
 //  THE INITIALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should allocate the internal/output pointers 
-//    if any 
-
-  
+//    if any
 }
+
 //===== 
 // 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 TrimmedExtrusionFilter::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
 //    if any
-  
 }
 
 } // EO namespace bbcreaVtk