Skip to content

Fix compilation errors with ITK_USE_64BITS_IDS

Sam Horvath requested to merge github/fork/blowekamp/ITKUse64BitIDsFixTypes into master

Created by: blowekamp

Enabling this cmake configuration flag for ITK changes the size types used in ITK from ulong to ulong long on windows. This patch address compilation errors which resulted from this change. The itk::SizeValueType is preferred type, or a referenced typedef from the related ITK class being used.

Merge request reports