[Paraview-developers] ParaView component dependencies

David Thompson david.thompson at kitware.com
Fri Nov 17 14:22:18 EST 2017


Hi all,

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?

I would rather not have both of them have to know about each other... in my case the action group depends on an object created by the auto-start object but I don't see a way to force the order.

	Thanks,
	David


More information about the Paraview-developers mailing list