<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"><<a href="mailto:vtkusers-request@vtk.org" target="_blank">vtkusers-request@vtk.org</a>></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 'help' 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 "Re: Contents of vtkusers digest..."<br>
<br>
<br>
Today'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 <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
Subject: Re: [vtkusers] Problem of writing vtp file<br>
To: Chenxi Zhang <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>><br>
Cc: VTK Users <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CADZJ4hNfchgtL77CfcoMw6NBzchSHULD1RFwbLEyPYPXRFJdWQ@mail.gmail.com">CADZJ4hNfchgtL77CfcoMw6NBzchSHULD1RFwbLEyPYPXRFJdWQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="gb2312"<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 <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>>wrote:<br>
<br>
> HI,<br>
><br>
> my result vtp file is as following:<br>
><br>
> <?xml version="1.0"?><br>
> <VTKFile type="PolyData" version="0.1" byte_order="LittleEndian"<br>
> compressor="vtkZLibDataCompressor"><br>
> <PolyData><br>
> <Piece NumberOfPoints="9617" NumberOfVerts="0"<br>
> NumberOfLines="0" NumberOfStrips="0"<br>
> NumberOfPolys="0" ><br>
> <PointData><br>
> </PointData><br>
> <CellData><br>
> </CellData><br>
> <Points><br>
> <DataArray type="Float32" Name="Points" NumberOfComponents="3"<br>
> format="appended" RangeMin="63.129833223" RangeMax="85.854495209"<br>
> offset="0" /><br>
> </Points><br>
> <Verts><br>
> <DataArray type="Int32" Name="connectivity" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27368" /><br>
> <DataArray type="Int32" Name="offsets" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27384" /><br>
> </Verts><br>
> <Lines><br>
> <DataArray type="Int32" Name="connectivity" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27400" /><br>
> <DataArray type="Int32" Name="offsets" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27416" /><br>
> </Lines><br>
> <Strips><br>
> <DataArray type="Int32" Name="connectivity" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27432" /><br>
> <DataArray type="Int32" Name="offsets" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27448" /><br>
> </Strips><br>
> <Polys><br>
> <DataArray type="Int32" Name="connectivity" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27464" /><br>
> <DataArray type="Int32" Name="offsets" format="appended"<br>
> RangeMin="" RangeMax=""<br>
> offset="27480" /><br>
> </Polys><br>
> </Piece><br>
> </PolyData><br>
> <AppendedData encoding="base64"><br>
><br>
> my vtp file missed the information:<br>
><br>
> <PointData Normals="Normals"><br>
><br>
> <DataArray type="Float32" Name="Normals" NumberOfComponents="3" format="appended" RangeMin="0.9999999539" RangeMax="1.0000000487" offset="0" /><br>
><br>
> <DataArray type="Int32" Name="vtkOriginalPointIds" format="appended" RangeMin="0" RangeMax="128448" offset="1541392" /><br>
><br>
><br>
> How can I add the normal information? In 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>, the method for adding<br>
> normal is not mentioned.<br>
><br>
> Thanks<br>
><br>
> Chenxi<br>
><br>
><br>
><br>
><br>
> -----????-----<br>
> *???:* "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
> *????:* 2013?8?16? ???<br>
> *???:* "Chenxi Zhang" <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>><br>
> *??:* "VTK Users" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
> *??:* Re: [vtkusers] Problem of writing vtp file<br>
><br>
><br>
> What is wrong with the file create?<br>
><br>
><br>
><br>
> On Thu, Aug 15, 2013 at 12:43 PM, Chenxi Zhang <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>>wrote:<br>
><br>
>> HI<br>
>><br>
>> I have a set of points.I want to creat a vtp file like that:<br>
>><br>
>> <VTKFile type="PolyData" version="0.1" byte_order="LittleEndian"><br>
>> <PolyData><br>
>><br>
>> <Piece NumberOfPoints="128449" NumberOfVerts="128449" NumberOfLines="0" NumberOfStrips="0" NumberOfPolys="0" ><br>
>> <PointData Normals="Normals"><br>
>><br>
>> <DataArray type="Float32" Name="Normals" NumberOfComponents="3" format="appended" RangeMin="0.9999999539" RangeMax="1.0000000487" offset="0" /><br>
>><br>
>> <DataArray type="Int32" Name="vtkOriginalPointIds" format="appended" RangeMin="0" RangeMax="128448" offset="1541392" /><br>
>> </PointData><br>
>> <CellData><br>
>> </CellData><br>
>> <Points><br>
>><br>
>> <DataArray type="Float32" Name="Points" NumberOfComponents="3" format="appended" RangeMin="0.0080462906331" RangeMax="0.11603941536" offset="2055192" /><br>
>> </Points><br>
>> <Verts><br>
>><br>
>> <DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="3596584" /><br>
>><br>
>> <DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4110384" /><br>
>> </Verts><br>
>> <Lines><br>
>><br>
>> <DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624184" /><br>
>><br>
>> <DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624188" /><br>
>> </Lines><br>
>> <Strips><br>
>><br>
>> <DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624192" /><br>
>><br>
>> <DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624196" /><br>
>> </Strips><br>
>> <Polys><br>
>><br>
>> <DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624200" /><br>
>><br>
>> <DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624204" /><br>
>> </Polys><br>
>> </Piece><br>
>> </PolyData><br>
>> <AppendedData encoding="raw"><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'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<br>
>> <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:<br>
>> <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>
> Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
><br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 16 Aug 2013 11:45:42 +0800 (CST)<br>
From: "Chenxi Zhang" <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>><br>
Subject: Re: [vtkusers] Problem of writing vtp file<br>
To: "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
Cc: VTK Users <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID: <24235800.7385011376624742602.JavaMail.coremail@app1><br>
Content-Type: text/plain; charset="gbk"<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>
<DataArray type="Float64" Name="Normals_" NumberOfComponents="3" format="appended" RangeMin="1" RangeMax="1.0872842531e+067" offset="0" /><br>
<br>
<br>
How can set the range small like "RangeMin="0.9999999539" RangeMax="1.0000000487""<br>
<br>
<br>
Besides, there is still no vtkOriginalPointIds like:<br>
<DataArray type="Int32" Name="vtkOriginalPointIds" format="appended" RangeMin="0" RangeMax="128448" offset="1541392" /><br>
<br>
<br>
My code is as following:<br>
<br>
vtkSmartPointer<vtkPoints> pointsSource =<br>
vtkSmartPointer<vtkPoints>::New();<br>
......<br>
<br>
<br>
vtkPolyData* pointsTemp=vtkPolyData::New();<br>
pointsTemp->SetPoints(pointsSource);<br>
<br>
<br>
//Set point normals<br>
vtkSmartPointer<vtkDoubleArray> pointNormalsArray =<br>
vtkSmartPointer<vtkDoubleArray>::New();<br>
pointNormalsArray->SetNumberOfComponents(3); //3d normals (ie x,y,z)<br>
pointNormalsArray->SetNumberOfTuples(pointsTemp->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->SetTuple(0, pN1) ;<br>
pointNormalsArray->SetTuple(1, pN2) ;<br>
pointNormalsArray->SetTuple(2, pN3) ;<br>
<br>
// Add the normals to the points in the polydata<br>
pointsTemp->GetPointData()->SetNormals(pointNormalsArray);<br>
<br>
<br>
vtkSmartPointer<vtkXMLPolyDataWriter> writerTemp3 =<br>
vtkSmartPointer<vtkXMLPolyDataWriter>::New();<br>
<br>
writerTemp3->SetInput(pointsTemp);<br>
writerTemp3->SetFileName("test3.vtp");<br>
writerTemp3->Write();<br>
<br>
<br>
Thank you very much!<br>
<br>
<br>
Chenxi<br>
<br>
<br>
-----????-----<br>
???: "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
????: 2013?8?16? ???<br>
???: "Chenxi Zhang" <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>><br>
??: "VTK Users" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><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 <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>> wrote:<br>
<br>
HI,<br>
<br>
my result vtp file is as following:<br>
<br>
<br>
<br>
<?xml version="1.0"?><br>
<VTKFile type="PolyData" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"><br>
<PolyData><br>
<Piece NumberOfPoints="9617" NumberOfVerts="0" NumberOfLines="0" NumberOfStrips="0" NumberOfPolys="0" ><br>
<PointData><br>
</PointData><br>
<CellData><br>
</CellData><br>
<Points><br>
<DataArray type="Float32" Name="Points" NumberOfComponents="3" format="appended" RangeMin="63.129833223" RangeMax="85.854495209" offset="0" /><br>
</Points><br>
<Verts><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="27368" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="27384" /><br>
</Verts><br>
<Lines><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="27400" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="27416" /><br>
</Lines><br>
<Strips><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="27432" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="27448" /><br>
</Strips><br>
<Polys><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="27464" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="27480" /><br>
</Polys><br>
</Piece><br>
</PolyData><br>
<AppendedData encoding="base64"><br>
<br>
<br>
my vtp file missed the information:<br>
<br>
<PointData Normals="Normals"><br>
<DataArray type="Float32" Name="Normals" NumberOfComponents="3" format="appended" RangeMin="0.9999999539" RangeMax="1.0000000487" offset="0" /><br>
<DataArray type="Int32" Name="vtkOriginalPointIds" format="appended" RangeMin="0" RangeMax="128448" offset="1541392" /><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>
???: "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
????: 2013?8?16? ???<br>
???: "Chenxi Zhang" <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>><br>
??: "VTK Users" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><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 <<a href="mailto:chenxizhang@fudan.edu.cn">chenxizhang@fudan.edu.cn</a>> wrote:<br>
HI<br>
<br>
I have a set of points.I want to creat a vtp file like that:<br>
<br>
<VTKFile type="PolyData" version="0.1" byte_order="LittleEndian"><br>
<PolyData><br>
<Piece NumberOfPoints="128449" NumberOfVerts="128449" NumberOfLines="0" NumberOfStrips="0" NumberOfPolys="0" ><br>
<PointData Normals="Normals"><br>
<DataArray type="Float32" Name="Normals" NumberOfComponents="3" format="appended" RangeMin="0.9999999539" RangeMax="1.0000000487" offset="0" /><br>
<DataArray type="Int32" Name="vtkOriginalPointIds" format="appended" RangeMin="0" RangeMax="128448" offset="1541392" /><br>
</PointData><br>
<CellData><br>
</CellData><br>
<Points><br>
<DataArray type="Float32" Name="Points" NumberOfComponents="3" format="appended" RangeMin="0.0080462906331" RangeMax="0.11603941536" offset="2055192" /><br>
</Points><br>
<Verts><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="3596584" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4110384" /><br>
</Verts><br>
<Lines><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624184" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624188" /><br>
</Lines><br>
<Strips><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624192" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624196" /><br>
</Strips><br>
<Polys><br>
<DataArray type="Int32" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="4624200" /><br>
<DataArray type="Int32" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="4624204" /><br>
</Polys><br>
</Piece><br>
</PolyData><br>
<AppendedData encoding="raw"><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'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: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 16 Aug 2013 00:21:17 -0400<br>
From: Sebastien Jourdain <<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>><br>
Subject: Re: [vtkusers] Kitware release<br>
To: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Cc: vtkusers <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CABObKxeBUPya_oPtgTNTuQcCbqipyATUWBwVJ3x5zWJ5Jkm=<a href="mailto:yQ@mail.gmail.com">yQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I don't think there is any plan for an activiz release soon.<br>
<br>
<br>
On Thu, Aug 15, 2013 at 9:44 PM, Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>> wrote:<br>
<br>
> Hi Seb<br>
> I get it from <a href="http://www.kitware.com/opensource/avdownload.php" target="_blank">http://www.kitware.com/opensource/avdownload.php</a><br>
> I talked about kitware activiz release.<br>
><br>
> Max<br>
><br>
><br>
><br>
> --<br>
> View this message in context:<br>
> <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>
> Sent from the VTK - Users mailing list archive at Nabble.com.<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<br>
> <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:<br>
> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 16 Aug 2013 12:05:51 +0200<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: [vtkusers] Sorry<br>
To: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CACmdbMMTJuG-4_Z%2BNOtiHb8CyPTLbvA_4r8STYaWjuy9O_56yA@mail.gmail.com">CACmdbMMTJuG-4_Z+NOtiHb8CyPTLbvA_4r8STYaWjuy9O_56yA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
My brother asked me to say sorry to David . . . He gave me a lecture . . .<br>
I know i'm not a big man . . . So David Sorry to you . . . There is nothing<br>
bad about you in my heart . . . I'm an undergrad student ,very new to VTK<br>
and was unable to solved the problems that'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: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 16 Aug 2013 14:50:11 +0200<br>
From: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><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: <<a href="mailto:520E2003.2050208@gmx.de">520E2003.2050208@gmx.de</a>><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>
> My_Widget::My_Widget(QWidget *i_Parent):QVTKWidget(i_Parent)<br>
> {<br>
> m_vtkRenderWindow = vtkRenderWindow::New();<br>
><br>
> this->SetRenderWindow(m_vtkRenderWindow); // (*)<br>
><br>
> m_vtkRenderer = vtkRenderer::New();<br>
><br>
> m_vtkRenderWindow->AddRenderer(m_vtkRenderer);<br>
><br>
> vtkEventQtSlotConnect *t_connections = vtkEventQtSlotConnect::New();<br>
> t_connections->Connect( this->GetRenderWindow()->GetInteractor(),<br>
> vtkCommand::RenderEvent ,<br>
> this,<br>
> SLOT(render()));<br>
<br>
When I add this widget to the GUI with<br>
> m_MainLayout->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 <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: [vtkusers] Error . . .<br>
To: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CACmdbMP4isnw1C%2B2U6wbYX1BuvWi5%2BcSxA39-9Pa52K95QvNrQ@mail.gmail.com">CACmdbMP4isnw1C+2U6wbYX1BuvWi5+cSxA39-9Pa52K95QvNrQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<br>
Xlib: extension "GLX" missing on display ":0".<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: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 16 Aug 2013 09:48:51 -0400 (EDT)<br>
From: David Cole <<a href="mailto:dlrdave@aol.com">dlrdave@aol.com</a>><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: <<a href="mailto:8D0689E79988CCF-1A60-3A8AF@webmail-m128.sysops.aol.com">8D0689E79988CCF-1A60-3A8AF@webmail-m128.sysops.aol.com</a>><br>
Content-Type: text/plain; charset="utf-8"; format=flowed<br>
<br>
> Xlib: ?extension "GLX" missing on display ":0".<br>
> ERROR: In<br>
/home/stame1/software/VTK6.0.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cx<br>
x, line 383<br>
> vtkXOpenGLRenderWindow (0x13fe360): Could not find a decent visual<br>
><br>
><br>
> Whats the solution of this Error . . .<br>
><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 <<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>><br>
Subject: Re: [vtkusers] Error . . .<br>
To: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CANu0A+XebY283y=aWHF4qFsbfiDt=<a href="mailto:XMCrgnkhxSYoCCjXXgT8Q@mail.gmail.com">XMCrgnkhxSYoCCjXXgT8Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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>
<<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>>wrote:<br>
<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<br>
> Xlib: extension "GLX" missing on display ":0".<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>
><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<br>
> <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:<br>
> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Fri, 16 Aug 2013 15:58:35 +0200<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: Re: [vtkusers] Error . . .<br>
To: Brooke Steele <<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CACmdbMOaUNq+HRfj2m49O6d6Vu37Oxj=Yq=<a href="mailto:OAVFmXKwKrAWGSA@mail.gmail.com">OAVFmXKwKrAWGSA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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 <<a href="mailto:bnsteel@gmail.com">bnsteel@gmail.com</a>> wrote:<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 <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a><br>
> > wrote:<br>
><br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<br>
>> Xlib: extension "GLX" missing on display ":0".<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>
>><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<br>
>> <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:<br>
>> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Fri, 16 Aug 2013 16:12:33 +0200<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: [vtkusers] QT+VTK<br>
To: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CACmdbMMwfz1B8sB4qLaM-3MCH2r2S_ghDbc5sYg=<a href="mailto:wHoYtEWJkQ@mail.gmail.com">wHoYtEWJkQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Fri, 16 Aug 2013 16:14:29 +0200<br>
From: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID: <<a href="mailto:520E33C5.6060301@gmx.de">520E33C5.6060301@gmx.de</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<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>
> Guys i want to do another thing. Like when I clicked a push Button in<br>
> GUI of QT Creater the VTK GUI containing an image should appear<br>
> instead of ./Example this command. In simple words i want to link QT<br>
> with VTK. Where should i code, in Example.cxx file or should i code<br>
> Push Button. I know both needs connections so. What shouls i do??<br>
><br>
> Regards<br>
> Altamash Abbasi<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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 12<br>
Date: Sat, 17 Aug 2013 02:16:15 +1200<br>
From: Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:520E342F.90208@auckland.ac.nz">520E342F.90208@auckland.ac.nz</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
On 17/08/2013 2:14 a.m., curator wrote:<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>
>> Guys i want to do another thing. Like when I clicked a push Button in GUI of<br>
>> QT Creater the VTK GUI containing an image should appear instead of ./Example<br>
>> this command. In simple words i want to link QT with VTK. Where should i<br>
>> code, in Example.cxx file or should i code Push Button. I know both needs<br>
>> connections so. What shouls i do??<br>
>><br>
>> Regards<br>
>> Altamash Abbasi<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a><br>
>><br>
>> 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>
>><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>
> 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>
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: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 13<br>
Date: Fri, 16 Aug 2013 16:19:44 +0200<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CACmdbMNgJtH9BwOPa20zoB4JeRhJwn5iBhJfMFq2NUX0ZuDv5Q@mail.gmail.com">CACmdbMNgJtH9BwOPa20zoB4JeRhJwn5iBhJfMFq2NUX0ZuDv5Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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 <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>> wrote:<br>
<br>
> On 17/08/2013 2:14 a.m., curator wrote:<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>
><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>
><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:<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>
> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
><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>
> <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
> <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
> (64-9) 373-7599 Ext. 87030<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<br>
> <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:<br>
> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 14<br>
Date: Fri, 16 Aug 2013 16:22:18 +0200<br>
From: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:520E359A.6020600@gmx.de">520E359A.6020600@gmx.de</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<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&qid=1376662849&sr=8-1&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&qid=1376662849&sr=8-1&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>
> 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 <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
> <mailto:<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>>> wrote:<br>
><br>
> On 17/08/2013 2:14 a.m., curator wrote:<br>
>> Hi,<br>
>><br>
>> I think you would read a book about Qt or have a intensive look<br>
>> at some 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>
>>> Guys i want to do another thing. Like when I clicked a push<br>
>>> Button in GUI of QT Creater the VTK GUI containing an image<br>
>>> should appear instead of ./Example this command. In simple words<br>
>>> i want to link QT with VTK. Where should i code, in Example.cxx<br>
>>> file or should i code Push Button. I know both needs connections<br>
>>> so. What shouls i do??<br>
>>><br>
>>> Regards<br>
>>> Altamash Abbasi<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><br>
>>><br>
>>> 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>
>>><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>
>> Powered <a href="http://bywww.kitware.com" target="_blank">bywww.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><br>
>><br>
>> 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>
>><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>
> 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> <mailto:<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>><br>
> (64-9) 373-7599 Ext. 87030<br>
><br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
> 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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 15<br>
Date: Fri, 16 Aug 2013 16:25:46 +0200<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CACmdbMN51Usw7QyP6Pp3pD1EKjyXV3YGLc909PDz4X%2Bk6FVqXA@mail.gmail.com">CACmdbMN51Usw7QyP6Pp3pD1EKjyXV3YGLc909PDz4X+k6FVqXA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Thankew very much . . . I'm using a little low version . . .<br>
<br>
<br>
On Fri, Aug 16, 2013 at 4:22 PM, curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> no Problem:<br>
><br>
> <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&qid=1376662849&sr=8-1&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&qid=1376662849&sr=8-1&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>
><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 <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>> wrote:<br>
><br>
>> On 17/08/2013 2:14 a.m., curator wrote:<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>
>><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.<br>
>> Where should i code, in Example.cxx file or should i code Push Button. I<br>
>> know both needs connections so. What shouls i do??<br>
>><br>
>> Regards<br>
>> Altamash Abbasi<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:<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>
>> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
>><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>
>> <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
>> <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
>> (64-9) 373-7599 Ext. 87030<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<br>
>> <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:<br>
>> <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>
> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><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<br>
> <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:<br>
> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 16<br>
Date: Fri, 16 Aug 2013 16:24:55 +0200<br>
From: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><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: <<a href="mailto:520E3637.9090005@gmx.de">520E3637.9090005@gmx.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I just started trying around randomly, which typically doesn't help, but<br>
I found the behaviour to be even more strage:<br>
<br>
Everything works find with this line:<br>
m_VTKWidget->show();<br>
<br>
but crahes with:<br>
m_MainLayout->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>
> 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<br>
> working 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<br>
> minimal example, especially with qt.<br>
><br>
> Therefore, I add the first part the constructor of my class that<br>
> directly inherits from QVTKWidget<br>
>> My_Widget::My_Widget(QWidget *i_Parent):QVTKWidget(i_Parent)<br>
>> {<br>
>> m_vtkRenderWindow = vtkRenderWindow::New();<br>
>><br>
>> this->SetRenderWindow(m_vtkRenderWindow); // (*)<br>
>><br>
>> m_vtkRenderer = vtkRenderer::New();<br>
>><br>
>> m_vtkRenderWindow->AddRenderer(m_vtkRenderer);<br>
>><br>
>> vtkEventQtSlotConnect *t_connections = vtkEventQtSlotConnect::New();<br>
>> t_connections->Connect( this->GetRenderWindow()->GetInteractor(),<br>
>> vtkCommand::RenderEvent ,<br>
>> this,<br>
>> SLOT(render()));<br>
><br>
> When I add this widget to the GUI with<br>
>> m_MainLayout->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,<br>
> but crashed afterwords. So I guess I would start investigating here,<br>
> but I 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>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
Message: 17<br>
Date: Fri, 16 Aug 2013 10:50:49 -0400<br>
From: David E DeMarle <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CANjZAi9ittsBDUrc5n+Wp9pVnqjoAa4-3q397jKim=<a href="mailto:BtmkxaNA@mail.gmail.com">BtmkxaNA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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&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>
<<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>>wrote:<br>
<br>
> Thankew very much . . . I'm using a little low version . . .<br>
><br>
><br>
> On Fri, Aug 16, 2013 at 4:22 PM, curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>> wrote:<br>
><br>
>> Hi,<br>
>><br>
>> no Problem:<br>
>><br>
>> <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&qid=1376662849&sr=8-1&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&qid=1376662849&sr=8-1&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>
>><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 <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>>wrote:<br>
>><br>
>>> On 17/08/2013 2:14 a.m., curator wrote:<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>
>>><br>
>>> Guys i want to do another thing. Like when I clicked a push Button in<br>
>>> GUI 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.<br>
>>> Where should i code, in Example.cxx file or should i code Push Button. I<br>
>>> know both needs connections so. What shouls i do??<br>
>>><br>
>>> Regards<br>
>>> Altamash Abbasi<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:<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>
>>> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
>>><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>
>>> <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
>>> <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
>>> (64-9) 373-7599 Ext. 87030<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<br>
>>> <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:<br>
>>> <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>
>> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><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<br>
>> <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:<br>
>> <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>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><br>
<br>
------------------------------<br>
<br>
Message: 18<br>
Date: Fri, 16 Aug 2013 10:53:32 -0400<br>
From: Christopher Mullins <<a href="mailto:christopher.mullins@kitware.com">christopher.mullins@kitware.com</a>><br>
Subject: Re: [vtkusers] QT+VTK<br>
To: David E DeMarle <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>><br>
Cc: "<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CABVTP-KsVdUimvMUePB2jiYkXfHA6DqcVdvKX1An02SofSkzUw@mail.gmail.com">CABVTP-KsVdUimvMUePB2jiYkXfHA6DqcVdvKX1An02SofSkzUw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<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>
<<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>>wrote:<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&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>
> <a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>> wrote:<br>
><br>
>> Thankew very much . . . I'm using a little low version . . .<br>
>><br>
>><br>
>> On Fri, Aug 16, 2013 at 4:22 PM, curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>> wrote:<br>
>><br>
>>> Hi,<br>
>>><br>
>>> no Problem:<br>
>>><br>
>>> <a href="http://www.amazon.de/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=sr_1_1?ie=UTF8&qid=1376662849&sr=8-1&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&qid=1376662849&sr=8-1&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>
>>><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 <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>>wrote:<br>
>>><br>
>>>> On 17/08/2013 2:14 a.m., curator wrote:<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>
>>>><br>
>>>> Guys i want to do another thing. Like when I clicked a push Button in<br>
>>>> GUI 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.<br>
>>>> Where should i code, in Example.cxx file or should i code Push Button. I<br>
>>>> know both needs connections so. What shouls i do??<br>
>>>><br>
>>>> Regards<br>
>>>> Altamash Abbasi<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:<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>
>>>> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
>>>><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>
>>>> <a href="http://www.bioeng.auckland.ac.nz" target="_blank">http://www.bioeng.auckland.ac.nz</a><br>
>>>> <a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a><br>
>>>> (64-9) 373-7599 Ext. 87030<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<br>
>>>> <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:<br>
>>>> <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>
>>> 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:<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><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<br>
>>> <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:<br>
>>> <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>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <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:<br>
>> <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>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
Christopher Mullins<br>
R&D Engineer<br>
Kitware Inc.,<br>
919.869.8871<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<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>><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>