]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkTypedImageToAnyImage.h
Renamed UserBlackBox into AtomicBlackBox which is a better name (versus ComplexBlackB...
[bbtk.git] / packages / itk / src / bbitkTypedImageToAnyImage.h
index 4d870f15df08fdbc8b1b46efe2c68a91b85a0a12..ed7ee3591c5785701fea49934da2e6f3a4717803 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __bbTypedItkImage2GenericItkImage_h__
 #define __bbTypedItkImage2GenericItkImage_h__
 
-#include "bbtkUserBlackBox.h"
+#include "bbtkAtomicBlackBox.h"
 #include "bbitkImage.h"
 #include "bbtkSystem.h"
 
@@ -11,12 +11,12 @@ namespace bbitk
 {
 
   //=================================================================
-  // UserBlackBox declaration
+  // BlackBox declaration
   template <class itkImageTypePointer>
-  class TypedImageToAnyImage : public bbtk::UserBlackBox
+  class TypedImageToAnyImage : public bbtk::AtomicBlackBox
   {  
     BBTK_USER_BLACK_BOX_INTERFACE(TypedImageToAnyImage,
-                                 bbtk::UserBlackBox);
+                                 bbtk::AtomicBlackBox);
     BBTK_DECLARE_INPUT(In,itkImageTypePointer);
     BBTK_DECLARE_OUTPUT(Out,anyImagePointer);
     BBTK_PROCESS(DoIt);
@@ -25,7 +25,7 @@ namespace bbitk
   //=================================================================
  
   //=================================================================
-  // UserBlackBox description
+  // BlackBox description
   BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX(TypedImageToAnyImage);
   BBTK_NAME(bbtk::HumanTypeName<T>()
            + "To" + bbtk::HumanTypeName<anyImagePointer>());