<div dir="ltr">This statement assigns the value of 1 to variable "label".  The value of NumericTraits<PixelType>::One is specific to the datatype PixelType.  For instance, For an integer type, NumericTraits<PixelType>::One will be 1. For a floating point type, it will be 1.0.  <div><br></div><div>Techniques like this are used in Generic Programming to initialize or assign a variable a value of the appropriate type (and avoid compiler warnings and performance associated with casting between types).</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 4:32 AM, Abdul Abdul <span dir="ltr"><<a href="mailto:abdul.sw84@gmail.com" target="_blank">abdul.sw84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello,<br><br></div>I came across the following statement:<br><br>PixelType label = itk::NumericTraits<PixelType>::One;<br><br></div>It seems to be related to numric traits, which I have visited its documentation website, <a href="http://www.itk.org/Doxygen/html/classitk_1_1NumericTraits.html" target="_blank">here</a>, but, yet, didn't get the idea of the statement.<br><br></div>Can you kindly just describe to me what the statement means?<br><br></div>Thanks.<br><div><div><div><br></div></div></div></div>
<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://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>