[Insight-developers] Re: a problem with cable swig cvs

Brad King brad.king at kitware.com
Mon Nov 19 13:32:35 EST 2007


Gaëtan Lehmann wrote:
> Le 19 nov. 07 à 17:07, Gaëtan Lehmann a écrit :
>> It only breaks the typemaps. The rest of the code is ok.
>> I think that's because, when writting a typemap like
>>
>> %typemap(out) itk::Image< unsigned char,2 > * {
>>   <snip>
>> }
>>
>> the string "itk::Image< unsigned char,2 >" is not matched with the one
>> from gccxml: "itk::Image< unsigned char,2u >"
> 
> 
> I have just confirmed that behavior, by manually adding the u in the
> typemap declaration:
> 
> %typemap(out) itk::Image< unsigned char,2u > * {
>   <snip>
> }
> 
> The typemaps are working as they should in that case.

Can you please create an entry in the bug tracker for this?

Thanks,
-Brad



More information about the Insight-developers mailing list