<div dir="ltr">Not clear what you mean here.  Do you want to template the IsInf, IsNan, and IsFinite methods in vtkMath, or do you want to VTK codebase to stop using them?<div><br></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 8:31 AM, Hahn, Steven E. <span dir="ltr"><<a href="mailto:hahnse@ornl.gov" target="_blank">hahnse@ornl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There are templated min, max, isinf, and isnan functions scattered around the VTK codebase. Is this a good time to replace the (slower?) functions in vtkMath.h that require a conversion to double?<br>
<br>
Steven<br>
<br>
min, max<br>
<a href="https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkDataArrayPrivate.txx#L58" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/blob/<wbr>3c479cfe4ab201f74642ef0973ae65<wbr>ebb96dcab2/Common/Core/<wbr>vtkDataArrayPrivate.txx#L58</a><br>
<br>
isinf<br>
<a href="https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkDataArrayPrivate.txx#L98" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/blob/<wbr>3c479cfe4ab201f74642ef0973ae65<wbr>ebb96dcab2/Common/Core/<wbr>vtkDataArrayPrivate.txx#L98</a><br>
<br>
isnan<br>
<a href="https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkGenericDataArrayLookupHelper.h#L56" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/blob/<wbr>3c479cfe4ab201f74642ef0973ae65<wbr>ebb96dcab2/Common/Core/<wbr>vtkGenericDataArrayLookupHelpe<wbr>r.h#L56</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 3/21/17, 9:24 AM, "vtk-developers on behalf of Cory Quammen" <<a href="mailto:vtk-developers-bounces@vtk.org">vtk-developers-bounces@vtk.<wbr>org</a> on behalf of <a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>> wrote:<br>
<br>
    Dave,<br>
<br>
    VTK 8.0.0 seems like a good target for some of the bigger API change<br>
    merge requests that have been put off for a while Examples include:<br>
<br>
    <a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/1455" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/merge_requests/1455</a><br>
    <a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/917" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/merge_requests/917</a><br>
<br>
    If we are aspiring toward using semantic versioning [1], now would be<br>
    the time to make such API changes. And document them nicely as well,<br>
    of course.<br>
<br>
    Thanks,<br>
    Cory<br>
<br>
    [1] <a href="http://semver.org/" rel="noreferrer" target="_blank">http://semver.org/</a><br>
<br>
    On Mon, Mar 20, 2017 at 5:39 PM, David E DeMarle<br>
    <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>> wrote:<br>
    > Hi,<br>
    ><br>
    > Does anyone have work in progress that should delay the branch point for<br>
    > 8.0.0?<br>
    ><br>
    > If so, please add the 8.0.0 milestone on any relevant merge requests<br>
    > and @mention ben.beockel, demarle, and chuck.atkins so they can be more<br>
    > easily tracked.<br>
    ><br>
    > We are hoping to get 8.0.0 started by April 3, 2017.<br>
    ><br>
    > Thanks,<br>
    ><br>
    > The VTK Maintenance Team<br>
    ><br>
    > David E DeMarle<br>
    > Kitware, Inc.<br>
    > R&D Engineer<br>
    > 21 Corporate Drive<br>
    > Clifton Park, NY 12065-8662<br>
    > Phone: 518-881-4909<br></div></div></blockquote></div></div></div></div>