<font><font face="verdana,sans-serif">You are probably missing the line:</font></font><div><span style="font-family:monospace;font-size:14px;line-height:19px;background-color:rgb(255,255,255)">#include &lt;</span><a class="el" href="http://www.itk.org/Doxygen/html/itkOrientImageFilter_8h_source.html" style="color:rgb(70,101,162);font-weight:bold;text-decoration:none;font-family:monospace;font-size:14px;line-height:19px;background-color:rgb(255,255,255)">itkOrientImageFilter.h</a><span style="font-family:monospace;font-size:14px;line-height:19px;background-color:rgb(255,255,255)">&gt;</span><font><font face="verdana,sans-serif"><br>

</font></font><br><div class="gmail_quote">On Fri, Oct 26, 2012 at 9:55 AM, wydesenej <span dir="ltr">&lt;<a href="mailto:wydesenej@gmail.com" target="_blank">wydesenej@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi.<br>
<br>
I want to read Image Orientation from input file as shown in example of<br>
using filter itk::OrientImageFilter<br>
( <a href="http://www.itk.org/Doxygen/html/classitk_1_1OrientImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1OrientImageFilter.html</a> )<br>
<br>
EXAMPLE:<br>
itk::SpatialOrientation::ValidCoordinateOrientationFlags fileOrientation;<br>
itk::ExposeMetaData&lt;itk::SpatialOrientation::ValidCoordinateOrientationFlags&gt;<br>
<br>
(rval-&gt;GetMetaDataDictionary(),itk::ITK_CoordinateOrientation,fileOrientation);<br>
<br>
But i got this error:<br>
error: ‘ITK_CoordinateOrientation’ is not a member of ‘itk’<br>
<br>
Any ideas how to delat with this error please?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/ITK-CoordinateOrientation-tp29833.html" target="_blank">http://itk-users.7.n7.nabble.com/ITK-CoordinateOrientation-tp29833.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div>