BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox);
//
-// The method void mySampleBoxWithITK::Process()
-// have a Template mechanisme and is implemented in the .h file
+// The method mySampleBoxWithITK::Process()
+// has a Template mechanism and is implemented in the .h file
//
{
// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX
-// Here we initialize the input 'In' to 0
+// Here we initialize the inputs 'Lower' and 'Upper'
mOutput = 0;
bbSetInputLower(200);
}
// EO namespace bbmySamplePackage
-