[vtkusers] Activiz.NET VTKCellArray Missing Functions

David Gobbi david.gobbi at gmail.com
Sun Oct 23 19:07:44 EDT 2011


The change made it into VTK 5.8.   The new method will put the IDs
into a user-supplied vtkIdList:

int GetNextCell(vtkIdList *pts);

This method is wrapped in Python, and probably in ActiViz, too.

 - David


On Sun, Oct 23, 2011 at 10:51 AM, Sam <sistephan at gmail.com> wrote:
>
> Hi David,
>
> Did a VTKCellArray -> GetNextCell function get implemented in VTK 5.8 that
> does not use pass by reference parameters and therefore can be wrapped in
> Activiz? I don't see one.
>
> Thanks,
> Sam



More information about the vtkusers mailing list