<div dir="ltr">Hi,<div> I just want to ask you, what is meaning of volume data in images.</div><div><br></div><div>David</div><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Sep 2, 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:0 0 0 .8ex;border-left:1px #ccc 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. VTK 6.0 and .NET Wrapper (fasth)<br>
2. volume rendering (R R)<br>
3. Triangulation (R R)<br>
4. Finding Distance (safna)<br>
5. Fwd: Finding Distance (safna)<br>
6. Re: plot a huge amount of spheres (curator)<br>
7. Re: Fwd: Finding Distance (Max)<br>
8. Re: VTK 6.0 and .NET Wrapper (Max)<br>
9. Re: Volume Outline on the surface (david bahn)<br>
10. Re: Volume Outline on the surface (Bill Lorensen)<br>
11. Re: Fwd: Finding Distance (safna)<br>
12. Re: Fwd: Finding Distance (Bill Lorensen)<br>
13. Libraries (Altamash Abbasi)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 1 Sep 2013 13:28:20 -0700 (PDT)<br>
From: fasth <<a href="mailto:in307@yandex.ru">in307@yandex.ru</a>><br>
Subject: [vtkusers] VTK 6.0 and .NET Wrapper<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1378067300513-5723190.post@n5.nabble.com">1378067300513-5723190.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
As I founded last version of .NET wrapper is for VTK 5.8.<br>
Is there any way to use VTK 6.0 in .NET?<br>
Are you going to continue support of .NET of its done and 5.8 is considered<br>
to be last?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK-6-0-and-NET-Wrapper-tp5723190.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-6-0-and-NET-Wrapper-tp5723190.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 1 Sep 2013 16:13:45 -0700 (PDT)<br>
From: R R <<a href="mailto:rrane@rocketmail.com">rrane@rocketmail.com</a>><br>
Subject: [vtkusers] volume rendering<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:1378077225.40691.YahooMailNeo@web162804.mail.bf1.yahoo.com">1378077225.40691.YahooMailNeo@web162804.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello everybody,<br>
<br>
I'm having a problem with volume rendering. I have a 100*100*100 matrix. I have the RGB and opacity values corresponding to each voxel. But I don't know how to visualize my data using vtk. Could you please help me with that?<br>
<br>
I have searched but I see that in most cases mappers and filters are used to generate the volume from a surface. But in my case I have a whole data and want to just visualize it. Any advise?<br>
<br>
Any help and information will be greatly appreciated.<br>
<br>
Thank you,<br>
Rane<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130901/c8dd7f9c/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130901/c8dd7f9c/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 1 Sep 2013 23:32:07 -0700 (PDT)<br>
From: R R <<a href="mailto:rrane@rocketmail.com">rrane@rocketmail.com</a>><br>
Subject: [vtkusers] Triangulation<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:1378103527.18013.YahooMailNeo@web162806.mail.bf1.yahoo.com">1378103527.18013.YahooMailNeo@web162806.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello everybody,<br>
<br>
I've used Delaunay2D on a point cloud data of a face to create a triangulated mesh but the result doesn't look good. Could any body please help me why the result look like this? (I have attached an image of the result)<br>
<br>
Any help will be greatly appreciated!<br>
<br>
Thank you so much,<br>
Rane<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130901/6532e1da/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130901/6532e1da/attachment-0001.htm</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: 1.jpg<br>
Type: image/jpeg<br>
Size: 25138 bytes<br>
Desc: not available<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130901/6532e1da/attachment-0001.jpg" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130901/6532e1da/attachment-0001.jpg</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 2 Sep 2013 15:02:27 +0530<br>
From: safna <<a href="mailto:safna.royal10@gmail.com">safna.royal10@gmail.com</a>><br>
Subject: [vtkusers] Finding Distance<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
<<a href="mailto:CAC0f8ZSEa-jHgWZxqXp-h7TLwR1wjuoZ%2Benr-qTYfGgNK4c6Gg@mail.gmail.com">CAC0f8ZSEa-jHgWZxqXp-h7TLwR1wjuoZ+enr-qTYfGgNK4c6Gg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Dear All,<br>
<br>
<br>
<br>
how to find the distance between two object in vtk??<br>
like a line source and sphere source...how can i get the closest distance<br>
between two objects<br>
<br>
<br>
<br>
Thank you,<br>
<br>
<br>
Safna<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/f5459a74/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/f5459a74/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 2 Sep 2013 16:10:41 +0530<br>
From: safna <<a href="mailto:safna.royal10@gmail.com">safna.royal10@gmail.com</a>><br>
Subject: [vtkusers] Fwd: Finding Distance<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
<<a href="mailto:CAC0f8ZQxOOd%2BFATW_i5Bh1eB7CXeuQW3ON0HEFDYBz_M9MN5MA@mail.gmail.com">CAC0f8ZQxOOd+FATW_i5Bh1eB7CXeuQW3ON0HEFDYBz_M9MN5MA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
---------- Forwarded message ----------<br>
From: safna <<a href="mailto:safna.royal10@gmail.com">safna.royal10@gmail.com</a>><br>
Date: Mon, Sep 2, 2013 at 3:02 PM<br>
Subject: Finding Distance<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
<br>
<br>
<br>
Dear All,<br>
<br>
<br>
<br>
how to find the distance between two object in vtk??<br>
like a line source and sphere source...how can i get the closest distance<br>
between two objects and the minimum distance points in two objects...<br>
<br>
<br>
<br>
Thank you,<br>
<br>
<br>
Safna<br>
<br>
<br>
<br>
<br>
<br>
--<br>
<br>
Keep Smiling !!!<br>
<br>
<br>
safna<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/6c4fcd59/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/6c4fcd59/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 02 Sep 2013 13:25:29 +0200<br>
From: curator <<a href="mailto:curator@gmx.de">curator@gmx.de</a>><br>
Subject: Re: [vtkusers] plot a huge amount of spheres<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:522475A9.9010306@gmx.de">522475A9.9010306@gmx.de</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Sry for disturbing again, but does noone have an idea about that?<br>
<br>
regards,<br>
curator<br>
<br>
Am <a href="tel:26.08.2013%2015" value="+12608201315">26.08.2013 15</a>:04, schrieb curator:<br>
> Hi and thanks for your help.<br>
><br>
> I read some pages about vtkGlyph3D and came up up with following solution.<br>
><br>
> m_vtkCenterPoints = vtkPoints::New();<br>
> m_vtkCenterPolyData = vtkPolyData::New();<br>
> m_vtkSphereSource = vtkSphereSource::New();<br>
> m_vtkGlyph3D = vtkGlyph3D::New();<br>
><br>
> m_vtkCenterPolyData->SetPoints(m_vtkCenterPoints);<br>
> m_vtkGlyph3D->SetSourceConnection(m_vtkSphereSource->GetOutputPort());<br>
> m_vtkGlyph3D->SetInputData(m_vtkCenterPolyData);<br>
> m_vtkGlyph3D->GeneratePointIdsOn();<br>
><br>
> m_vtkMapper->SetInputConnection(m_vtkGlyph3D->GetOutputPort());<br>
><br>
> ....<br>
> addData(...)<br>
> {<br>
> m_vtkCenterPoints->InsertNextPoint(i_Position.x,i_Position.y,i_Position.z);<br>
> m_Data.push_back("I am some information");<br>
> }<br>
> .....<br>
> m_vtkGlyph3D->Update();<br>
><br>
> So, this works. I have to point out that I have different vtkGlyphs<br>
> plotted simultainiously. Nevertheless, I now would like to use a<br>
> picker, which means that I would like give some text output of the<br>
> current sphere.<br>
><br>
> Therefore, during mouseover, I already managed to determine the<br>
> current vtkActor and, hence, are already in the "correct" glyph. Now<br>
> my idea is, that during the "addData" call, a stl::vector is filled<br>
> with information. The number of elements should be identical to the<br>
> number of points, as both is extended by one with each call. My aim is<br>
> something like<br>
><br>
> ...<br>
> int ID = i_dont_know() // id of current sphere<br>
> printf("Your information is %d\n",m_Data[ID]);<br>
> ...<br>
> I tried around with vtkCellPicker and vtkPointPicker, which seem to<br>
> work in general, but are not very accurate, which means that some<br>
> sometimes come up with wrong data as output.<br>
> if ( m_PointPicker->Pick( i_X, i_Y, 0, i_Renderer ) )<br>
> {<br>
> // something is picked<br>
> int ID2 =m_PointPicker->GetPointId();<br>
><br>
> vtkDataArray *p_Array =<br>
> m_vtkGlyph3D->GetOutput()->GetPointData()->GetArray("InputPointIds");<br>
> int ID = int(p_Array->GetTuple1(p_ID2 ));<br>
> }<br>
> or<br>
> if ( m_CellPicker->Pick( i_X, i_Y, 0, i_Renderer ) )<br>
> {<br>
> // something is picked<br>
> int ID2 =m_CellPicker->GetCellId();<br>
><br>
> vtkDataArray *p_Array =<br>
> m_vtkGlyph3D->GetOutput()->GetPointData()->GetArray("InputPointIds");<br>
> int ID = int(p_Array->GetTuple1(p_ID2 ));<br>
> }<br>
><br>
> Is there a more correct approach?<br>
><br>
> regards,<br>
> curator<br>
> Am 22.08.2013 16:55, schrieb David E DeMarle:<br>
>> Use a vtkPolyData with points on the locations, and a VTK_VERTEX cell<br>
>> refering to each one.<br>
>><br>
>> Then send that into vtkGlyph to have the CPU makes the spheres which<br>
>> then get send to the card.<br>
>><br>
>> Better yet, draw it with vtkGlyph3dMapper to make the spheres via<br>
>> vertex programs on the GPU instead of the CPU.<br>
>><br>
>> Better still, bring ParaView's point sprite plugin over, which will<br>
>> draw the spheres via fragment programs on the GPU.<br>
>><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 Thu, Aug 22, 2013 at 10:45 AM, 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>
>> You need only multiple actors, all using the same mapper.<br>
>><br>
>><br>
>> On 23/08/2013 2:39 a.m., curator wrote:<br>
>><br>
>> Hi all,<br>
>><br>
>> I am able to draw a vtkSphere with its own vtkSphere,<br>
>> vtkActor and vtkMapper equipped together. Now if I need<br>
>> several spheres, I add multiple instances of this stuff for<br>
>> each sphere and add them all up to the same renderer - so<br>
>> far, so good.<br>
>><br>
>> Now I need to draw a really huge amount of spheres, which are<br>
>> all identical except the position. Is there any more<br>
>> efficient way to to that than just creating N vtkActors, N<br>
>> vtkMappers and N vtkSpheres?<br>
>><br>
>> regards,<br>
>> curator<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>
>> 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 <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>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/37293072/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/37293072/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 2 Sep 2013 04:45:27 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: Re: [vtkusers] Fwd: Finding Distance<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1378122327911-5723196.post@n5.nabble.com">1378122327911-5723196.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/SimpleOperations/DistanceBetweenPoints" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/SimpleOperations/DistanceBetweenPoints</a><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Finding-Distance-tp5723193p5723196.html" target="_blank">http://vtk.1045678.n5.nabble.com/Finding-Distance-tp5723193p5723196.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Mon, 2 Sep 2013 05:04:47 -0700 (PDT)<br>
From: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Subject: Re: [vtkusers] VTK 6.0 and .NET Wrapper<br>
To: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID: <<a href="mailto:1378123487331-5723197.post@n5.nabble.com">1378123487331-5723197.post@n5.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi fasth,<br>
I'm using activiz which is a .Net wrapper above vtk.<br>
As you said it uses vtk 5.8, and I already asked about it in this forum -<br>
no, no planning for developing vtk 6 for activiz in the near future...<br>
It is really sad, since many cool features are present in vtk 6 and lack in<br>
5.8 and some people even tried to convince me to develop in c++,<br>
it is sad for activiz project, since if the support for it is discontinued,<br>
all the huge efford until version 5.8 will be a waste (in a few months no<br>
one will want to develop with vtk 5.8)<br>
It is also sad for all the .Net developers since it can be a huge factor for<br>
them not to use vtk at all.<br>
I hope that kitware developers will reconsider their decision, since many<br>
developers today are used to develop in .Net.<br>
<br>
Max<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK-6-0-and-NET-Wrapper-tp5723190p5723197.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-6-0-and-NET-Wrapper-tp5723190p5723197.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 2 Sep 2013 14:09:29 +0200<br>
From: david bahn <<a href="mailto:bahndavid2006@gmail.com">bahndavid2006@gmail.com</a>><br>
Subject: Re: [vtkusers] Volume Outline on the surface<br>
To: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>>, <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
<CAD5JttJ9rY5tjrxJ+zW1PhhVXMHz7Dvusu=-=<a href="mailto:fT9Mgz-67yzmg@mail.gmail.com">fT9Mgz-67yzmg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
Here volume outline means, i have to create the volume outline of the<br>
data, like it is given in the on right side figure<br>
<a href="http://www.it.uu.se/edu/course/homepage/vetvis/ht11/ComputerExercises/assignment2.shtml" target="_blank">http://www.it.uu.se/edu/course/homepage/vetvis/ht11/ComputerExercises/assignment2.shtml</a><br>
,<br>
can anybody tell how can i do this? note: i cannot use vtkwidget class here.<br>
<br>
<br>
On Fri, Aug 30, 2013 at 2:28 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>>wrote:<br>
<br>
> What is the volume outline?<br>
><br>
><br>
><br>
> On Fri, Aug 30, 2013 at 8:24 AM, david bahn <<a href="mailto:bahndavid2006@gmail.com">bahndavid2006@gmail.com</a>>wrote:<br>
><br>
>> Hi All,<br>
>> Anybody can tell me, how can we show the volume outline on the<br>
>> surface(or polydata).<br>
>><br>
>><br>
>> david<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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/e1dae307/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/e1dae307/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Mon, 2 Sep 2013 08:12:19 -0400<br>
From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
Subject: Re: [vtkusers] Volume Outline on the surface<br>
To: david bahn <<a href="mailto:bahndavid2006@gmail.com">bahndavid2006@gmail.com</a>><br>
Cc: VTK Users <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<<a href="mailto:CADZJ4hM5ougKzcp%2Bn5oNkAKX_6D7C0_6A8nkyY%2BYKXudagf2YQ@mail.gmail.com">CADZJ4hM5ougKzcp+n5oNkAKX_6D7C0_6A8nkyY+YKXudagf2YQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
<a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/Outline" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/Outline</a><br>
<br>
<br>
On Mon, Sep 2, 2013 at 8:09 AM, david bahn <<a href="mailto:bahndavid2006@gmail.com">bahndavid2006@gmail.com</a>> wrote:<br>
> Hi,<br>
> Here volume outline means, i have to create the volume outline of the<br>
> data, like it is given in the on right side figure<br>
> <a href="http://www.it.uu.se/edu/course/homepage/vetvis/ht11/ComputerExercises/assignment2.shtml" target="_blank">http://www.it.uu.se/edu/course/homepage/vetvis/ht11/ComputerExercises/assignment2.shtml</a><br>
> , can anybody tell how can i do this? note: i cannot use vtkwidget class<br>
> here.<br>
><br>
><br>
> On Fri, Aug 30, 2013 at 2:28 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
> wrote:<br>
>><br>
>> What is the volume outline?<br>
>><br>
>><br>
>><br>
>> On Fri, Aug 30, 2013 at 8:24 AM, david bahn <<a href="mailto:bahndavid2006@gmail.com">bahndavid2006@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> Hi All,<br>
>>> Anybody can tell me, how can we show the volume outline on the<br>
>>> surface(or polydata).<br>
>>><br>
>>><br>
>>> david<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>
<br>
<br>
------------------------------<br>
<br>
Message: 11<br>
Date: Mon, 2 Sep 2013 17:52:43 +0530<br>
From: safna <<a href="mailto:safna.royal10@gmail.com">safna.royal10@gmail.com</a>><br>
Subject: Re: [vtkusers] Fwd: Finding Distance<br>
To: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>>, <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Message-ID:<br>
<CAC0f8ZQY=RLdAy=<a href="mailto:fndKoQFzRNOs1GiN1B14nvuhNL8qa708KFg@mail.gmail.com">fndKoQFzRNOs1GiN1B14nvuhNL8qa708KFg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Dear Max<br>
<br>
<br>
I want to get the closest distance between two object like a line source<br>
and sphere source not the distance between two points<br>
<br>
<br>
<br>
<br>
Thank You,<br>
<br>
safna<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/a52ac4cd/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/a52ac4cd/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 12<br>
Date: Mon, 2 Sep 2013 08:23:50 -0400<br>
From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
Subject: Re: [vtkusers] Fwd: Finding Distance<br>
To: Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>><br>
Cc: VTK Users <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
Message-ID:<br>
<CADZJ4hNWyfH3M_dyuphoads2j0Whq4qg=<a href="mailto:9ZrS1UVLtbFz3uuZA@mail.gmail.com">9ZrS1UVLtbFz3uuZA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
<a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DistancePolyDataFilter" target="_blank">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DistancePolyDataFilter</a><br>
<br>
<br>
On Mon, Sep 2, 2013 at 7:45 AM, Max <<a href="mailto:smapersmaper@gmail.com">smapersmaper@gmail.com</a>> wrote:<br>
> <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/SimpleOperations/DistanceBetweenPoints" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/SimpleOperations/DistanceBetweenPoints</a><br>
><br>
><br>
><br>
> --<br>
> View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Finding-Distance-tp5723193p5723196.html" target="_blank">http://vtk.1045678.n5.nabble.com/Finding-Distance-tp5723193p5723196.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 <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>
Unpaid intern in BillsBasement at noware dot com<br>
<br>
<br>
------------------------------<br>
<br>
Message: 13<br>
Date: Mon, 2 Sep 2013 20:58:08 +0500<br>
From: Altamash Abbasi <<a href="mailto:altamashabbasi@gmail.com">altamashabbasi@gmail.com</a>><br>
Subject: [vtkusers] Libraries<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>
<CACmdbMPVvtDERV+XUSAYZkJy1=<a href="mailto:pu3yBKuFGKOJqWFzxLx9KQDA@mail.gmail.com">pu3yBKuFGKOJqWFzxLx9KQDA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I want to learn all the libraries of VTK and their functions . . . which<br>
tutorial/web address/books will help me . . .<br>
<br>
Thanxalot<br>
Altamash Abbasi<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://www.vtk.org/pipermail/vtkusers/attachments/20130902/56aecce1/attachment-0001.htm" target="_blank">http://www.vtk.org/pipermail/vtkusers/attachments/20130902/56aecce1/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 113, Issue 1<br>
****************************************<br>
</blockquote></div><br></div></div>