<div dir="ltr">Hi All,<div>         I have a set of points in the form of (x1, y1, z1), (x2, y2, z3), .... (xn, yn, zn), i have to replace these points by new points (m1, n1, o1), (m2, n2, o2)....... (mN, nN, oN), anybody can suggest me how to do this?</div>
<div><br></div><div><br></div><div>david<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 16, 2013 at 4:53 PM,  <span dir="ltr">&lt;<a href="mailto:vtkusers-request@vtk.org" target="_blank">vtkusers-request@vtk.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Send vtkusers mailing list submissions to<br>
        <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:vtkusers-request@vtk.org">vtkusers-request@vtk.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:vtkusers-owner@vtk.org">vtkusers-owner@vtk.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of vtkusers digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Problem of writing vtp file (Bill Lorensen)<br>
   2. Re: Problem of writing vtp file (Chenxi Zhang)<br>
   3. Re: Kitware release (Sebastien Jourdain)<br>
   4. Sorry (Altamash Abbasi)<br>
   5. crash after switching to vtk6 release mode (from vtk5)    of<br>
      QVTKWidget (curator)<br>
   6. Error . . . (Altamash Abbasi)<br>
   7. Re: Error . . . (David Cole)<br>
   8. Re: Error . . . (Brooke Steele)<br>
   9. Re: Error . . . (Altamash Abbasi)<br>
  10. QT+VTK (Altamash Abbasi)<br>
  11. Re: QT+VTK (curator)<br>
  12. Re: QT+VTK (Gib Bogle)<br>
  13. Re: QT+VTK (Altamash Abbasi)<br>
  14. Re: QT+VTK (curator)<br>
  15. Re: QT+VTK (Altamash Abbasi)<br>
  16. Re: crash after switching to vtk6 release mode (from vtk5) of<br>
      QVTKWidget [update] (curator)<br>
  17. Re: QT+VTK (David E DeMarle)<br>
  18. Re: QT+VTK (Christopher Mullins)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 15 Aug 2013 23:11:09 -0400<br>
From: Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] Problem of writing vtp file<br>
To: Chenxi Zhang &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;<br>
Cc: VTK Users &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CADZJ4hNfchgtL77CfcoMw6NBzchSHULD1RFwbLEyPYPXRFJdWQ@mail.gmail.com">CADZJ4hNfchgtL77CfcoMw6NBzchSHULD1RFwbLEyPYPXRFJdWQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;gb2312&quot;<br>
<br>
See:<br>
<a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals</a><br>
<br>
<br>
<br>
On Thu, Aug 15, 2013 at 10:29 PM, Chenxi Zhang &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;wrote:<br>
<br>
&gt; HI,<br>
&gt;<br>
&gt;    my result vtp file is as following:<br>
&gt;<br>
&gt; &lt;?xml version=&quot;1.0&quot;?&gt;<br>
&gt; &lt;VTKFile type=&quot;PolyData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;<br>
&gt; compressor=&quot;vtkZLibDataCompressor&quot;&gt;<br>
&gt;   &lt;PolyData&gt;<br>
&gt;     &lt;Piece NumberOfPoints=&quot;9617&quot;                 NumberOfVerts=&quot;0&quot;<br>
&gt;            NumberOfLines=&quot;0&quot;                    NumberOfStrips=&quot;0&quot;<br>
&gt;            NumberOfPolys=&quot;0&quot;                   &gt;<br>
&gt;       &lt;PointData&gt;<br>
&gt;       &lt;/PointData&gt;<br>
&gt;       &lt;CellData&gt;<br>
&gt;       &lt;/CellData&gt;<br>
&gt;       &lt;Points&gt;<br>
&gt;         &lt;DataArray type=&quot;Float32&quot; Name=&quot;Points&quot; NumberOfComponents=&quot;3&quot;<br>
&gt; format=&quot;appended&quot; RangeMin=&quot;63.129833223&quot;         RangeMax=&quot;85.854495209&quot;<br>
&gt;       offset=&quot;0&quot;                   /&gt;<br>
&gt;       &lt;/Points&gt;<br>
&gt;       &lt;Verts&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27368&quot;               /&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27384&quot;               /&gt;<br>
&gt;       &lt;/Verts&gt;<br>
&gt;       &lt;Lines&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27400&quot;               /&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27416&quot;               /&gt;<br>
&gt;       &lt;/Lines&gt;<br>
&gt;       &lt;Strips&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27432&quot;               /&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27448&quot;               /&gt;<br>
&gt;       &lt;/Strips&gt;<br>
&gt;       &lt;Polys&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27464&quot;               /&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot;<br>
&gt; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;<br>
&gt; offset=&quot;27480&quot;               /&gt;<br>
&gt;       &lt;/Polys&gt;<br>
&gt;     &lt;/Piece&gt;<br>
&gt;   &lt;/PolyData&gt;<br>
&gt;   &lt;AppendedData encoding=&quot;base64&quot;&gt;<br>
&gt;<br>
&gt; my vtp file missed the information:<br>
&gt;<br>
&gt;         &lt;PointData Normals=&quot;Normals&quot;&gt;<br>
&gt;<br>
&gt;         &lt;DataArray type=&quot;Float32&quot; Name=&quot;Normals&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.9999999539&quot;         RangeMax=&quot;1.0000000487&quot;         offset=&quot;0&quot;                   /&gt;<br>

&gt;<br>
&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;vtkOriginalPointIds&quot; format=&quot;appended&quot; RangeMin=&quot;0&quot;                    RangeMax=&quot;128448&quot;               offset=&quot;1541392&quot;             /&gt;<br>

&gt;<br>
&gt;<br>
&gt;    How can I add the normal information?  In the example<br>
&gt; <a href="http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP</a>, the method for adding<br>
&gt; normal is not mentioned.<br>
&gt;<br>
&gt;     Thanks<br>
&gt;<br>
&gt; Chenxi<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -----????-----<br>
&gt; *???:* &quot;Bill Lorensen&quot; &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt; *????:* 2013?8?16? ???<br>
&gt; *???:* &quot;Chenxi Zhang&quot; &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;<br>
&gt; *??:* &quot;VTK Users&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
&gt; *??:* Re: [vtkusers] Problem of writing vtp file<br>
&gt;<br>
&gt;<br>
&gt; What is wrong with the file create?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Aug 15, 2013 at 12:43 PM, Chenxi Zhang &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; HI<br>
&gt;&gt;<br>
&gt;&gt;    I have a set of points.I want to creat a vtp file like that:<br>
&gt;&gt;<br>
&gt;&gt;  &lt;VTKFile type=&quot;PolyData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>
&gt;&gt;   &lt;PolyData&gt;<br>
&gt;&gt;<br>
&gt;&gt;     &lt;Piece NumberOfPoints=&quot;128449&quot;               NumberOfVerts=&quot;128449&quot;               NumberOfLines=&quot;0&quot;                    NumberOfStrips=&quot;0&quot;                    NumberOfPolys=&quot;0&quot;                   &gt;<br>

&gt;&gt;       &lt;PointData Normals=&quot;Normals&quot;&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Float32&quot; Name=&quot;Normals&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.9999999539&quot;         RangeMax=&quot;1.0000000487&quot;         offset=&quot;0&quot;                   /&gt;<br>

&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;vtkOriginalPointIds&quot; format=&quot;appended&quot; RangeMin=&quot;0&quot;                    RangeMax=&quot;128448&quot;               offset=&quot;1541392&quot;             /&gt;<br>

&gt;&gt;       &lt;/PointData&gt;<br>
&gt;&gt;       &lt;CellData&gt;<br>
&gt;&gt;       &lt;/CellData&gt;<br>
&gt;&gt;       &lt;Points&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Float32&quot; Name=&quot;Points&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.0080462906331&quot;      RangeMax=&quot;0.11603941536&quot;        offset=&quot;2055192&quot;             /&gt;<br>

&gt;&gt;       &lt;/Points&gt;<br>
&gt;&gt;       &lt;Verts&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;3596584&quot;             /&gt;<br>

&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4110384&quot;             /&gt;<br>

&gt;&gt;       &lt;/Verts&gt;<br>
&gt;&gt;       &lt;Lines&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624184&quot;             /&gt;<br>

&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624188&quot;             /&gt;<br>

&gt;&gt;       &lt;/Lines&gt;<br>
&gt;&gt;       &lt;Strips&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624192&quot;             /&gt;<br>

&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624196&quot;             /&gt;<br>

&gt;&gt;       &lt;/Strips&gt;<br>
&gt;&gt;       &lt;Polys&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624200&quot;             /&gt;<br>

&gt;&gt;<br>
&gt;&gt;         &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624204&quot;             /&gt;<br>

&gt;&gt;       &lt;/Polys&gt;<br>
&gt;&gt;     &lt;/Piece&gt;<br>
&gt;&gt;   &lt;/PolyData&gt;<br>
&gt;&gt;   &lt;AppendedData encoding=&quot;raw&quot;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    I followed the example:<br>
&gt;&gt;    <a href="http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP</a>,<br>
&gt;&gt;    but I can&#39;t creat the vtp like the above.<br>
&gt;&gt;<br>
&gt;&gt;    Could you please tell me what went wrong?<br>
&gt;&gt;<br>
&gt;&gt;    Thanks a lot.<br>
&gt;&gt;<br>
&gt;&gt; Chenxi<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130815/bcec5fc0/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130815/bcec5fc0/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 16 Aug 2013 11:45:42 +0800 (CST)<br>
From: &quot;Chenxi Zhang&quot; &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;<br>
Subject: Re: [vtkusers] Problem of writing vtp file<br>
To: &quot;Bill Lorensen&quot; &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
Cc: VTK Users &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;24235800.7385011376624742602.JavaMail.coremail@app1&gt;<br>
Content-Type: text/plain; charset=&quot;gbk&quot;<br>
<br>
HI<br>
<br>
   Thanks,Bill.<br>
<br>
<br>
Following <a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals</a>, I can find normals in vtp, but the Range is too large:<br>

&lt;DataArray type=&quot;Float64&quot; Name=&quot;Normals_&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;1&quot;                    RangeMax=&quot;1.0872842531e+067&quot;    offset=&quot;0&quot;  /&gt;<br>

<br>
<br>
How can set the range small like &quot;RangeMin=&quot;0.9999999539&quot;         RangeMax=&quot;1.0000000487&quot;&quot;<br>
<br>
<br>
Besides, there is still no vtkOriginalPointIds like:<br>
&lt;DataArray type=&quot;Int32&quot; Name=&quot;vtkOriginalPointIds&quot; format=&quot;appended&quot; RangeMin=&quot;0&quot;                    RangeMax=&quot;128448&quot;               offset=&quot;1541392&quot;             /&gt;<br>

<br>
<br>
My code is as following:<br>
<br>
     vtkSmartPointer&lt;vtkPoints&gt; pointsSource =<br>
  vtkSmartPointer&lt;vtkPoints&gt;::New();<br>
       ......<br>
<br>
<br>
     vtkPolyData* pointsTemp=vtkPolyData::New();<br>
     pointsTemp-&gt;SetPoints(pointsSource);<br>
<br>
<br>
  //Set point normals<br>
     vtkSmartPointer&lt;vtkDoubleArray&gt; pointNormalsArray =<br>
     vtkSmartPointer&lt;vtkDoubleArray&gt;::New();<br>
     pointNormalsArray-&gt;SetNumberOfComponents(3); //3d normals (ie x,y,z)<br>
     pointNormalsArray-&gt;SetNumberOfTuples(pointsTemp-&gt;GetNumberOfPoints());<br>
<br>
<br>
  // Construct the normal vectors<br>
    double pN1[3] = {1.0, 0.0, 0.0};<br>
    double pN2[3] = {0.0, 1.0, 0.0};<br>
    double pN3[3] = {0.0, 0.0, 1.0};<br>
<br>
  // Add the data to the normals array<br>
    pointNormalsArray-&gt;SetTuple(0, pN1) ;<br>
    pointNormalsArray-&gt;SetTuple(1, pN2) ;<br>
    pointNormalsArray-&gt;SetTuple(2, pN3) ;<br>
<br>
  // Add the normals to the points in the polydata<br>
    pointsTemp-&gt;GetPointData()-&gt;SetNormals(pointNormalsArray);<br>
<br>
<br>
    vtkSmartPointer&lt;vtkXMLPolyDataWriter&gt; writerTemp3 =<br>
    vtkSmartPointer&lt;vtkXMLPolyDataWriter&gt;::New();<br>
<br>
    writerTemp3-&gt;SetInput(pointsTemp);<br>
    writerTemp3-&gt;SetFileName(&quot;test3.vtp&quot;);<br>
    writerTemp3-&gt;Write();<br>
<br>
<br>
     Thank you very much!<br>
<br>
<br>
Chenxi<br>
<br>
<br>
-----????-----<br>
???: &quot;Bill Lorensen&quot; &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
????: 2013?8?16? ???<br>
???: &quot;Chenxi Zhang&quot; &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;<br>
??: &quot;VTK Users&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
??: Re: Re: [vtkusers] Problem of writing vtp file<br>
<br>
<br>
See:<br>
<a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataPointNormals</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
On Thu, Aug 15, 2013 at 10:29 PM, Chenxi Zhang &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt; wrote:<br>
<br>
HI,<br>
<br>
   my result vtp file is as following:<br>
<br>
<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;VTKFile type=&quot;PolyData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot; compressor=&quot;vtkZLibDataCompressor&quot;&gt;<br>
  &lt;PolyData&gt;<br>
    &lt;Piece NumberOfPoints=&quot;9617&quot;                 NumberOfVerts=&quot;0&quot;                    NumberOfLines=&quot;0&quot;                    NumberOfStrips=&quot;0&quot;                    NumberOfPolys=&quot;0&quot;                   &gt;<br>

      &lt;PointData&gt;<br>
      &lt;/PointData&gt;<br>
      &lt;CellData&gt;<br>
      &lt;/CellData&gt;<br>
      &lt;Points&gt;<br>
        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Points&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;63.129833223&quot;         RangeMax=&quot;85.854495209&quot;         offset=&quot;0&quot;                   /&gt;<br>

      &lt;/Points&gt;<br>
      &lt;Verts&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27368&quot;               /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27384&quot;               /&gt;<br>

      &lt;/Verts&gt;<br>
      &lt;Lines&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27400&quot;               /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27416&quot;               /&gt;<br>

      &lt;/Lines&gt;<br>
      &lt;Strips&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27432&quot;               /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27448&quot;               /&gt;<br>

      &lt;/Strips&gt;<br>
      &lt;Polys&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27464&quot;               /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;27480&quot;               /&gt;<br>

      &lt;/Polys&gt;<br>
    &lt;/Piece&gt;<br>
  &lt;/PolyData&gt;<br>
  &lt;AppendedData encoding=&quot;base64&quot;&gt;<br>
<br>
<br>
my vtp file missed the information:<br>
<br>
        &lt;PointData Normals=&quot;Normals&quot;&gt;<br>
        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Normals&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.9999999539&quot;         RangeMax=&quot;1.0000000487&quot;         offset=&quot;0&quot;                   /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;vtkOriginalPointIds&quot; format=&quot;appended&quot; RangeMin=&quot;0&quot;                    RangeMax=&quot;128448&quot;               offset=&quot;1541392&quot;             /&gt;<br>

<br>
<br>
<br>
   How can I add the normal information?  In the example <a href="http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP</a>, the method for adding normal is not mentioned.<br>

<br>
<br>
    Thanks<br>
<br>
<br>
Chenxi<br>
<br>
<br>
<br>
<br>
<br>
<br>
-----????-----<br>
???: &quot;Bill Lorensen&quot; &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
????: 2013?8?16? ???<br>
???: &quot;Chenxi Zhang&quot; &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt;<br>
??: &quot;VTK Users&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
??: Re: [vtkusers] Problem of writing vtp file<br>
<br>
<br>
<br>
What is wrong with the file create?<br>
<br>
<br>
<br>
<br>
<br>
On Thu, Aug 15, 2013 at 12:43 PM, Chenxi Zhang &lt;<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>&gt; wrote:<br>
HI<br>
<br>
   I have a set of points.I want to creat a vtp file like that:<br>
<br>
 &lt;VTKFile type=&quot;PolyData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>
  &lt;PolyData&gt;<br>
    &lt;Piece NumberOfPoints=&quot;128449&quot;               NumberOfVerts=&quot;128449&quot;               NumberOfLines=&quot;0&quot;                    NumberOfStrips=&quot;0&quot;                    NumberOfPolys=&quot;0&quot;                   &gt;<br>

      &lt;PointData Normals=&quot;Normals&quot;&gt;<br>
        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Normals&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.9999999539&quot;         RangeMax=&quot;1.0000000487&quot;         offset=&quot;0&quot;                   /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;vtkOriginalPointIds&quot; format=&quot;appended&quot; RangeMin=&quot;0&quot;                    RangeMax=&quot;128448&quot;               offset=&quot;1541392&quot;             /&gt;<br>

      &lt;/PointData&gt;<br>
      &lt;CellData&gt;<br>
      &lt;/CellData&gt;<br>
      &lt;Points&gt;<br>
        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Points&quot; NumberOfComponents=&quot;3&quot; format=&quot;appended&quot; RangeMin=&quot;0.0080462906331&quot;      RangeMax=&quot;0.11603941536&quot;        offset=&quot;2055192&quot;             /&gt;<br>

      &lt;/Points&gt;<br>
      &lt;Verts&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;3596584&quot;             /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4110384&quot;             /&gt;<br>

      &lt;/Verts&gt;<br>
      &lt;Lines&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624184&quot;             /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624188&quot;             /&gt;<br>

      &lt;/Lines&gt;<br>
      &lt;Strips&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624192&quot;             /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624196&quot;             /&gt;<br>

      &lt;/Strips&gt;<br>
      &lt;Polys&gt;<br>
        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624200&quot;             /&gt;<br>

        &lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot; format=&quot;appended&quot; RangeMin=&quot;&quot;                     RangeMax=&quot;&quot;                     offset=&quot;4624204&quot;             /&gt;<br>

      &lt;/Polys&gt;<br>
    &lt;/Piece&gt;<br>
  &lt;/PolyData&gt;<br>
  &lt;AppendedData encoding=&quot;raw&quot;&gt;<br>
<br>
   I followed the example:<br>
   <a href="http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP</a>,<br>
   but I can&#39;t creat the vtp like the above.<br>
<br>
   Could you please tell me what went wrong?<br>
<br>
   Thanks a lot.<br>
<br>
Chenxi<br>
<br>
<br>
<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 <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/586356d8/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/586356d8/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 16 Aug 2013 00:21:17 -0400<br>
From: Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;<br>
Subject: Re: [vtkusers] Kitware release<br>
To: Max &lt;<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>&gt;<br>
Cc: vtkusers &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CABObKxeBUPya_oPtgTNTuQcCbqipyATUWBwVJ3x5zWJ5Jkm=<a href="mailto:yQ@mail.gmail.com">yQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I don&#39;t think there is any plan for an activiz release soon.<br>
<br>
<br>
On Thu, Aug 15, 2013 at 9:44 PM, Max &lt;<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi Seb<br>
&gt; I get it from <a href="http://www.kitware.com/opensource/avdownload.php" target="_blank">http://www.kitware.com/opensource/avdownload.php</a><br>
&gt; I talked about kitware activiz release.<br>
&gt;<br>
&gt; Max<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <a href="http://vtk.1045678.n5.nabble.com/Kitware-release-tp5722806p5722808.html" target="_blank">http://vtk.1045678.n5.nabble.com/Kitware-release-tp5722806p5722808.html</a><br>
&gt; Sent from the VTK - Users mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/eae01a33/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/eae01a33/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 16 Aug 2013 12:05:51 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: [vtkusers] Sorry<br>
To: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CACmdbMMTJuG-4_Z%2BNOtiHb8CyPTLbvA_4r8STYaWjuy9O_56yA@mail.gmail.com">CACmdbMMTJuG-4_Z+NOtiHb8CyPTLbvA_4r8STYaWjuy9O_56yA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
My brother asked me to say sorry to David . . . He gave me a lecture . . .<br>
I know i&#39;m not a big man . . . So David Sorry to you . . . There is nothing<br>
bad about you in my heart . . . I&#39;m an undergrad student  ,very new to VTK<br>
and was unable to solved the problems that&#39;s why i was too much worried<br>
because my project was not working . . .<br>
<br>
Regards<br>
Altamash Abbasi<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/f6717a52/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/f6717a52/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 16 Aug 2013 14:50:11 +0200<br>
From: curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt;<br>
Subject: [vtkusers] crash after switching to vtk6 release mode (from<br>
        vtk5)   of QVTKWidget<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:520E2003.2050208@gmx.de">520E2003.2050208@gmx.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed<br>
<br>
Dear all,<br>
<br>
I have quite a huge User Interface constructed with qt4 und vtk5 by<br>
basically using the QVTKWidget for showing the vtk stuff.<br>
<br>
In order to be up-to-date, I decided to port my code to qt5 and vtk6.<br>
After trying to build the libraries from source, I finally got a working<br>
version without to much modifications of my code.<br>
<br>
I am working in windows with VS2010 and everything works now in debug<br>
mode. Unfortunaly, as soon as I build my code in release mode, my gui<br>
crashes as soon as qt tries to add the vtk widget. Well, as I said, it<br>
is quite a huge amount of code an it is really hard to write an minimal<br>
example, especially with qt.<br>
<br>
Therefore, I add the first part the constructor of my class that<br>
directly inherits from QVTKWidget<br>
&gt; My_Widget::My_Widget(QWidget  *i_Parent):QVTKWidget(i_Parent)<br>
&gt; {<br>
&gt;     m_vtkRenderWindow = vtkRenderWindow::New();<br>
&gt;<br>
&gt;     this-&gt;SetRenderWindow(m_vtkRenderWindow); // (*)<br>
&gt;<br>
&gt;     m_vtkRenderer = vtkRenderer::New();<br>
&gt;<br>
&gt;     m_vtkRenderWindow-&gt;AddRenderer(m_vtkRenderer);<br>
&gt;<br>
&gt;     vtkEventQtSlotConnect *t_connections = vtkEventQtSlotConnect::New();<br>
&gt;     t_connections-&gt;Connect( this-&gt;GetRenderWindow()-&gt;GetInteractor(),<br>
&gt;                               vtkCommand::RenderEvent ,<br>
&gt;                               this,<br>
&gt;                               SLOT(render()));<br>
<br>
When I add this widget to the GUI with<br>
&gt; m_MainLayout-&gt;addWidget(m_VTKWidget);<br>
that is exactly the line where the code crashes. After commenting out<br>
the constructor starting from line // (*), the widget can be added, but<br>
crashed afterwords. So I guess I would start investigating here, but I<br>
have no further idea.<br>
<br>
Does anyone have a good idea to start?<br>
<br>
I would be happy to debug, but as I said, the crash does not occur in<br>
debug mode.<br>
<br>
kind regards,<br>
curator<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 16 Aug 2013 14:59:32 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: [vtkusers] Error . . .<br>
To: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CACmdbMP4isnw1C%2B2U6wbYX1BuvWi5%2BcSxA39-9Pa52K95QvNrQ@mail.gmail.com">CACmdbMP4isnw1C+2U6wbYX1BuvWi5+cSxA39-9Pa52K95QvNrQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
ERROR: In<br>
/home/stame1/software/VTK6.0.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,<br>
line 383<br>
vtkXOpenGLRenderWindow (0x13fe360): Could not find a decent visual<br>
<br>
Whats the solution of this Error . . .<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/011b74bd/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/011b74bd/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 16 Aug 2013 09:48:51 -0400 (EDT)<br>
From: David Cole &lt;<a href="mailto:dlrdave@aol.com">dlrdave@aol.com</a>&gt;<br>
Subject: Re: [vtkusers] Error . . .<br>
To: <a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>, <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:8D0689E79988CCF-1A60-3A8AF@webmail-m128.sysops.aol.com">8D0689E79988CCF-1A60-3A8AF@webmail-m128.sysops.aol.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;; format=flowed<br>
<br>
&gt; Xlib: ?extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; ERROR: In<br>
/home/stame1/software/VTK6.0.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cx<br>
x, line 383<br>
&gt; vtkXOpenGLRenderWindow (0x13fe360): Could not find a decent visual<br>
&gt;<br>
&gt;<br>
&gt; Whats the solution of this Error . . .<br>
&gt;<br>
<br>
<br>
<a href="https://www.google.com/search?q=Xlib%3A++extension+%22GLX%22+missing+on+display+%22%3A0%22" target="_blank">https://www.google.com/search?q=Xlib%3A++extension+%22GLX%22+missing+on+display+%22%3A0%22</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Fri, 16 Aug 2013 09:54:40 -0400<br>
From: Brooke Steele &lt;<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] Error . . .<br>
To: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CANu0A+XebY283y=aWHF4qFsbfiDt=<a href="mailto:XMCrgnkhxSYoCCjXXgT8Q@mail.gmail.com">XMCrgnkhxSYoCCjXXgT8Q@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Altamash,<br>
<br>
I asked the Google about your error and it suggests that you have a Nvidia<br>
graphics card which is not playing nicely with openGL. You should ask the<br>
Google and home in on the solution that best fits your hardware.<br>
<br>
<br>
On Fri, Aug 16, 2013 at 8:59 AM, Altamash Abbasi<br>
&lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;wrote:<br>
<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt; ERROR: In<br>
&gt; /home/stame1/software/VTK6.0.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,<br>
&gt; line 383<br>
&gt; vtkXOpenGLRenderWindow (0x13fe360): Could not find a decent visual<br>
&gt;<br>
&gt; Whats the solution of this Error . . .<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/1ebfb2c7/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/1ebfb2c7/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Fri, 16 Aug 2013 15:58:35 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] Error . . .<br>
To: Brooke Steele &lt;<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CACmdbMOaUNq+HRfj2m49O6d6Vu37Oxj=Yq=<a href="mailto:OAVFmXKwKrAWGSA@mail.gmail.com">OAVFmXKwKrAWGSA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Brooke<br>
<br>
        Thanxalot . .  i think attendant did some thing wrong with my PC .<br>
. . Actually he was installing something last night . . .<br>
<br>
Regards<br>
Altamash Abbasi<br>
<br>
<br>
On Fri, Aug 16, 2013 at 3:54 PM, Brooke Steele &lt;<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Altamash,<br>
&gt;<br>
&gt; I asked the Google about your error and it suggests that you have a Nvidia<br>
&gt; graphics card which is not playing nicely with openGL. You should ask the<br>
&gt; Google and home in on the solution that best fits your hardware.<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 16, 2013 at 8:59 AM, Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a><br>
&gt; &gt; wrote:<br>
&gt;<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; Xlib:  extension &quot;GLX&quot; missing on display &quot;:0&quot;.<br>
&gt;&gt; ERROR: In<br>
&gt;&gt; /home/stame1/software/VTK6.0.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,<br>
&gt;&gt; line 383<br>
&gt;&gt; vtkXOpenGLRenderWindow (0x13fe360): Could not find a decent visual<br>
&gt;&gt;<br>
&gt;&gt; Whats the solution of this Error . . .<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/c1890702/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/c1890702/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Fri, 16 Aug 2013 16:12:33 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: [vtkusers] QT+VTK<br>
To: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CACmdbMMwfz1B8sB4qLaM-3MCH2r2S_ghDbc5sYg=<a href="mailto:wHoYtEWJkQ@mail.gmail.com">wHoYtEWJkQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Guys i want to do another thing. Like when I clicked a push Button in GUI<br>
of QT Creater the VTK GUI containing an image should appear instead of<br>
./Example this command. In simple words i want to link QT with VTK. Where<br>
should i code, in Example.cxx file or should i code Push Button. I know<br>
both needs connections so. What shouls i do??<br>
<br>
Regards<br>
Altamash Abbasi<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/ad4ab595/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/ad4ab595/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Fri, 16 Aug 2013 16:14:29 +0200<br>
From: curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:520E33C5.6060301@gmx.de">520E33C5.6060301@gmx.de</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;; Format=&quot;flowed&quot;<br>
<br>
Hi,<br>
<br>
I think you would read a book about Qt or have a intensive look at some<br>
QtExamples in QtForums or so.<br>
I learned by working through several book incl. the examples.<br>
<br>
regards,<br>
curator<br>
Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt; Guys i want to do another thing. Like when I clicked a push Button in<br>
&gt; GUI of QT Creater the VTK GUI containing an image should appear<br>
&gt; instead of ./Example this command. In simple words i want to link QT<br>
&gt; with VTK. Where should i code, in Example.cxx file or should i code<br>
&gt; Push Button. I know both needs connections so. What shouls i do??<br>
&gt;<br>
&gt; Regards<br>
&gt; Altamash Abbasi<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/e94e584d/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/e94e584d/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 12<br>
Date: Sat, 17 Aug 2013 02:16:15 +1200<br>
From: Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:520E342F.90208@auckland.ac.nz">520E342F.90208@auckland.ac.nz</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;; Format=&quot;flowed&quot;<br>
<br>
On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I think you would read a book about Qt or have a intensive look at some<br>
&gt; QtExamples in QtForums or so.<br>
&gt; I learned by working through several book incl. the examples.<br>
&gt;<br>
&gt; regards,<br>
&gt; curator<br>
&gt; Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;&gt; Guys i want to do another thing. Like when I clicked a push Button in GUI of<br>
&gt;&gt; QT Creater the VTK GUI containing an image should appear instead of ./Example<br>
&gt;&gt; this command. In simple words i want to link QT with VTK. Where should i<br>
&gt;&gt; code, in Example.cxx file or should i code Push Button. I know both needs<br>
&gt;&gt; connections so. What shouls i do??<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt; Altamash Abbasi<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects athttp://<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
Google is your friend.<br>
<br>
--<br>
Dr. Gib Bogle<br>
Senior Research Fellow<br>
Auckland Bioengineering Institute<br>
University of Auckland<br>
New Zealand<br>
<br>
<a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
<br>
<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
(64-9) 373-7599 Ext. 87030<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130817/51de9410/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130817/51de9410/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 13<br>
Date: Fri, 16 Aug 2013 16:19:44 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CACmdbMNgJtH9BwOPa20zoB4JeRhJwn5iBhJfMFq2NUX0ZuDv5Q@mail.gmail.com">CACmdbMNgJtH9BwOPa20zoB4JeRhJwn5iBhJfMFq2NUX0ZuDv5Q@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi<br>
could you please suggest the name of the Book ?? . . .<br>
<br>
Regards<br>
Altamash Abbasi<br>
<br>
<br>
On Fri, Aug 16, 2013 at 4:16 PM, Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt; wrote:<br>
<br>
&gt;  On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I think you would read a book about Qt or have a intensive look at some<br>
&gt; QtExamples in QtForums or so.<br>
&gt; I learned by working through several book incl. the examples.<br>
&gt;<br>
&gt; regards,<br>
&gt; curator<br>
&gt; Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;<br>
&gt; Guys i want to do another thing. Like when I clicked a push Button in GUI<br>
&gt; of QT Creater the VTK GUI containing an image should appear instead of<br>
&gt; ./Example this command. In simple words i want to link QT with VTK. Where<br>
&gt; should i code, in Example.cxx file or should i code Push Button. I know<br>
&gt; both needs connections so. What shouls i do??<br>
&gt;<br>
&gt;  Regards<br>
&gt; Altamash Abbasi<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;  Google is your friend.<br>
&gt;<br>
&gt; --<br>
&gt; Dr. Gib Bogle<br>
&gt; Senior Research Fellow<br>
&gt; Auckland Bioengineering Institute<br>
&gt; University of Auckland<br>
&gt; New Zealand<br>
&gt; <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
&gt; <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
&gt; (64-9) 373-7599 Ext. 87030<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/5cd666e7/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/5cd666e7/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 14<br>
Date: Fri, 16 Aug 2013 16:22:18 +0200<br>
From: curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:520E359A.6020600@gmx.de">520E359A.6020600@gmx.de</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;; Format=&quot;flowed&quot;<br>
<br>
Hi,<br>
<br>
no Problem:<br>
<a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming" target="_blank">http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming</a><br>

<br>
I would like to point out, that this is for Qt4, but current version is<br>
Qt5. Nevertheless, basics are still (approximatly) the same.<br>
<br>
regards,<br>
curator<br>
Am 16.08.2013 16:19, schrieb Altamash Abbasi:<br>
&gt; Hi<br>
&gt; could you please suggest the name of the Book ?? . . .<br>
&gt;<br>
&gt; Regards<br>
&gt; Altamash Abbasi<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 16, 2013 at 4:16 PM, Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
&gt; &lt;mailto:<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt;&gt;     Hi,<br>
&gt;&gt;<br>
&gt;&gt;     I think you would read a book about Qt or have a intensive look<br>
&gt;&gt;     at some QtExamples in QtForums or so.<br>
&gt;&gt;     I learned by working through several book incl. the examples.<br>
&gt;&gt;<br>
&gt;&gt;     regards,<br>
&gt;&gt;     curator<br>
&gt;&gt;     Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;&gt;&gt;     Guys i want to do another thing. Like when I clicked a push<br>
&gt;&gt;&gt;     Button in GUI of QT Creater the VTK GUI containing an image<br>
&gt;&gt;&gt;     should appear instead of ./Example this command. In simple words<br>
&gt;&gt;&gt;     i want to link QT with VTK. Where should i code, in Example.cxx<br>
&gt;&gt;&gt;     file or should i code Push Button. I know both needs connections<br>
&gt;&gt;&gt;     so. What shouls i do??<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Regards<br>
&gt;&gt;&gt;     Altamash Abbasi<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     _______________________________________________<br>
&gt;&gt;&gt;     Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a>  &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Visit other Kitware open-source projects athttp://<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Please keep messages on-topic and check the VTK FAQ at:<a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;     <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a>  &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;     Visit other Kitware open-source projects athttp://<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt;     Please keep messages on-topic and check the VTK FAQ at:<a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt;     Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;     <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;     Google is your friend.<br>
&gt;<br>
&gt;     --<br>
&gt;     Dr. Gib Bogle<br>
&gt;     Senior Research Fellow<br>
&gt;     Auckland Bioengineering Institute<br>
&gt;     University of Auckland<br>
&gt;     New Zealand<br>
&gt;<br>
&gt;     <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
&gt;<br>
&gt;     <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>  &lt;mailto:<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;<br>
&gt;     (64-9) 373-7599 Ext. 87030<br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;<br>
&gt;     Visit other Kitware open-source projects at<br>
&gt;     <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt;     Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;     <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt;     Follow this link to subscribe/unsubscribe:<br>
&gt;     <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/a564b5d6/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/a564b5d6/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 15<br>
Date: Fri, 16 Aug 2013 16:25:46 +0200<br>
From: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CACmdbMN51Usw7QyP6Pp3pD1EKjyXV3YGLc909PDz4X%2Bk6FVqXA@mail.gmail.com">CACmdbMN51Usw7QyP6Pp3pD1EKjyXV3YGLc909PDz4X+k6FVqXA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Thankew very much . . . I&#39;m using a little low version . . .<br>
<br>
<br>
On Fri, Aug 16, 2013 at 4:22 PM, curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt; wrote:<br>
<br>
&gt;  Hi,<br>
&gt;<br>
&gt; no Problem:<br>
&gt;<br>
&gt; <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming" target="_blank">http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming</a><br>

&gt;<br>
&gt; I would like to point out, that this is for Qt4, but current version is<br>
&gt; Qt5. Nevertheless, basics are still (approximatly) the same.<br>
&gt;<br>
&gt; regards,<br>
&gt; curator<br>
&gt; Am 16.08.2013 16:19, schrieb Altamash Abbasi:<br>
&gt;<br>
&gt; Hi<br>
&gt; could you please suggest the name of the Book ?? . . .<br>
&gt;<br>
&gt;  Regards<br>
&gt; Altamash Abbasi<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 16, 2013 at 4:16 PM, Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;   On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I think you would read a book about Qt or have a intensive look at some<br>
&gt;&gt; QtExamples in QtForums or so.<br>
&gt;&gt; I learned by working through several book incl. the examples.<br>
&gt;&gt;<br>
&gt;&gt; regards,<br>
&gt;&gt; curator<br>
&gt;&gt; Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;&gt;<br>
&gt;&gt; Guys i want to do another thing. Like when I clicked a push Button in GUI<br>
&gt;&gt; of QT Creater the VTK GUI containing an image should appear instead of<br>
&gt;&gt; ./Example this command. In simple words i want to link QT with VTK.<br>
&gt;&gt; Where should i code, in Example.cxx file or should i code Push Button. I<br>
&gt;&gt; know both needs connections so. What shouls i do??<br>
&gt;&gt;<br>
&gt;&gt;  Regards<br>
&gt;&gt; Altamash Abbasi<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;   Google is your friend.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Dr. Gib Bogle<br>
&gt;&gt; Senior Research Fellow<br>
&gt;&gt; Auckland Bioengineering Institute<br>
&gt;&gt; University of Auckland<br>
&gt;&gt; New Zealand<br>
&gt;&gt; <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
&gt;&gt; <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
&gt;&gt; (64-9) 373-7599 Ext. 87030<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/29978d3e/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/29978d3e/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 16<br>
Date: Fri, 16 Aug 2013 16:24:55 +0200<br>
From: curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt;<br>
Subject: Re: [vtkusers] crash after switching to vtk6 release mode<br>
        (from vtk5) of QVTKWidget [update]<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: &lt;<a href="mailto:520E3637.9090005@gmx.de">520E3637.9090005@gmx.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I just started trying around randomly, which typically doesn&#39;t help, but<br>
I found the behaviour to be even more strage:<br>
<br>
Everything works find with this line:<br>
m_VTKWidget-&gt;show();<br>
<br>
but crahes with:<br>
m_MainLayout-&gt;addWidget(m_VTKWidget);<br>
<br>
In other words: Placing the (inherated widget of) QVTKWidget in an<br>
seperate Window works fine, but placing it in a part of an existing<br>
Widget (with buttons and stuff) does not work.<br>
I tested: It works in debug mode and in linux.<br>
<br>
any ideas?<br>
<br>
regards,<br>
curator<br>
<br>
Am 16.08.2013 14:50, schrieb curator:<br>
&gt; Dear all,<br>
&gt;<br>
&gt; I have quite a huge User Interface constructed with qt4 und vtk5 by<br>
&gt; basically using the QVTKWidget for showing the vtk stuff.<br>
&gt;<br>
&gt; In order to be up-to-date, I decided to port my code to qt5 and vtk6.<br>
&gt; After trying to build the libraries from source, I finally got a<br>
&gt; working version without to much modifications of my code.<br>
&gt;<br>
&gt; I am working in windows with VS2010 and everything works now in debug<br>
&gt; mode. Unfortunaly, as soon as I build my code in release mode, my gui<br>
&gt; crashes as soon as qt tries to add the vtk widget. Well, as I said, it<br>
&gt; is quite a huge amount of code an it is really hard to write an<br>
&gt; minimal example, especially with qt.<br>
&gt;<br>
&gt; Therefore, I add the first part the constructor of my class that<br>
&gt; directly inherits from QVTKWidget<br>
&gt;&gt; My_Widget::My_Widget(QWidget *i_Parent):QVTKWidget(i_Parent)<br>
&gt;&gt; {<br>
&gt;&gt;     m_vtkRenderWindow = vtkRenderWindow::New();<br>
&gt;&gt;<br>
&gt;&gt;     this-&gt;SetRenderWindow(m_vtkRenderWindow); // (*)<br>
&gt;&gt;<br>
&gt;&gt;     m_vtkRenderer = vtkRenderer::New();<br>
&gt;&gt;<br>
&gt;&gt;     m_vtkRenderWindow-&gt;AddRenderer(m_vtkRenderer);<br>
&gt;&gt;<br>
&gt;&gt;     vtkEventQtSlotConnect *t_connections = vtkEventQtSlotConnect::New();<br>
&gt;&gt;     t_connections-&gt;Connect( this-&gt;GetRenderWindow()-&gt;GetInteractor(),<br>
&gt;&gt;                               vtkCommand::RenderEvent ,<br>
&gt;&gt;                               this,<br>
&gt;&gt;                               SLOT(render()));<br>
&gt;<br>
&gt; When I add this widget to the GUI with<br>
&gt;&gt; m_MainLayout-&gt;addWidget(m_VTKWidget);<br>
&gt; that is exactly the line where the code crashes. After commenting out<br>
&gt; the constructor starting from line // (*), the widget can be added,<br>
&gt; but crashed afterwords. So I guess I would start investigating here,<br>
&gt; but I have no further idea.<br>
&gt;<br>
&gt; Does anyone have a good idea to start?<br>
&gt;<br>
&gt; I would be happy to debug, but as I said, the crash does not occur in<br>
&gt; debug mode.<br>
&gt;<br>
&gt; kind regards,<br>
&gt; curator<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 17<br>
Date: Fri, 16 Aug 2013 10:50:49 -0400<br>
From: David E DeMarle &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Altamash Abbasi &lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;CANjZAi9ittsBDUrc5n+Wp9pVnqjoAa4-3q397jKim=<a href="mailto:BtmkxaNA@mail.gmail.com">BtmkxaNA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
See also: <a href="http://www.kitware.com/media/protrainingwebinars.php#vtkqt" target="_blank">http://www.kitware.com/media/protrainingwebinars.php#vtkqt</a><br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&amp;D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: 518-881-4909<br>
<br>
<br>
On Fri, Aug 16, 2013 at 10:25 AM, Altamash Abbasi<br>
&lt;<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt;wrote:<br>
<br>
&gt; Thankew very much . . . I&#39;m using a little low version . . .<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 16, 2013 at 4:22 PM, curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;  Hi,<br>
&gt;&gt;<br>
&gt;&gt; no Problem:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming" target="_blank">http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming</a><br>

&gt;&gt;<br>
&gt;&gt; I would like to point out, that this is for Qt4, but current version is<br>
&gt;&gt; Qt5. Nevertheless, basics are still (approximatly) the same.<br>
&gt;&gt;<br>
&gt;&gt; regards,<br>
&gt;&gt; curator<br>
&gt;&gt; Am 16.08.2013 16:19, schrieb Altamash Abbasi:<br>
&gt;&gt;<br>
&gt;&gt; Hi<br>
&gt;&gt; could you please suggest the name of the Book ?? . . .<br>
&gt;&gt;<br>
&gt;&gt;  Regards<br>
&gt;&gt; Altamash Abbasi<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Aug 16, 2013 at 4:16 PM, Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;   On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I think you would read a book about Qt or have a intensive look at some<br>
&gt;&gt;&gt; QtExamples in QtForums or so.<br>
&gt;&gt;&gt; I learned by working through several book incl. the examples.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; regards,<br>
&gt;&gt;&gt; curator<br>
&gt;&gt;&gt; Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Guys i want to do another thing. Like when I clicked a push Button in<br>
&gt;&gt;&gt; GUI of QT Creater the VTK GUI containing an image should appear instead of<br>
&gt;&gt;&gt; ./Example this command. In simple words i want to link QT with VTK.<br>
&gt;&gt;&gt; Where should i code, in Example.cxx file or should i code Push Button. I<br>
&gt;&gt;&gt; know both needs connections so. What shouls i do??<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  Regards<br>
&gt;&gt;&gt; Altamash Abbasi<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   Google is your friend.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Dr. Gib Bogle<br>
&gt;&gt;&gt; Senior Research Fellow<br>
&gt;&gt;&gt; Auckland Bioengineering Institute<br>
&gt;&gt;&gt; University of Auckland<br>
&gt;&gt;&gt; New Zealand<br>
&gt;&gt;&gt; <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
&gt;&gt;&gt; <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
&gt;&gt;&gt; (64-9) 373-7599 Ext. 87030<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/e7e6b108/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/e7e6b108/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 18<br>
Date: Fri, 16 Aug 2013 10:53:32 -0400<br>
From: Christopher Mullins &lt;<a href="mailto:christopher.mullins@kitware.com">christopher.mullins@kitware.com</a>&gt;<br>
Subject: Re: [vtkusers] QT+VTK<br>
To: David E DeMarle &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;<br>
Cc: &quot;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&quot; &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CABVTP-KsVdUimvMUePB2jiYkXfHA6DqcVdvKX1An02SofSkzUw@mail.gmail.com">CABVTP-KsVdUimvMUePB2jiYkXfHA6DqcVdvKX1An02SofSkzUw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
There are also some simple examples in the Qt section of the VTK examples<br>
[1].<br>
<br>
[1] <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx#Qt" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx#Qt</a><br>
<br>
<br>
On Fri, Aug 16, 2013 at 10:50 AM, David E DeMarle<br>
&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;wrote:<br>
<br>
&gt; See also: <a href="http://www.kitware.com/media/protrainingwebinars.php#vtkqt" target="_blank">http://www.kitware.com/media/protrainingwebinars.php#vtkqt</a><br>
&gt;<br>
&gt; David E DeMarle<br>
&gt; Kitware, Inc.<br>
&gt; R&amp;D Engineer<br>
&gt; 21 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: 518-881-4909<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 16, 2013 at 10:25 AM, Altamash Abbasi &lt;<br>
&gt; <a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Thankew very much . . . I&#39;m using a little low version . . .<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Aug 16, 2013 at 4:22 PM, curator &lt;<a href="mailto:curator@gmx.de">curator@gmx.de</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;  Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; no Problem:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming" target="_blank">http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&amp;qid=1376662849&amp;sr=8-1&amp;keywords=c%2B%2B+gui+programming</a><br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; I would like to point out, that this is for Qt4, but current version is<br>
&gt;&gt;&gt; Qt5. Nevertheless, basics are still (approximatly) the same.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; regards,<br>
&gt;&gt;&gt; curator<br>
&gt;&gt;&gt; Am 16.08.2013 16:19, schrieb Altamash Abbasi:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi<br>
&gt;&gt;&gt; could you please suggest the name of the Book ?? . . .<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  Regards<br>
&gt;&gt;&gt; Altamash Abbasi<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Aug 16, 2013 at 4:16 PM, Gib Bogle &lt;<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>&gt;wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;   On 17/08/2013 2:14 a.m., curator wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I think you would read a book about Qt or have a intensive look at some<br>
&gt;&gt;&gt;&gt; QtExamples in QtForums or so.<br>
&gt;&gt;&gt;&gt; I learned by working through several book incl. the examples.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; regards,<br>
&gt;&gt;&gt;&gt; curator<br>
&gt;&gt;&gt;&gt; Am 16.08.2013 16:12, schrieb Altamash Abbasi:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Guys i want to do another thing. Like when I clicked a push Button in<br>
&gt;&gt;&gt;&gt; GUI of QT Creater the VTK GUI containing an image should appear instead of<br>
&gt;&gt;&gt;&gt; ./Example this command. In simple words i want to link QT with VTK.<br>
&gt;&gt;&gt;&gt; Where should i code, in Example.cxx file or should i code Push Button. I<br>
&gt;&gt;&gt;&gt; know both needs connections so. What shouls i do??<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;  Regards<br>
&gt;&gt;&gt;&gt; Altamash Abbasi<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;   Google is your friend.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Dr. Gib Bogle<br>
&gt;&gt;&gt;&gt; Senior Research Fellow<br>
&gt;&gt;&gt;&gt; Auckland Bioengineering Institute<br>
&gt;&gt;&gt;&gt; University of Auckland<br>
&gt;&gt;&gt;&gt; New Zealand<br>
&gt;&gt;&gt;&gt; <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
&gt;&gt;&gt;&gt; <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
&gt;&gt;&gt;&gt; (64-9) 373-7599 Ext. 87030<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Christopher Mullins<br>
R&amp;D Engineer<br>
Kitware Inc.,<br>
919.869.8871<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130816/cf02d5d4/attachment.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130816/cf02d5d4/attachment.htm</a>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
vtkusers mailing list<br>
<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
End of vtkusers Digest, Vol 112, Issue 35<br>
*****************************************<br>
</blockquote></div><br></div></div></div></div>