<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:Calibri;
color:windowtext;}
span.msoIns
{mso-style-type:export-only;
mso-style-name:"";
text-decoration:underline;
color:teal;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">The former. I’d like to move these functions (and workarounds for certain data types and compilers) into a header where they can be reused. Would it make sense to either template the existing
function in vtkMath or put the templated functions in a different header file?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-family:Calibri;color:black">From: </span>
</b><span style="font-family:Calibri;color:black">David Gobbi <david.gobbi@gmail.com><br>
<b>Date: </b>Tuesday, March 21, 2017 at 11:04 AM<br>
<b>To: </b>"Hahn, Steven E." <hahnse@ornl.gov><br>
<b>Cc: </b>vtkdev <vtk-developers@vtk.org><br>
<b>Subject: </b>Re: [vtk-developers] ready to branch for 8.0.0?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Typo: I meant to write "want the VTK codebase to stop using them".<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, Mar 21, 2017 at 9:03 AM, David Gobbi <<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<p class="MsoNormal">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?
<o:p></o:p></p>
<div>
<div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, Mar 21, 2017 at 8:31 AM, Hahn, Steven E. <<a href="mailto:hahnse@ornl.gov" target="_blank">hahnse@ornl.gov</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">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" target="_blank">https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkDataArrayPrivate.txx#L58</a><br>
<br>
isinf<br>
<a href="https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkDataArrayPrivate.txx#L98" target="_blank">https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkDataArrayPrivate.txx#L98</a><br>
<br>
isnan<br>
<a href="https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkGenericDataArrayLookupHelper.h#L56" target="_blank">https://gitlab.kitware.com/vtk/vtk/blob/3c479cfe4ab201f74642ef0973ae65ebb96dcab2/Common/Core/vtkGenericDataArrayLookupHelper.h#L56</a><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
On 3/21/17, 9:24 AM, "vtk-developers on behalf of Cory Quammen" <<a href="mailto:vtk-developers-bounces@vtk.org" target="_blank">vtk-developers-bounces@vtk.org</a> on behalf of
<a href="mailto:cory.quammen@kitware.com" target="_blank">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" target="_blank">
https://gitlab.kitware.com/vtk/vtk/merge_requests/1455</a><br>
<a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/917" target="_blank">
https://gitlab.kitware.com/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/" 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" target="_blank">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: <a href="tel:(518)%20881-4909" target="_blank">518-881-4909</a><o:p></o:p></p>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>