------------------------------------------------------------------------------
| 1440 | |
| 1441 | //------------------------------------------------------------------------------ |
| 1442 | void vtkCellArray::ReplaceCellPointAtId( |
| 1443 | vtkIdType cellId, vtkIdType cellPointIndex, vtkIdType newPointId) |
| 1444 | { |
| 1445 | this->Dispatch(ReplaceCellPointAtIdImpl{}, cellId, cellPointIndex, newPointId); |
| 1446 | } |
| 1447 | |
| 1448 | //------------------------------------------------------------------------------ |
| 1449 | void vtkCellArray::ExportLegacyFormat(vtkIdTypeArray* data) |
no test coverage detected