[Paraview-developers] ParaView component dependencies
David Thompson
david.thompson at kitware.com
Fri Nov 24 15:43:50 EST 2017
>> I have a plugin that exposes both a behavior (created using the add_paraview_auto_start CMake macro) and an action group (created using the add_paraview_action_group CMake macro). Is there any guaranteed order in which they are initialized?
>
> No, there is no guaranteed order in which interfaces implemented by a
> plugin are handled.
Thanks. For posterity: since the behavior was a singleton (created once per plugin load), I added a static "instance()" method so it is created as needed.
David
More information about the Paraview-developers
mailing list