]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx
#3490 Bug Windows vtkTrimmedExtrusionFilter.h No such file or directory
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTrimmedExtrusionFilter.cxx
index 886ff894674f0c3cc0d97c090a877ac222f982d4..ee6fc3eefe3c4e48583b8e9d6a5dc35929e78108 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"
 
 
@@ -42,7 +44,8 @@ void TrimmedExtrusionFilter::Process()
 
     
     
-    
+/* ------ Not exist in windows  old VTK 8.1 version ---------
+
     if ( (bbGetInputIn()!=NULL) && (bbGetInputIn2()!=NULL) )
     {
         if (extrusion!=NULL)
@@ -70,7 +73,7 @@ void TrimmedExtrusionFilter::Process()
     } else {
         printf("EED  Warning!!!  TrimmedExtrusionFilter::Process      Either In or In2 is missing \n");
     } // if bbGetInputIn
-
+*/
     
 }
 //===== 
@@ -81,7 +84,10 @@ void TrimmedExtrusionFilter::bbUserSetDefaultValues()
 
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
-    extrusion=NULL;
+
+// ------ Not exist in windows  old VTK 8.1 version ---------
+//    extrusion=NULL;
+     
     bbSetInputIn(NULL);
     bbSetInputIn2(NULL);
     bbSetInputType(0);
@@ -118,7 +124,7 @@ void TrimmedExtrusionFilter::bbUserFinalizeProcessing()
 //    if any
   
 }
-}
-// EO namespace bbcreaVtk
+
+// EO namespace bbcreaVtk