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