]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkImageRegion.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / itk / src / bbitkImageRegion.h
index fdcf5890f86a1862ec9e74a1b73ab08f04f94c61..3e0746403b1ab1b00ab9167ed89f230dae170c9d 100644 (file)
@@ -46,7 +46,7 @@ namespace bbitk
   class /*BBTK_EXPORT*/ ImageRegionCreator
     : public bbtk::AtomicBlackBox
   {
-    BBTK_USER_BLACK_BOX_INTERFACE(ImageRegionCreator,bbtk::AtomicBlackBox);
+    BBTK_BLACK_BOX_INTERFACE(ImageRegionCreator,bbtk::AtomicBlackBox);
     BBTK_DECLARE_INPUT(Index,std::vector<long>);
     BBTK_DECLARE_INPUT(Size,std::vector<long>);
     BBTK_DECLARE_OUTPUT(Out,anyImageRegion);