<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Nov 13, 2018 at 2:18 PM Matthew Troke <<a href="mailto:matthew.troke@avalonholographics.com">matthew.troke@avalonholographics.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I think I've figured out that the abstract New() searches all registered object factories for an override. My question is if you have 2 modules with object factories that override the same base object, which one wins out? And can you ensure that a particular override gets chosen?</div></blockquote><div><br></div><div>Take a look at <a href="https://github.com/Kitware/VTK/blob/master/Common/Core/Testing/Cxx/TestObjectFactory.cxx">https://github.com/Kitware/VTK/blob/master/Common/Core/Testing/Cxx/TestObjectFactory.cxx</a> for the object factory in use, figuring out which override wins, etc. </div></div></div></div>