<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Ramon,<div><br></div><div>Thanks for taking the time to past the patch for this filter.</div><div><br></div><div>Just a quick comment: It looks like you added a new needed preprocessor definition. Why not just use the "ITK_VERSION_MAJOR" definition for itkVersoin.h? Something like the following:</div><div><br></div><div>#if ITK_VERSION_MAJOR &lt; 4</div><div>// Do old ITKv3 stuff</div><div>#else</div><div>// Do new ITKv4 stuff</div><div>#endif</div><div><br></div><div>Thanks,</div><div>Brad</div><div><br><div><div>On Mar 27, 2012, at 10:20 AM, Ramón Casero Cañas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Hi all,<br><br>Please find attached a patch to enable compilation of <br>itkAnisotropicDiffusionVesselEnhancementImageFilter.h (published in The <br>Insight Journal)<br><br><a href="http://hdl.handle.net/1926/558">http://hdl.handle.net/1926/558</a><br><br>in ITK v4.x. As far as I can see, this filter is not part of ITK, so it <br>hasn't been upgraded.<br><br>If the compiler passes the preprocessor macro ITK3, then the code for <br>ITK v3.x gets compiled. Otherwise, the code is compiled for ITK v4.x.<br><br>Best regards,<br><br>Ramon.<br><br>-- <br>Dr. Ramón Casero Cañas<br><br>Computational Biology<br>Department of Computer Science<br>University of Oxford<br>Wolfson Building, Parks Rd<br>Oxford OX1 3QD<br><br>tlf &nbsp;&nbsp;&nbsp;&nbsp;+44 (0) 1865 610737<br>web &nbsp;&nbsp;&nbsp;&nbsp;http://www.cs.ox.ac.uk/people/Ramon.CaseroCanas<br>photos &nbsp;http://www.flickr.com/photos/rcasero/<br><span>&lt;VEDfilter-update-ITK-v4.diff&gt;</span>_____________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at<br>http://www.kitware.com/opensource/opensource.html<br><br>Kitware offers ITK Training Courses, for more information visit:<br>http://www.kitware.com/products/protraining.php<br><br>Please keep messages on-topic and check the ITK FAQ at:<br>http://www.itk.org/Wiki/ITK_FAQ<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-users<br></div></blockquote></div><br><div>
<span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>