----------------------------------------------------------------------------
| 1841 | |
| 1842 | //---------------------------------------------------------------------------- |
| 1843 | inline vtkIdType vtkCellArray::InsertNextCell(int npts) |
| 1844 | { |
| 1845 | vtkIdType cellId; |
| 1846 | this->Dispatch(vtkCellArray_detail::InsertNextCellImpl{}, npts, cellId); |
| 1847 | return cellId; |
| 1848 | } |
| 1849 | |
| 1850 | //---------------------------------------------------------------------------- |
| 1851 | inline void vtkCellArray::InsertCellPoint(vtkIdType id) |