]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx
#3507 Undo and Redo Meshes
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTrimmedExtrusionFilter.cxx
index 886ff894674f0c3cc0d97c090a877ac222f982d4..84226bd4da9e35a1b20b4fcfa08a47cd35840f6a 100644 (file)
@@ -1,7 +1,9 @@
 //===== 
 // 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)
-//===== 
+//=====
+
 #include "bbcreaVtkTrimmedExtrusionFilter.h"
+
 #include "bbcreaVtkPackage.h"
 
 
@@ -31,18 +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");
-
-    
-    
-    
     if ( (bbGetInputIn()!=NULL) && (bbGetInputIn2()!=NULL) )
     {
         if (extrusion!=NULL)
@@ -70,55 +60,50 @@ 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;
     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
+
+// EO namespace bbcreaVtk