]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageBoundaries.cxx
#3248 BBTK Feature New Normal - box bbstdExecSystemCommand Verbose option
[bbtk.git] / packages / vtk / src / bbvtkImageBoundaries.cxx
index 8d003bdca2e01f1634bf17bc93060f1c0e0ebf89..3275137da798188ab483ae753146d7049f218751 100644 (file)
 #include "bbvtkPackage.h"
 #include "creaVtk_MACROS.h"
 
+
+/*
+
 #include <omp.h>
+
+*/
+
+
+
 namespace bbvtk
 {
 
@@ -43,7 +51,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ImageBoundaries,bbtk::AtomicBlackBox);
 //===== 
 void ImageBoundaries::Process()
 {
-       printf("bbtk:vtk::ImageBoundaries::Process start\n");
        if (bbGetInputIn()!=NULL){
                int i,j,k;      
                int ext[6];
@@ -93,10 +100,8 @@ void ImageBoundaries::Process()
 */
 
                DEF_POINTER_IMAGE_VTK_CREA(vI,ssI,pI,stI,bbGetInputIn())        
-               int i;
-               int j;  
                long int index=0;
-               for (int k=0 ; k<maxZ ; k++)
+               for ( k=0 ; k<maxZ ; k++)
                {
                        for (j=0 ; j<maxY ; j++)
                        {