----------------------------------------------------------------------------
| 220 | |
| 221 | //---------------------------------------------------------------------------- |
| 222 | inline void vtkCellLinks::InsertNextCellReference(vtkIdType ptId, vtkIdType cellId) |
| 223 | { |
| 224 | this->Array[ptId].cells[this->Array[ptId].ncells++] = cellId; |
| 225 | } |
| 226 | |
| 227 | //---------------------------------------------------------------------------- |
| 228 | inline void vtkCellLinks::RemoveCellReference(vtkIdType cellId, vtkIdType ptId) |