[Insight-users] Re:how to use itkfastmarchingfilter in python (Charl P. Botha)

tsai tsai at sjtu.edu.cn
Sun, 21 Mar 2004 21:40:46 +0800


But when I run a program like this:

from InsightToolkit import *
node=itkNodeContainerF3_New()
print "Hello World!"

Python returns an error itkNodeContainerF3_New() is not defined.
Is there anything wrong with my ITK?
Thank u for your kindness and i think if there are some examples it will be greatly helpful to us:)