------------------------------------------------------------------------------
| 1421 | |
| 1422 | //------------------------------------------------------------------------------ |
| 1423 | void vtkCellArray::ReverseCellAtId(vtkIdType cellId) |
| 1424 | { |
| 1425 | this->Dispatch(ReverseCellAtIdImpl{}, cellId); |
| 1426 | } |
| 1427 | |
| 1428 | //------------------------------------------------------------------------------ |
| 1429 | void vtkCellArray::ReplaceCellAtId(vtkIdType cellId, vtkIdList* list) |