<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="color: black; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont">
I still remain in the position of being unable to build the VTK for my purposes.</div>
<div style="color: black; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont">
<br>
</div>
<div style="color: black; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont">
We am using the 64 bit TDM C++ compiler and need to compile into 64 bit Windows .dlls.</div>
<div style="color: black; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont">
<br>
</div>
<div style="color: black; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont">
Is it possible to organise this from the VTK team, for a public download?</div>
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> vtkusers <vtkusers-bounces@vtk.org> on behalf of vtkusers-request@vtk.org <vtkusers-request@vtk.org><br>
<b>Sent:</b> Friday, 21 December 2018 2:04 PM<br>
<b>To:</b> vtkusers@vtk.org<br>
<b>Subject:</b> vtkusers Digest, Vol 176, Issue 25</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send vtkusers mailing list submissions to<br>
        vtkusers@vtk.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://vtk.org/mailman/listinfo/vtkusers">https://vtk.org/mailman/listinfo/vtkusers</a><br>
or, via email, send a message with subject or body 'help' to<br>
        vtkusers-request@vtk.org<br>
<br>
You can reach the person managing the list at<br>
        vtkusers-owner@vtk.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of vtkusers digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Help with vtkInterpolateDataSetAttributes (David Thompson)<br>
   2. Install Mayavi for Python 3.7.1 in Windows 10 (Adriaan)<br>
   3. catastrophic error: cannot open source file<br>
      "vtkVolumeRayCastMIPFunction.h" (wtzou)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 20 Dec 2018 14:25:10 -0500<br>
From: David Thompson <david.thompson@kitware.com><br>
To: "Andrew E. Slaughter" <andrew.slaughter@inl.gov><br>
Cc: vtkusers <vtkusers@vtk.org><br>
Subject: Re: [vtkusers] Help with vtkInterpolateDataSetAttributes<br>
Message-ID: <FA8BB63D-8861-469E-A6B3-477C525474F0@kitware.com><br>
Content-Type: text/plain;       charset=us-ascii<br>
<br>
Hi Andrew,<br>
<br>
> The interpolation for point data is working great, I am working on making my script more robust before posting by including cell and global data to the interpolation. I also am interpolating all active data into a vtkMultiBlockDataSetAlgorithm so the end
 product will behave similarly as a vtkExodusIIReader object.<br>
> <br>
> Anyway, I can't get the cell data to interpolate. The point data is working fine (change the variable to 'point') to show this result.<br>
<br>
It would help to know more about what you hope to accomplish with the interpolation. If you are trying to compare field values (or differences between them) on different meshes, then maybe it would be appropriate as a first pass to use vtkCellCenters to get
 a location for each cell.<br>
<br>
You might also be interested in the vtkProbeFilter for projecting points (whether they are cell centers or original input points) from one dataset to another without writing a Python script that iterates over tuples.<br>
<br>
        David<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 20 Dec 2018 23:02:16 +0100<br>
From: Adriaan <adriaan.s@gmail.com><br>
To: vtkusers@vtk.org<br>
Subject: [vtkusers] Install Mayavi for Python 3.7.1 in Windows 10<br>
Message-ID: <440d8ddd-2973-cd93-5d3f-905f2c96c145@gmail.com><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Dear Kitware.<br>
<br>
I'm trying to install VTK for Python 3.7.1 on Windows 10 but running <br>
<<pip install vtk>> gives me<br>
<br>
<<<br>
Collecting vtk<br>
 ? Could not find a version that satisfies the requirement vtk (from <br>
versions: )<br>
No matching distribution found for vtk<br>
 >><br>
<br>
I installed VTK manually with <br>
<<<a href="https://www.vtk.org/files/release/7.1/vtkpython-7.1.1-Windows-64bit.exe">https://www.vtk.org/files/release/7.1/vtkpython-7.1.1-Windows-64bit.exe</a>>>
<br>
but it does not solve the problem.<br>
<br>
Running python --version returns Python 3.7.1 and running pip --version <br>
or pip3 --version returns pip 18.1 from <br>
c:\users\adria\appdata\local\programs\python\python37-32\lib\site-packages\pip <br>
(python 3.7).<br>
<br>
How do I solve this problem?<br>
<br>
Thanks,<br>
<br>
Adriaan<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 21 Dec 2018 11:04:22 +0800 (CST)<br>
From: wtzou <zwtfire@126.com><br>
To: vtkusers@vtk.org<br>
Subject: [vtkusers] catastrophic error: cannot open source file<br>
        "vtkVolumeRayCastMIPFunction.h"<br>
Message-ID: <4185bd91.2f1e.167ceb8932d.Coremail.zwtfire@126.com><br>
Content-Type: text/plain; charset="gbk"<br>
<br>
Hi,<br>
When I was using  molecular simulation software RASPA2, the error was met when compile the result visulization .cxx file.<br>
here is my selection while install VTK-8.1.2.<br>
 <br>
<br>
and this is the error information:<br>
<br>
<br>
what shall I do ?<br>
Thank you very much<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment.html">https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Screenshot from 2018-12-20 22-26-32.png<br>
Type: image/png<br>
Size: 153427 bytes<br>
Desc: not available<br>
URL: <<a href="https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment.png">https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment.png</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Screenshot from 2018-12-20 23-42-35.png<br>
Type: image/png<br>
Size: 65321 bytes<br>
Desc: not available<br>
URL: <<a href="https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment-0001.png">https://vtk.org/pipermail/vtkusers/attachments/20181221/46d512c6/attachment-0001.png</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers">https://vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
------------------------------<br>
<br>
End of vtkusers Digest, Vol 176, Issue 25<br>
*****************************************<br>
</div>
</span></font></div>
</body>
</html>