]> Creatis software - bbtk.git/blob - packages/itk/src/bbitkBinaryThresholdImageFilter.cxx
=== MAJOR RELEASE ====
[bbtk.git] / packages / itk / src / bbitkBinaryThresholdImageFilter.cxx
1 #ifdef _USE_ITK_
2
3 #include "bbitkBinaryThresholdImageFilter.h"
4 #include "bbitkPackage.h"
5 namespace bbitk
6 {
7   
8   BBTK_BLACK_BOX_TEMPLATE_IMPLEMENTATION(BinaryThresholdImageFilter,
9                                               bbtk::AtomicBlackBox);
10   BBTK_BLACK_BOX_IMPLEMENTATION(BinaryThresholdImageFilterGeneric,
11                                      bbtk::AtomicBlackBox);
12   BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk,
13                                 BinaryThresholdImageFilterGeneric);
14 }
15
16 // EO namespace bbtk
17
18 #endif //_USE_ITK_
19