[vtkusers] Delaunay2D problems
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed Feb 4 10:54:27 EST 2004
David,
This is just a design, VTK is command driven. You can set a pipeline
and never call Update so nothing won't happen. This is great for two
different pipelines, depending on user input. You update the first one
or the second, and you don't waste time on the one not used.
Does it make sense ?
Mathieu
David Catala wrote:
> Thank you very much Mathieu.
> It works.
> I think I haven't clear why is Update necessary?
> Should structures update automatically after a filter?
>
> -----Mensaje original-----
> De: Mathieu Malaterre [mailto:mathieu.malaterre at kitware.com]
> Enviado el: dimecres, 4 / febrer / 2004 15:48
> Para: David Catala
> CC: vtkusers at vtk.org
> Asunto: Re: [vtkusers] Delaunay2D problems
>
>
> Did you call Update() on the filter before instepcting the output ?
>
> Mathieu
>
>
> David Catala wrote:
>
>>Hello,
>>I send this message again beacuse I hadn't answer.
>>
>>I have a problem with vtkDelaunay2D, I need to extract only the
>>triangles from output of Delaunay but in the output I haven't
>
> points,
>
>>triangles,strips,
>>points, I have nothing.
>>But if I render the output I have a surface with triangles. I don't
>>find the data.
>>
>>regards,
>>David
>>
>>_______________________________________________
>>This is the private VTK discussion list.
>>Please keep messages on-topic. Check the FAQ at:
>><http://public.kitware.com/cgi-bin/vtkfaq>
>>Follow this link to subscribe/unsubscribe:
>>http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>_______________________________________________
>>This is the private VTK discussion list.
>>Please keep messages on-topic. Check the FAQ at:
>
> <http://public.kitware.com/cgi-bin/vtkfaq>
>
>>Follow this link to subscribe/unsubscribe:
>>http://www.vtk.org/mailman/listinfo/vtkusers
>>
>
>
>
>
>
>
More information about the vtkusers
mailing list