<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 11, 2015 at 3:46 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Wed, Mar 11, 2015 at 1:25 PM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span><div><br></div></span><div>I've actually already stripped it out in favor of the much simpler "using" method. Good to know that simple macros should work -- it's entirely possible there was some little bug hidden in my macro that was throwing off the wrappers ;)</div><div><br></div><div>Perhaps it was the pattern:</div><div><br></div><div>VTK_LEGACY(virtual double* GetBounds()) \</div><div>{ \</div><div>  ... \</div><div>}</div></div></div></div></blockquote><div><br></div></span><div>It's possible... VTK_LEGACY undergoes special handling by the wrappers, it isn't simply expanded.  I'd still like to see the full macro plus its usage so that I can find out why the wrappers had trouble with it.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Anyway, it looks like this is all working now :) Thanks for the replies!</div></div></div></div></blockquote><div><br></div></span><div>The old GetBounds() method might be hidden in the wrapped classes due to "using" being ignored.</div></div></div></div></blockquote><div><br></div><div>I'll be sure to test this before I merge -- thanks for the heads up.</div><div><br></div><div>Dave </div></div></div></div>