------------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | vtkIdType vtkUnstructuredGridBase::InsertNextCell(int type, vtkIdType npts, const vtkIdType pts[]) |
| 49 | { |
| 50 | return this->InternalInsertNextCell(type, npts, pts); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | vtkIdType vtkUnstructuredGridBase::InsertNextCell(int type, vtkIdList* ptIds) |
no test coverage detected