20 from distutils.version
import StrictVersion
as VS
23 print(
"ITK 4.9.0 is required.")
34 newIndex = index + offset
36 print(
"index: " + str([int(index[0]), int(index[1])]))
37 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
38 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))
42 newIndex = index + offset
44 print(
"index: " + str([int(index[0]), int(index[1])]))
45 print(
"offset: " + str([int(offset[0]), int(offset[1])]))
46 print(
"index + offset: " + str([int(newIndex[0]), int(newIndex[1])]))