[Paraview] Minor Bug in vtkCellArray?

Amy Squillacote amy.squillacote at kitware.com
Tue Jul 31 12:41:45 EDT 2007


No, the 1st signature is correct. The 1st argument is the number of 
points in the cell, and the next is an array of vtkIdType. If vtkIdList* 
was used instead, there would be no need for the 1st argument since 
vtkIdList has a GetNumberOfIds() method.

- Amy

Kent Eschenberg wrote:
> Should
>
> vtkIdType vtkCellArray::InsertNextCell(vtkIdType, const vtkIdType*)
>
> be
>
> vtkIdType vtkCellArray::InsertNextCell(vtkIdType, const vtkIdList*)
>
> ?
>
> Kent
> Pittsburgh Supercomputing Center
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>

-- 
Amy Squillacote
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
Phone: (518) 371-3971 x106



More information about the ParaView mailing list