[Insight-developers] TCL Wrapping Examples

Hans J. Johnson hans-johnson at uiowa.edu
Mon, 09 Feb 2004 09:32:21 -0600


Hello Wrappers,

I'm trying to find a bug in my wrapping code, and the examples are
confusing me.

./Filtering/GradientAnisotropicDiffusionImageFilter.tcl
set reader [ itk::create ImageFileReaderUS2 ]

./Filtering/MeanImageFilter.tcl 
set reader [ itkImageFileReaderUS2_New ]


Which of the above syntax is correct/prefered?  Is there a difference?

Thanks,
Hans