Ooops, shame on me... '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't know...<br><br>Thanks again<br><br>Jerome<br><br><div class="gmail_quote">2010/4/10 Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></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 ->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 <<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I updated the licence (BSD) and commented the filter. You will<br>
> find it here:<br>
> <a href="http://github.com/jeromevelut/" target="_blank">http://github.com/jeromevelut/</a><br>
><br>
> The 'vtkKinship' git repo is what interests you: get it, compile it<br>
> with CMake. The filter vtkThickTubeFilter produces the latter<br>
> screenshot.<br>
><br>
> It is simply based on 2 vtkTubeFilters and a custom capping. So<br>
> it takes as input any polydata, assuming they have polylines.<br>
> It means that vtkLineSource is suitable for this filter. I tried with<br>
> vtkSplineSource under ParaView and created funny macaroni !<br>
><br>
> Feel free to ask any questions regarding that filter/repo<br>
><br>
> Jerome<br>
><br>
> 2010/4/10 Fauze Polpeta <<a href="mailto:fauze.polpeta@gmail.com">fauze.polpeta@gmail.com</a>><br>
>><br>
>> Hi Jérôme<br>
>><br>
>> This is exactly what I'm looking for. Please, let me know when<br>
>> available and how to download.<br>
>><br>
>> Was this pipe built from a vtkLineSource? If not, would I still be<br>
>> able to positioning it by relying on the coordinates of two 3D points?<br>
>> Or do I need to use vtkTransform?<br>
>><br>
>> Thanks for your courtesy<br>
>><br>
>> Fauze<br>
>><br>
>> On Fri, Apr 9, 2010 at 7:20 PM, David Doria <<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>><br>
>> wrote:<br>
>> > On Fri, Apr 9, 2010 at 6:14 PM, Jérôme <<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>> wrote:<br>
>> >> Hi,<br>
>> >><br>
>> >> I attached a screenshot of a filter of mine that builds what I think<br>
>> >> you are<br>
>> >> looking for... If this is what you, just tell me: I just have to put<br>
>> >> some<br>
>> >> licence info<br>
>> >> in my github lib, then you can get it.<br>
>> >><br>
>> >> HTH<br>
>> >> Jerome<br>
>> ><br>
>> > That is definitely what he was looking for. Jermoe - you should<br>
>> > definitely send it to the devel list and get it added to VTK.<br>
>> ><br>
>> > Thanks,<br>
>> ><br>
>> > David<br>
>> ><br>
><br>
><br>
</div></div><div><div></div><div class="h5">> _______________________________________________<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>
</div></div></blockquote></div><br>