Hi About the "Modified()" method : It is already called in itkSetMacro(), so if you change the filter parameters using e.g. SetMacro( Sigma, float ); The code generated by this macro will set the new value and call Modified(). Luis