[vtkusers] Moving a vertex

David Doria daviddoria at gmail.com
Tue Sep 21 12:57:22 EDT 2010


On Tue, Sep 21, 2010 at 12:51 PM, rakesh patil
<prakeshofficial at gmail.com> wrote:
> Hi,
>
> I see that the Data in the interactor style, is coming from glyph filter.
> And everytime, Data is being updated, but how will glyph filter come to know
> that its data is modified?
>
> I guess there should be some means to update that glyph filter as done in
> the previous example..
>
> Thanks
>
> Regards
> Rakesh Patil

The glyph filter should update automatically because I call Modified()
on the Data that is the input to it, right? This part is actually the
second step - the first step is why does the "ghost glyph" not appear
and get dragged around?

David



More information about the vtkusers mailing list