20 from distutils.version
import StrictVersion
as VS
22 print(
"ITK 4.9.0 is required.")
33 newIndex = index + offset
35 print(
"index: " + str([int(index[0]), int(index[1])]))
36 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
37 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))
41 newIndex = index + offset
43 print(
"index: " + str([int(index[0]), int(index[1])]))
44 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
45 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))