<div dir="ltr"><div>Dear ITK,</div><div> </div><div>   I have using ITK to develop and learn image registration. Currently,</div><div>I am trying to incorporate penalty term into B-spline registration. I create</div><div>a class (called itk::ImageToImageMultiMetric) derived from itk::ImageToImageMetric </div>
<div>to add the normal similarity metric (like MSE or MI) and the penalty term. </div><div>I need to override some functions in itk::ImageToImageMetric. Nearly all of the </div><div>functions can  be overriden except SetFixedImageRegion(). I currently just work around it.</div>
<div>I wonder whether it is possible to make the function &#39;virtual&#39; so I can easily override it</div><div>and reduce the current complicated work-around.</div><div> </div><div>Thank you very much,</div><div> </div>
<div>Best regards,</div><div> </div><div>Sureerat</div></div>