MCPcopy Create free account
hub / github.com/Kitware/VTK / if

Function if

Common/DataModel/vtkAbstractCellLinks.cxx:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected