[Paraview] Paraview plugin doesn't load the GUI.

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Jan 11 10:01:11 EST 2013


I don't think ParaView ever supported loading UI files directly as so.
If you want to specify a custom GUI, you'll have to compile a plugin
and then load it. The XML loading mechanism is only for bringing in
Proxy XMLs for simple plugins.

Utkarsh

On Fri, Jan 11, 2013 at 9:46 AM, Nico Kruithof <Nico at nghk.nl> wrote:
> The HelixSource plugin doesn't contain a CMakeLists.txt file so the shared
> library isn't compiled.
>
> Nico
>
>
> On Fri, Jan 11, 2013 at 3:36 PM, Sebastien Jourdain
> <sebastien.jourdain at kitware.com> wrote:
>>
>> If the plugin is composed of C++ code (ui or processing code), what need
>> to be loaded is the compiled library (.dll/.so/.dylib) not the xml.
>> The XML is just when you want to expose some VTK classes to the ParaView
>> GUI with auto generated panel.
>>
>> To build the ParaView examples you will need to create a new build tree
>> like as follow.
>>
>> mkdir build-examples
>> cd build-examples
>> ccmake ../src-paraview/Examples
>> make
>>
>> And then load the generated library inside
>> build-examples/Plugings/HelixSource
>>
>> Seb
>>
>>
>> On Fri, Jan 11, 2013 at 4:29 AM, Nico Kruithof <Nico at nghk.nl> wrote:
>>>
>>> Hello,
>>>
>>> I'm trying to get the HelixSource plugin loaded
>>> (Examples/Plugings/HelixSource). In paraview I added the plugin:
>>> Tools->Manage plugins->add helix.xml. The plugin is loaded as I can create a
>>> helix, however the modified user interface (HelixSource.ui) is not used. For
>>> example, the python code and the output data type are still shown. Are there
>>> other things that I need to set up?
>>>
>>> Nico Kruithof
>>> Visualisation expert, SURFsara.nl
>>>
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the ParaView Wiki at:
>>> http://paraview.org/Wiki/ParaView
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.paraview.org/mailman/listinfo/paraview
>>>
>>
>
>
>
> --
> Nico Kruithof
> nghk.nl
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list