----------------------------------------------------------------------------
| 1849 | |
| 1850 | //---------------------------------------------------------------------------- |
| 1851 | inline void vtkCellArray::InsertCellPoint(vtkIdType id) |
| 1852 | { |
| 1853 | this->Dispatch(vtkCellArray_detail::InsertCellPointImpl{}, id); |
| 1854 | } |
| 1855 | |
| 1856 | //---------------------------------------------------------------------------- |
| 1857 | inline void vtkCellArray::UpdateCellCount(int npts) |