------------------------------------------------------------------------------ VTK_DEPRECATED_IN_9_6_0
| 61 | //------------------------------------------------------------------------------ |
| 62 | // VTK_DEPRECATED_IN_9_6_0 |
| 63 | vtkIdType vtkCellTypes::InsertNextCell(unsigned char type, vtkIdType) |
| 64 | { |
| 65 | return this->InsertNextCell(type); |
| 66 | } |
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | // Add a cell to the object in the next available slot. |
nothing calls this directly
no test coverage detected