class BinaryThresholdImageFilterGeneric !!!185474.cpp!!! ProcessSwitch() : void BBTK_TEMPLATE_ITK_IMAGE_SWITCH(bbGetInputIn().type(), this->Process); !!!185602.cpp!!! Process() : void bbtkDebugMessageInc("Core",9, "bbitk::BinaryThresholdImageFilterGeneric::Process<" <()<<">()"< FilterType; typename FilterType::Pointer f = FilterType::New("Temp"); typedef T* TPointer; f->bbSetInputIn( this->bbGetInputIn().get < TPointer > () ); f->bbSetInputLowerThreshold ( (typename T::PixelType) this->bbGetInputLowerThreshold() ); f->bbSetInputUpperThreshold ( (typename T::PixelType) this->bbGetInputUpperThreshold() ); f->bbSetInputInsideValue ( (typename T::PixelType) this->bbGetInputInsideValue() ); f->bbSetInputOutsideValue ( (typename T::PixelType) this->bbGetInputOutsideValue() ); f->bbExecute(); f->bbGetOutputOut()->Register(); this->bbSetOutputOut( f->bbGetOutputOut() ); bbtkDebugDecTab("Core",9);