]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkResampleImageFilter.h
*** empty log message ***
[bbtk.git] / packages / itk / src / bbitkResampleImageFilter.h
index f8d5a1e53915d6727fb491d812bfe936ccf29a10..03fbd59a6d292980f7a6480f2af20e94e30b227d 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbitkResampleImageFilter.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/15 14:57:58 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2009/05/18 10:45:44 $
+  Version:   $Revision: 1.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -43,7 +43,8 @@ namespace bbitk
 {
 
  
-  class /*BBTK_EXPORT*/ ResampleImageFilter
+ //===================================================
+   class /*BBTK_EXPORT*/ ResampleImageFilter
     : 
     public bbtk::AtomicBlackBox
   {
@@ -59,8 +60,10 @@ namespace bbitk
     template <class T> void Process();
     itk::Object* mOutput;
   };
-  
-  BBTK_BEGIN_DESCRIBE_BLACK_BOX(ResampleImageFilter,
+ //===================================================
+   
+ //===================================================
+   BBTK_BEGIN_DESCRIBE_BLACK_BOX(ResampleImageFilter,
                                bbtk::AtomicBlackBox);
   BBTK_NAME("ResampleImageFilter");
   BBTK_AUTHOR("laurent.guigues at creatis.insa-lyon.fr");
@@ -76,16 +79,20 @@ namespace bbitk
              "Output image. Of the same type and dimension than the input image",
              anyImagePointer,"");
   BBTK_END_DESCRIBE_BLACK_BOX(ResampleImageFilter);
+ //===================================================
 
 
-
-  void ResampleImageFilter::ProcessSwitch()
+ //===================================================
+   void ResampleImageFilter::ProcessSwitch()
   {
     bbtk::TypeInfo t = bbGetInputIn().type();
     BBTK_TEMPLATE_ITK_IMAGE_SWITCH(t, this->Process);
   }
-
-  template <class T> 
+ //===================================================
+ //===================================================
+   template <class T> 
   void ResampleImageFilter::Process()
   {
     bbtkDebugMessageInc("Core",9,
@@ -171,7 +178,8 @@ namespace bbitk
 
     bbtkDebugDecTab("Core",9);
   }
-  
+   //===================================================
 
        //-----------------------------------------------------------------     
        void ResampleImageFilter::bbUserSetDefaultValues()