Ooops, shame on me... &#39;miss it.<br><br>I want to use the vtkSmartPointer now, as it seems to be<br>recommended. Sometimes, I mix both way of allocating !<br><br>Well, thank you for your code review. <br><br>Regarding a submission to VTK journal, it is on my mind. But<br>
I would rather write a few more filters in vtkKinship and present<br>the whole extension library. One question: I also released two <br>other lib (Chiron and Peavip) but they are heavily related to <br>ParaView, not VTK. Does Kitware intend to provide a specific<br>
journal for PV, or the way is to submit to VTK journal? Or maybe<br>Kitware Source? I really don&#39;t know...<br><br>Thanks again<br><br>Jerome<br><br><div class="gmail_quote">2010/4/10 Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jérôme,<br>
<br>
Nice filter. You might consider writing a vtk journal article.<br>
<a href="http://www.midasjournal.org/?journal=35" target="_blank">http://www.midasjournal.org/?journal=35</a><br>
<br>
Also, I think you will be leaking the internal vtk objects that you<br>
create with ::New(). You should either -&gt;Delete() them before<br>
returning, or use vtkSmartPointers.<br>
<font color="#888888"><br>
Bill<br>
</font><div><div></div><div class="h5"><br>
<br>
On Sat, Apr 10, 2010 at 9:56 AM, Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I updated the licence (BSD) and commented the filter. You will<br>
&gt; find it here:<br>
&gt; <a href="http://github.com/jeromevelut/" target="_blank">http://github.com/jeromevelut/</a><br>
&gt;<br>
&gt; The &#39;vtkKinship&#39; git repo is what interests you: get it, compile it<br>
&gt; with CMake. The filter vtkThickTubeFilter produces the latter<br>
&gt; screenshot.<br>
&gt;<br>
&gt; It is simply based on 2 vtkTubeFilters and a custom capping. So<br>
&gt; it takes as input any polydata, assuming they have polylines.<br>
&gt; It means that vtkLineSource is suitable for this filter. I tried with<br>
&gt; vtkSplineSource under ParaView and created funny macaroni !<br>
&gt;<br>
&gt; Feel free to ask any questions regarding that filter/repo<br>
&gt;<br>
&gt; Jerome<br>
&gt;<br>
&gt; 2010/4/10 Fauze Polpeta &lt;<a href="mailto:fauze.polpeta@gmail.com">fauze.polpeta@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Jérôme<br>
&gt;&gt;<br>
&gt;&gt; This is exactly what I&#39;m looking for. Please, let me know when<br>
&gt;&gt; available and how to download.<br>
&gt;&gt;<br>
&gt;&gt; Was this pipe built from a vtkLineSource? If not, would I still be<br>
&gt;&gt; able to positioning it by relying on the coordinates of two 3D points?<br>
&gt;&gt; Or do I need to use vtkTransform?<br>
&gt;&gt;<br>
&gt;&gt; Thanks for your courtesy<br>
&gt;&gt;<br>
&gt;&gt; Fauze<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Apr 9, 2010 at 7:20 PM, David Doria &lt;<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; On Fri, Apr 9, 2010 at 6:14 PM, Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I attached a screenshot of a filter of mine that builds what I think<br>
&gt;&gt; &gt;&gt; you are<br>
&gt;&gt; &gt;&gt; looking for... If this is what you, just tell me: I just have to put<br>
&gt;&gt; &gt;&gt; some<br>
&gt;&gt; &gt;&gt; licence info<br>
&gt;&gt; &gt;&gt; in my github lib, then you can get it.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; HTH<br>
&gt;&gt; &gt;&gt; Jerome<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; That is definitely what he was looking for. Jermoe - you should<br>
&gt;&gt; &gt; definitely send it to the devel list and get it added to VTK.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; David<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>