<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div dir="ltr"><div style="">How do I input the outputRegionForThread to an ITK filter in the Before call, send it to the ThreadedGenerateData call and afterwards send the result to the After call and output the filter?&nbsp;</div><div id="DWT202" style="">
<br></div></div></blockquote>Hi ,<br>As far as I understand you do not need to do anything special to do the pre and post multi-core operation. Just write the operations you want to do pre multi-core in BeforeThreadedGenerateData() and post multi-core in the AfterTHreadedGenerateData(). <br>ITK takes care of the rest. <br><br>Hope this helps <br>Vikash<br><br></div></body></html>