[Insight-users] Member that has the value of infinity for graph algorithms

Jim Miller millerjv at gmail.com
Mon May 29 09:34:55 EDT 2006


Many constants are defined in itk::NumericTraits which inherits from
std::numeric_limits

itk::NumericTraits<float>::max() will provide the largest floating point
value that can be represented.
itk::NumericTraits<float>::infinity() will provide the special infinity
value.



On 5/28/06, Sonali Barua <barua.sonali at gmail.com> wrote:
>
> Hello,
>
> Where can I find the constant value for INFINITY in ITK ?
>
> Sincerely,
>
> Sonali Barua.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060529/2950fda5/attachment-0001.htm


More information about the Insight-users mailing list