<div dir="ltr"><font color="#0000ff">Hi,</font><div><font color="#0000ff"> could you please tell me, how to get the point data of the poly data.</font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">i am trying to do something like that,</font></div>
<div><font color="#0000ff"><br></font></div><div><div><font color="#0000ff"> </font><font color="#000000">vtkSmartPointer<vtkPolyData> polydata = </font></div><div><font color="#000000"><span class="" style="white-space:pre">        </span> vtkPolyData::SafeDownCast(sampleVolume->GetOutput());</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> // Get the number of points in the polydata</font></div><div><font color="#000000"> vtkIdType idNumPointsInFile = polydata->GetNumberOfPoints();</font></div>
<div><font color="#000000"> cout<< " number of points " << idNumPointsInFile;</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> vtkSmartPointer<vtkDoubleArray> array = </font></div>
<div><font color="#000000"><span class="" style="white-space:pre">        </span> vtkSmartPointer<vtkDoubleArray>::New();</font></div><div><font color="#000000"><span class="" style="white-space:pre">                </span>array->SetName("Distances");</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> vtkDoubleArray::SafeDownCast(polydata->GetPointData()->GetArray("Distances"));</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000"> if(array)</font></div><div><font color="#000000"> {</font></div><div><font color="#000000"> for(int i = 0; i < idNumPointsInFile; i++)</font></div>
<div><font color="#000000"> {</font></div><div><font color="#000000"> std::cout << "Got array." << std::endl;</font></div><div><font color="#000000"><br></font></div><div><font color="#000000"> double dist;</font></div>
<div><font color="#000000"><span class="" style="white-space:pre">        </span> </font></div><div><font color="#cc0000"><b> dist = array->GetValue(i); // here i am getting error</b></font></div><div><font color="#000000"> </font></div>
<div><font color="#000000"> //if the array held arrays instead of scalars, you would use this:<span class="" style="white-space:pre">                </span> </font></div><div><font color="#000000"> /* double location[3];</font></div>
<div><font color="#000000"><span class="" style="white-space:pre">        </span> array->GetTupleValue(i, location);</font></div><div><font color="#000000"><span class="" style="white-space:pre">                </span> std::cout << "Location: " << location[0] << "," << location[1] << "," << location[2] << std::endl;</font></div>
<div><font color="#000000"> */</font></div><div><font color="#000000"><span class="" style="white-space:pre">        </span> <span class="" style="white-space:pre">        </span> cout<< "where is the problem";</font></div>
<div><font color="#000000"> std::cout << "Distance: " << dist << std::endl;</font></div><div><font color="#000000"> }</font></div><div><font color="#000000"> }//end if(array)</font></div>
<div><font color="#000000"> else</font></div><div><font color="#000000"> {</font></div><div><font color="#000000"> std::cout << "no array." << std::endl;</font></div><div><font color="#000000"> }</font></div>
<div><font color="#000000"> </font></div><div><font color="#000000"> return EXIT_SUCCESS;</font></div></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">could you please tell me, why i am getting error at this position?</font></div>
<div><font color="#0000ff"><br></font></div><div><font color="#0000ff">Looking forward your reply soon.</font> </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>
<div><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 29, 2013 at 6:00 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. dll file (Zohreh Tavakoli)<br>
2. Can VTK be used with Codegear XE4 compilers??? (Bo Berglund)<br>
3. Real time 3D model (Zohreh Tavakoli)<br>
4. Re: Real time 3D model (Felipe Bordeu Weldt)<br>
5. [VTKUsers] How to change the color of the contour line?<br>
(hongsongyang)<br>
6. Re: Texture (Max)<br>
7. ??: [VTKUsers] How to change the color of the contour line?<br>
(hongsongyang)<br>
8. move actor (Max)<br>
9. Re: move actor (David Cole)<br>
10. Re: move actor (Max)<br>
11. Re: Real time 3D model (Max)<br>
12. Re: Can VTK be used with Codegear XE4 compilers??? (Sean McBride)<br>
13. Real Time 3D model (Zohreh Tavakoli)<br>
14. Re: [Insight-users] Real Time 3D model (Cory Quammen)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 28 Jul 2013 09:18:57 -0700 (PDT)<br>
From: Zohreh Tavakoli <<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>><br>
Subject: [vtkusers] dll file<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:1375028337.4746.YahooMailNeo@web160201.mail.bf1.yahoo.com">1375028337.4746.YahooMailNeo@web160201.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
?<br>
VtkRenderingFreeType-6.0.dll is missing from my computer.<br>
I need that soon for runing my project ,I would be happy ,if anybody send this file to me.<br>
?<br>
Thanks<br>
Zoya<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130728/ccdcee2a/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130728/ccdcee2a/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 28 Jul 2013 17:34:58 +0200<br>
From: Bo Berglund <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>><br>
Subject: [vtkusers] Can VTK be used with Codegear XE4 compilers???<br>
To: <a href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</a><br>
Message-ID: <<a href="mailto:1aeav8ha2ulg3fv8c1nuph9j15rb5qiofj@4ax.com">1aeav8ha2ulg3fv8c1nuph9j15rb5qiofj@4ax.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
I have an old application developed with BDS2006 that needs to be<br>
maintained. Current development IDE is XE4 level (with 32 and 64 bit<br>
compilers).<br>
Is it possible to compile VTK with these compilers?<br>
<br>
I ask before trying because when I last tried it with the BDS2006<br>
compiler it was a nightmarish experience with compilation taking an<br>
entire afternoon...<br>
(I am not the author of the application code, that developer has left<br>
the company, so I have to take over without his experience...)<br>
<br>
Much obliged for any insight on this!<br>
<br>
<br>
--<br>
Bo Berglund<br>
Developer in Sweden<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 28 Jul 2013 13:44:52 -0700 (PDT)<br>
From: Zohreh Tavakoli <<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>><br>
Subject: [vtkusers] Real time 3D model<br>
To: "<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>" <<a href="mailto:insight-users@itk.org">insight-users@itk.org</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:1375044292.21466.YahooMailIosMobile@web160218.mail.bf1.yahoo.com">1375044292.21466.YahooMailIosMobile@web160218.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi<br/><br/>I want to know ,Is it possible to make a Real time 3D model , In ITK or VTk or not??<br/><br/>Thanks<br/>Zoya<br/><br/>Sent from Yahoo! Mail for iPhone<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130728/2ee34bf6/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130728/2ee34bf6/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 28 Jul 2013 23:17:37 +0200<br>
From: Felipe Bordeu Weldt <<a href="mailto:felipe.bordeu@ec-nantes.fr">felipe.bordeu@ec-nantes.fr</a>><br>
Subject: Re: [vtkusers] Real time 3D model<br>
Cc: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:C48435C9-4871-48D9-9A22-DE6E460A74F3@ec-nantes.fr">C48435C9-4871-48D9-9A22-DE6E460A74F3@ec-nantes.fr</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
What do you mean by real time? Plotting realtime changing data? something like the Catalyst library from ParaView (<a href="http://catalyst.paraview.org" target="_blank">http://catalyst.paraview.org</a>).<br>
<br>
<br>
Felipe<br>
<br>
Le 28 juil. 2013 ? 22:44, Zohreh Tavakoli <<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>> a ?crit :<br>
<br>
><br>
> Hi<br>
><br>
> I want to know ,Is it possible to make a Real time 3D model , In ITK or VTk or not??<br>
><br>
> Thanks<br>
> Zoya<br>
><br>
> Sent from Yahoo! Mail for iPhone<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/20130728/823b6ab0/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130728/823b6ab0/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 29 Jul 2013 11:41:00 +0800<br>
From: "hongsongyang" <<a href="mailto:hongsongyang@163.com">hongsongyang@163.com</a>><br>
Subject: [vtkusers] [VTKUsers] How to change the color of the contour<br>
line?<br>
To: <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID: <C08DFE300A124D03AED839D04848A4AD@WlfPC><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Dear all,<br>
<br>
I have a question about the colors of the contour lines.<br>
<br>
When I use the vtkContourFilter as follow:<br>
<br>
<br>
<br>
vtkContourFilter contours<br>
<br>
contours SetInputConnection [extract GetOutputPort]<br>
<br>
contours GenerateValues 2 0 100<br>
<br>
<br>
<br>
There will be 2 contour lines generated, the 1st line color will always be<br>
BLUE, and the<br>
<br>
Second line color will always be RED.<br>
<br>
<br>
<br>
How could I change the contour line color manually?<br>
<br>
<br>
<br>
Thanks a lot.<br>
<br>
<br>
<br>
Best regards,<br>
<br>
Hongsongyang.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130729/dbc09896/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130729/dbc09896/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sun, 28 Jul 2013 23:34:53 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: Re: [vtkusers] Texture<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1375079693130-5722298.post@n5.nabble.com">1375079693130-5722298.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Right now I'm getting a texture that is warped according to some shape.<br>
In short, can VTK recognize my mesh (arbitrary shape) and wrap it with a<br>
texture accordingly?<br>
<br>
Thank you,<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Texture-tp5722231p5722298.html" target="_blank">http://vtk.1045678.n5.nabble.com/Texture-tp5722231p5722298.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 29 Jul 2013 15:16:51 +0800<br>
From: "hongsongyang" <<a href="mailto:hongsongyang@163.com">hongsongyang@163.com</a>><br>
Subject: [vtkusers] ??: [VTKUsers] How to change the color of the<br>
contour line?<br>
To: "'hongsongyang'" <<a href="mailto:hongsongyang@163.com">hongsongyang@163.com</a>>, <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID: <7E925012646E403CBDE6F0E324A01CE2@WlfPC><br>
Content-Type: text/plain; charset="gb2312"<br>
<br>
Oh, I have got the solution for this issue.<br>
<br>
Thanks a lot.<br>
<br>
<br>
<br>
_____<br>
<br>
???: <a href="mailto:vtkusers-bounces@vtk.org">vtkusers-bounces@vtk.org</a> [mailto:<a href="mailto:vtkusers-bounces@vtk.org">vtkusers-bounces@vtk.org</a>] ??<br>
hongsongyang<br>
????: Monday, July 29, 2013 11:41 AM<br>
???: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
??: [vtkusers] [VTKUsers] How to change the color of the contour line?<br>
<br>
<br>
<br>
Dear all,<br>
<br>
I have a question about the colors of the contour lines.<br>
<br>
When I use the vtkContourFilter as follow:<br>
<br>
<br>
<br>
vtkContourFilter contours<br>
<br>
contours SetInputConnection [extract GetOutputPort]<br>
<br>
contours GenerateValues 2 0 100<br>
<br>
<br>
<br>
There will be 2 contour lines generated, the 1st line color will always be<br>
BLUE, and the<br>
<br>
Second line color will always be RED.<br>
<br>
<br>
<br>
How could I change the contour line color manually?<br>
<br>
<br>
<br>
Thanks a lot.<br>
<br>
<br>
<br>
Best regards,<br>
<br>
Hongsongyang.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130729/bbdcb0cb/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130729/bbdcb0cb/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Mon, 29 Jul 2013 05:25:06 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: [vtkusers] move actor<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1375100706737-5722302.post@n5.nabble.com">1375100706737-5722302.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Dear VTKers,<br>
I want to move an actor. When i use the function setPosition of the actor i<br>
see that the coordinates are actor coords.<br>
Is there any other function/class/way to move an actor in the world<br>
coordinates?<br>
<br>
Thank you,<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/move-actor-tp5722302.html" target="_blank">http://vtk.1045678.n5.nabble.com/move-actor-tp5722302.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 29 Jul 2013 13:14:11 +0000<br>
From: David Cole <<a href="mailto:dlrdave@aol.com">dlrdave@aol.com</a>><br>
Subject: Re: [vtkusers] move actor<br>
To: " <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a> " <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>>, Max<br>
<<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Message-ID: <<a href="mailto:20130729131914.7545565B36@public.kitware.com">20130729131914.7545565B36@public.kitware.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
> I want to move an actor. When i use the function setPosition of the actor i<br>
> see that the coordinates are actor coords.<br>
> Is there any other function/class/way to move an actor in the world<br>
> coordinates?<br>
<br>
<br>
Use SetUserTransform with a vtkTransform object that does a translation transformation.<br>
<br>
<br>
Some examples:<br>
<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TransformOrderDemo" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TransformOrderDemo</a><br>
<br>
<br>
<br>
HTH,<br>
<br>
David C.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130729/ca39110f/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130729/ca39110f/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Mon, 29 Jul 2013 06:38:30 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: Re: [vtkusers] move actor<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1375105110342-5722304.post@n5.nabble.com">1375105110342-5722304.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Thank you, David.<br>
I have a problem to move a mesh with vtkTransform.<br>
When i'm trying to move vtkSphereSource it works fine.<br>
But for the mesh(read with vtkSTLReader) it refuses to translate.<br>
What could be the problem?<br>
<br>
<br>
Thank you,<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/move-actor-tp5722302p5722304.html" target="_blank">http://vtk.1045678.n5.nabble.com/move-actor-tp5722302p5722304.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Mon, 29 Jul 2013 06:52:02 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: Re: [vtkusers] Real time 3D model<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1375105922748-5722305.post@n5.nabble.com">1375105922748-5722305.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi Zoya,<br>
What do you mean 3d model? a mesh?<br>
real time you mean that you can ratate it? please explain...<br>
<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Real-time-3D-model-tp5722295p5722305.html" target="_blank">http://vtk.1045678.n5.nabble.com/Real-time-3D-model-tp5722295p5722305.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 12<br>
Date: Mon, 29 Jul 2013 10:56:41 -0400<br>
From: "Sean McBride" <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>><br>
Subject: Re: [vtkusers] Can VTK be used with Codegear XE4 compilers???<br>
To: <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>>, <<a href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</a>><br>
Message-ID: <<a href="mailto:20130729145641.462465351@mail.rogue-research.com">20130729145641.462465351@mail.rogue-research.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Sun, 28 Jul 2013 17:34:58 +0200, Bo Berglund said:<br>
<br>
>I have an old application developed with BDS2006 that needs to be<br>
>maintained. Current development IDE is XE4 level (with 32 and 64 bit<br>
>compilers).<br>
>Is it possible to compile VTK with these compilers?<br>
><br>
>I ask before trying because when I last tried it with the BDS2006<br>
>compiler it was a nightmarish experience with compilation taking an<br>
>entire afternoon...<br>
<br>
2006 was a long time ago. Wikipedia tells me XE4 was released this year. It may work better. I think you'll just have to try it. I'm not aware of any Embarcadero compilers on the VTK dashboard. If supporting this compiler is important to you, the best thing to do is set up an automated nightly build of VTK using that compiler.<br>
<br>
Cheers,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer Montr?al, Qu?bec, Canada<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 13<br>
Date: Mon, 29 Jul 2013 08:36:40 -0700 (PDT)<br>
From: Zohreh Tavakoli <<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>><br>
Subject: [vtkusers] Real Time 3D model<br>
To: "<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>" <<a href="mailto:insight-users@itk.org">insight-users@itk.org</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:1375112200.34586.YahooMailIosMobile@web160201.mail.bf1.yahoo.com">1375112200.34586.YahooMailIosMobile@web160201.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi every one<br/><br/>Is it possible to make a Realtime 3D model in Itk Vtk or not??<br/><br/>Thanks<br/>Zoya<br/><br/>Sent from Yahoo! Mail for iPhone<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130729/0dba8f9b/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130729/0dba8f9b/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 14<br>
Date: Mon, 29 Jul 2013 11:41:06 -0400<br>
From: Cory Quammen <<a href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>><br>
Subject: Re: [vtkusers] [Insight-users] Real Time 3D model<br>
To: Zohreh Tavakoli <<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>><br>
Cc: "<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>" <<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>>,<br>
"<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:CANmPiKDEaW4jCmbw8q0rctaVpwzG-098Y6kpjBnLBaUtQ8Q-qA@mail.gmail.com">CANmPiKDEaW4jCmbw8q0rctaVpwzG-098Y6kpjBnLBaUtQ8Q-qA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Zoya,<br>
<br>
You are going to have to be more specific about what you mean by "Realtime<br>
3D model" before anyone can answer your question. What are you trying to do?<br>
<br>
- Cory<br>
<br>
On Mon, Jul 29, 2013 at 11:36 AM, Zohreh Tavakoli<br>
<<a href="mailto:tavakoli.0991@yahoo.com">tavakoli.0991@yahoo.com</a>>wrote:<br>
<br>
> Hi every one<br>
><br>
> Is it possible to make a Realtime 3D model in Itk Vtk or not??<br>
><br>
> Thanks<br>
> Zoya<br>
><br>
> Sent from Yahoo! Mail for iPhone<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>
> Kitware offers ITK Training Courses, for more information visit:<br>
> <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
><br>
><br>
<br>
<br>
--<br>
Cory Quammen<br>
Research Associate<br>
Department of Computer Science<br>
The University of North Carolina at Chapel Hill<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130729/670fde6d/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130729/670fde6d/attachment-0001.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 111, Issue 45<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><span style="color:rgb(0,0,255)"><b>Best Regards<br>Rahul Indoria<br>Mobile No: +49-157-35652212</b></span><br></div>
</div></div></div>