]> Creatis software - bbtk.git/commitdiff
mistyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 16:37:36 +0000 (16:37 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 16:37:36 +0000 (16:37 +0000)
packages/vtk/src/bbvtkUnMosaic.cxx

index a28daaf9fc69d1aca38352b608b1782ac28e9aed..93f896ed726e2614104f074eedfc9540f5713fa3 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkUnMosaic.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/10/05 14:33:49 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2010/10/06 16:37:36 $
+  Version:   $Revision: 1.2 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -85,7 +85,6 @@ namespace bbvtk
  ///
    void UnMosaic::Process()
    {
-
        int nbImagesPerRow =   (unsigned int)bbGetInputNbImagesPerRow();
        int nbImagesInMosaic = (unsigned int)bbGetInputNbImagesInMosaic();      
 
@@ -103,7 +102,7 @@ namespace bbvtk
    }
 
 
-vtkImageData * unMosaic(vtkImageData *imageIn, int nbImagesPerRow, int numberOfImagesInMosaic)
+vtkImageData * UnMosaic::unMosaic(vtkImageData *imageIn, int nbImagesPerRow, int numberOfImagesInMosaic)
 {   
    int inputdims[3];
    int outputdims[3];