<div>Thanks for the email.</div>
<div>&nbsp;</div>
<div>I would like to know if there are additional things to do before compiling ITK with ICC.</div>
<div>I just set these environment flags CC=icc, CXX=icpc before using ccmake to configure, and generate the Makefile.</div>
<div>&nbsp;</div>
<div>And this produced some warnings such as ,</div>
<div>&nbsp;</div>
<div>/InsightToolkit-3.6.0/Utilities/vxl/core/vnl/vnl_vector.h(37): warning #1268: support for exported templates is disabled<br>&nbsp; export template &lt;class T&gt; class vnl_matrix;<br>&nbsp; ^</div>
<div>/InsightToolkit-3.6.0/Utilities/vxl/core/vnl/vnl_vector.h(534): warning #1268: support for exported templates is disabled<br>&nbsp; export template &lt;class T&gt; vcl_ostream&amp; operator&lt;&lt;(vcl_ostream &amp;, vnl_vector&lt;T&gt; const&amp;);<br>
&nbsp; ^</div>
<div>/InsightToolkit-3.6.0/Utilities/vxl/core/vnl/vnl_vector.h(537): warning #1268: support for exported templates is disabled<br>&nbsp; export template &lt;class T&gt; vcl_istream&amp; operator&gt;&gt;(vcl_istream &amp;, vnl_vector&lt;T&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;);<br>
&nbsp; ^</div>
<div>&nbsp;</div>
<div>...</div>
<div>&nbsp;</div>
<div>with -export option, compilation fails...</div>
<div>&nbsp;</div>
<div>Thanks<br><br></div>
<div class="gmail_quote">On Wed, May 21, 2008 at 10:06 AM, Luca Pamparana &lt;<a href="mailto:luca.pamparana@gmail.com">luca.pamparana@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi everyone,<br><br>Is it possible to use the itk::OrientImageFilter with 4 dimensional data (3D + time). Basically, I want to reorient the three space axes accordingly and leave the time axes unchanged. Is there a way to achieve this with the itk::OrientImageFilter?<br>
<br>Currently, when I try it, I am getting the following error messages:<br><br>/usr/local/include/InsightToolkit/BasicFilters/itkOrientImageFilter.txx: In member function &#39;void itk::OrientImageFilter&lt;TInputImage, TOutputImage&gt;::GenerateOutputInformation() [with TInputImage = itk::Image&lt;double, 4u&gt;, TOutputImage = itk::Image&lt;double, 4u&gt;]&#39;:<br>
<br>error: no matching function for call to &#39;itk::SpatialOrientationAdapter::FromDirectionCosines(const itk::Matrix&lt;double, 4u, 4u&gt;&amp;)<br><br>Thanks,<br><font color="#888888"><br>Luca<br></font><br>_______________________________________________<br>
Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>