X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkBinaryThresholdImageFilter.cxx;fp=packages%2Fitk%2Fsrc%2FbbitkBinaryThresholdImageFilter.cxx;h=6e620ac3d8745ee56227758723c67e1669676034;hb=8667946fcfa734175e68b00c1bbf678868180908;hp=97160e064eee523f93aba1b40d0839041b1d333f;hpb=344b86b039994800cc8ccb78bfcf3e874d538687;p=bbtk.git diff --git a/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx b/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx index 97160e0..6e620ac 100644 --- a/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx +++ b/packages/itk/src/bbitkBinaryThresholdImageFilter.cxx @@ -69,8 +69,7 @@ namespace bbitk bbtk::AtomicBlackBox); BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk, BinaryThresholdImageFilterGeneric); - - + void BinaryThresholdImageFilterGeneric::bbUserSetDefaultValues() { bbSetInputLowerThreshold(0); @@ -78,16 +77,16 @@ namespace bbitk bbSetInputInsideValue(255); bbSetInputOutsideValue(0); } + void BinaryThresholdImageFilterGeneric::bbUserInitializeProcessing() { } + void BinaryThresholdImageFilterGeneric::bbUserFinalizeProcessing() { } -} - -// EO namespace bbtk +} // EO namespace bbitk #endif //_USE_ITK_