| 47 | // for 64bit IDS we might be able to use a unsigned int instead |
| 48 | #if defined(VTK_USE_64BIT_IDS) && VTK_SIZEOF_INT == 4 |
| 49 | else if (max < static_cast<vtkIdType>(VTK_UNSIGNED_INT_MAX)) |
| 50 | { |
| 51 | return vtkAbstractCellLinks::STATIC_CELL_LINKS_UINT; |
| 52 | } |
| 53 | #endif |
| 54 | return vtkAbstractCellLinks::STATIC_CELL_LINKS_IDTYPE; |
| 55 | } |
no outgoing calls
no test coverage detected