X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkBinaryThresholdImageFilter.cxx;h=bfc1d748e6b049afcfe030bff1c61277a2caf964;hb=dad2f344cba135eec67eba321b29ffd61975e9c9;hp=5d8bae24ff7d37e37a2347e6e2905e5f81301f21;hpb=d73a7833a28e6111e1e805efae5df3ab18a240e2;p=bbtk.git diff --git a/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx b/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx index 5d8bae2..bfc1d74 100644 --- a/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx +++ b/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx @@ -5,10 +5,10 @@ namespace bbitk { - BBTK_USER_BLACK_BOX_TEMPLATE_IMPLEMENTATION(BinaryThresholdImageFilter, - bbtk::UserBlackBox); - BBTK_USER_BLACK_BOX_IMPLEMENTATION(BinaryThresholdImageFilterGeneric, - bbtk::UserBlackBox); + BBTK_BLACK_BOX_TEMPLATE_IMPLEMENTATION(BinaryThresholdImageFilter, + bbtk::AtomicBlackBox); + BBTK_BLACK_BOX_IMPLEMENTATION(BinaryThresholdImageFilterGeneric, + bbtk::AtomicBlackBox); BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk, BinaryThresholdImageFilterGeneric); }