]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkTemporalPicker.cxx
#3348 BBTK Feature New Normal - VectorFilterDouble (find nearest point) WriteColumn...
[bbtk.git] / packages / vtk / src / bbvtkTemporalPicker.cxx
index 0afbc5d7fe318878f5302c457afabe9d8b357043..4623084756dc99a685102535e5d30ac3445153db 100644 (file)
@@ -96,7 +96,6 @@ void TemporalPicker::Process()
                                int numElem;
                                double acum;
 
-
                                long int index          = px+py*sizeX;
                                long int stepIndex      = sizeX*sizeY;
                                DEF_POINTER_IMAGE_VTK_CREA(vIn,ssIn,pIn,stIn,bbGetInputIn() )
@@ -124,9 +123,6 @@ void TemporalPicker::Process()
                                        } // for i
                                        
 */
-
-
-
                                        if (numElem>0) 
                                        {
                                                result.push_back( acum/numElem );