[Insight-developers] itkSetMacro() calls Modified()

Luis Ibanez ibanez at cs.unc.edu
Thu Sep 21 14:12:34 EDT 2000


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







More information about the Insight-developers mailing list