[Paraview-developers] Enabling view splitting in a custom PV app

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Jun 28 16:51:07 EDT 2017


> CMB does not explicitly create a layout proxy, and neither does it alter PV's XML ViewLayoutProxy. It just calls
>   builder->createView(
>     pqRenderView::renderViewType(),
>     activeServer);
> inside a slot named onServerCreationFinished. Should I be asking the builder to create a layout proxy first?


yes. See `pqDefaultViewBehavior::onServerCreation` for how that could be done.


More information about the Paraview-developers mailing list