[Paraview] QuadView from C++

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Jan 9 15:28:11 EST 2013


Hi Michael,

That should work, but please make sure the plugin is properly loaded.
To do so you can set the environment variable PV_PLUGIN_DEBUG=1 and see if
the loading is successfully achieved.

Seb


On Wed, Jan 9, 2013 at 10:26 AM, Michael Reuter <reuterma at ornl.gov> wrote:

> Hi,
>
>     I'm trying to use the new QuadView from inside our C++ application. I
> try and create a pqRenderView pointer for the QuadView using
> pqObjectBuilder::createView("**QuadView", pqActiveObjects::instance().**activeServer()).
> I get the following error:
>
> Failed to create a proxy for the requested view type: "QuadView"
>
> I thought it might be a plugin loading problem, so I copied it temporarily
> to where we have our PV_PLUGIN_PATH set so that it gets automatically
> loaded, but I still get the same error. So, now I'm not sure that it was
> the plugin not being loaded. What is the correct way to create the view?
>
> Thanks,
> M
>
> --
> Dr. Michael Reuter
> Data Analaysis and Visualization Group
> Neutron Data Analysis and Visualization Division
> Oak Ridge National Laboratory
>
> Office: 1-865-241-7216
> Fax: 1-865-574-6080
> Email: reuterma at ornl.gov
>
> ______________________________**_________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/**
> opensource/opensource.html<http://www.kitware.com/opensource/opensource.html>
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/**ParaView <http://paraview.org/Wiki/ParaView>
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/**mailman/listinfo/paraview<http://www.paraview.org/mailman/listinfo/paraview>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130109/e35ae912/attachment.htm>


More information about the ParaView mailing list