Hello all,<br>Another question about using WrapITK to work with ITK in Java.&nbsp; Specifically, I was trying to multiply two versors together, but I don&#39;t immediately see any way to do it. I&#39;m just doing the multiplication by hand at the moment which obviously works, but I&#39;m curious about overloaded operators in general. In ITK, the versor class overloads the multiplication operator *.&nbsp; Overloaded operators don&#39;t seem to get mapped by WrapITK, and looking at the various options in cmake for WrapITK, I don&#39;t see any optional flag to enable operator wrapping either. Just wondered if I&#39;m missing something obvious or if for some reason overloaded operators are not supported.
<br>Thanks,<br>Jaety<br>