Hi all,<br><br>Currently, without vtkCellTypes we cannot randomly access cell in poly data because there is no uniform "entry length" in vtkCellArray (cells may have different number of connectivities).<br><br>However, vtkCellLinks can support random access for every point, because it uses local linked list in each entry.<br>
<br>Why wasn't vtkCellArray designed like vtkCellLinks? If so, we can deal with only three arrays instead of four.<br><br>Could anyone please help me with that puzzle? What is the advantage of the current design?<br><br>
Thanks!<br><br>Best regards,<br>Mingcheng Chen<br>February 9th, 2012<br>