]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkImageRegion.cxx
.
[bbtk.git] / packages / itk / src / bbitkImageRegion.cxx
index 11026e57e8d724f96b34e273d3beee4715541b80..e2890b4177ae3bd806e85ef60230769826b4bdb0 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbitkImageRegion.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:21 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2009/05/15 14:57:58 $
+  Version:   $Revision: 1.5 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -42,7 +42,21 @@ namespace bbitk
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk,ImageRegionCreator);
 
-
+       /*
+       void ImageRegionCreator::bbUserSetDefaultValues()               {       }       
+       void ImageRegionCreator::bbUserInitializeProcessing()   {       }
+       void ImageRegionCreator::bbUserFinalizeProcessing()             {       }       
+       
+       template <unsigned int Dimension>
+       void ImageRegionCreator::bbUserSetDefaultValues()               {       }
+       
+       template <unsigned int Dimension>
+       void ImageRegionCreator::bbUserInitializeProcessing()   {       }
+       
+       template <unsigned int Dimension>
+       void ImageRegionCreator::bbUserFinalizeProcessing()             {       }       
+       */
+       
   void ImageRegionCreator::DoIt()
   {
     const std::vector<long>& index = bbGetInputIndex();