24 from distutils.version
import StrictVersion
as VS
26 print(
"ITK 4.9.0 is required.")
37 newIndex = index + offset
39 print(
"index: " + str([int(index[0]), int(index[1])]))
40 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
41 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))
45 newIndex = index + offset
47 print(
"index: " + str([int(index[0]), int(index[1])]))
48 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
49 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))