------------------------------------------------------------------------------
| 79 | |
| 80 | //------------------------------------------------------------------------------ |
| 81 | void vtkUnstructuredGridBase::ReplaceCell(vtkIdType cellId, int npts, const vtkIdType pts[]) |
| 82 | { |
| 83 | this->InternalReplaceCell(cellId, npts, pts); |
| 84 | } |
| 85 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected