Fix compilation errors with ITK_USE_64BITS_IDS
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.