[vtkusers] Re : question about vtkPolyDataConnectivityFilter
Anja Ende
anja.ende at googlemail.com
Sun Apr 6 18:49:57 EDT 2008
On 06/04/2008, Mark Jefferson <mark.jefferson at qq.com> wrote:
> Hi, Anja,
> I have accessed all the points in a polygon. maybe you can try this codes
> :
>
> for( int i = 0; i < vtkPolyData::GetNumberOfPoints(); i++
> )
> {
> float * pointer = vtkPolyData::GetPoint( i );
> }
>
> hope that can help you.
> Mark
Thanks Mark.
--
Cheers,
Anja
More information about the vtkusers
mailing list