[vtkusers] vtkGenericPointIterator

Arturo Caissut arturo_caissut at tiscali.it
Tue Feb 10 03:13:49 EST 2009


Hi,
thank you for your interest, I found the error in my pipeline and it was 
not related to vtkGenericPointIterator as I thought.

Thank you for your time,
Arturo


David Thompson ha scritto:
>> is someonw here skilled in vtkGenericPointIterator use? I cannot figure 
>> out how to exactly use it...
>>     
> The vtkGenericPointIterator is only designed to work with the
> vtkGenericDataSet class. Does your dataset inherit vtkGenericDataSet? If
> so, call your dataset's NewPointIterator() method (or a
> vtkGenericAdaptorCell's GetPointIterator() method). Then call Begin(),
> followed by Next() until IsAtEnd() returns true.
>
> 	David
>
>
>
>   




More information about the vtkusers mailing list