Python wrapping of a member function template

What is the way to wrap a member function template?
Is there any macro for it? If not, anybody has experience with swig for doing it --even manually? Pinging @fbudin

An example of a template function I would like to wrap (MultiplyWithVectorOfImages)

Interesting case, but sorry I have never had to deal with that :frowning:

1 Like

@phcerdan I wonder if moving the operation into its own class, e.g. itk::RotateRieszFrequencyFilterBank, would facilitate wrapping?

1 Like