[vtkusers] How to compute streamline length?

Andy Bauer andy.bauer at kitware.com
Sat Sep 3 09:49:07 EDT 2016


I don't think there's any any better way than you're currently doing for
this. You could modify the stream tracer filter to optionally provide this
output though.

On Fri, Sep 2, 2016 at 11:06 AM, vincentrivola <vincentrivola at hotmail.com>
wrote:

> Dear all, I am looking for a simple (and as fast as possible) way to get
> the curvilinear / arc length of a streamline generated using the
> vtkStreamTracer filter. Is it it possible to get it directly as an output?
> So far I did an ugly workaround but I would like to get something faster.
> My current code uses vtkThreshold to select streamlines one by one and a
> sort filter in order to compute the length of each segment of each
> streamline and then sum them to get the curvilinear length of a streamline.
> ------------------------------
> View this message in context: How to compute streamline length?
> <http://vtk.1045678.n5.nabble.com/How-to-compute-streamline-length-tp5740114.html>
> Sent from the VTK - Users mailing list archive
> <http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html> at Nabble.com.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160903/a7afdde0/attachment.html>


More information about the vtkusers mailing list