VTK_DEPRECATED_IN_9_6_0() ------------------------------------------------------------------------------
| 252 | // VTK_DEPRECATED_IN_9_6_0() |
| 253 | //------------------------------------------------------------------------------ |
| 254 | void vtkUnstructuredGrid::SetCells( |
| 255 | vtkUnsignedCharArray* cellTypes, vtkIdTypeArray*, vtkCellArray* cells) |
| 256 | { |
| 257 | this->SetCells(cellTypes, cells); |
| 258 | } |
| 259 | |
| 260 | // VTK_DEPRECATED_IN_9_6_0() |
| 261 | //------------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected