------------------------------------------------------------------------------ VTK_DEPRECATED_IN_9_6_0
| 44 | //------------------------------------------------------------------------------ |
| 45 | // VTK_DEPRECATED_IN_9_6_0 |
| 46 | void vtkCellTypes::InsertCell(vtkIdType id, unsigned char type, vtkIdType) |
| 47 | { |
| 48 | this->InsertCell(id, type); |
| 49 | } |
| 50 | |
| 51 | //------------------------------------------------------------------------------ |
| 52 | // Add a cell at specified id. |