]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkConcatImages.h
re indent
[bbtk.git] / packages / vtk / src / bbvtkConcatImages.h
index 6c3d7da95ea4cc15a7d9f68f7b489372ec1e76ec..3cd5797c5568866736233579b7c54e6ade4a3bf7 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkConcatImages.h,v $
   Language:  C++
-  Date:      $Date: 2010/04/08 14:39:46 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2010/04/28 22:20:02 $
+  Version:   $Revision: 1.2 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -63,7 +63,11 @@ namespace bbvtk
     BBTK_DECLARE_OUTPUT(Out, vtkImageData*);    
     BBTK_PROCESS(Process);
     void Process();
+  private :
+  bool CheckConsistency(vtkImageData *firstImage, int dim[], int nbComponents, int scalarType);
   protected:
+  
+  // Attributes :
   private:
      vtkImageData *mConcat;    
   };