----------------------------------------------------------------------------
| 1855 | |
| 1856 | //---------------------------------------------------------------------------- |
| 1857 | inline void vtkCellArray::UpdateCellCount(int npts) |
| 1858 | { |
| 1859 | this->Dispatch(vtkCellArray_detail::UpdateCellCountImpl{}, npts); |
| 1860 | } |
| 1861 | |
| 1862 | //---------------------------------------------------------------------------- |
| 1863 | inline vtkIdType vtkCellArray::InsertNextCell(vtkIdList* pts) |