[Paraview] customizing paraview with our own QT GUI

David E DeMarle dave.demarle at kitware.com
Wed Jun 4 17:08:09 EDT 2014


> Does paraview has any sample applications showing how the branding
framework works

hmmm, let me dig around. I seem to have lost track of the four starters I
made back in 2009 for the workshop presentation
http://www.paraview.org/Wiki/IEEE_Vis09_Revise_Workshop.
They may be lost to antiquity at this point in which case it will
unfortunately take an hour or two to recreate them.

> How do I get to that functionality in the paraview source?

Unfortunately a lot of that has to come from familiarity with the code
base. For readers you can grep in readers.xml file and the VisItBridge.

> Does it need to be c++ custom application? Can I use any .net language?

Pretty much yes. The core of ParaView will always be c++, but then it can
be wrapped. For the last few years python has been the interpreted language
of choice. In the distant past it was Tcl. We've done a few projects with
Java more recently. .net would be harder.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Wed, Jun 4, 2014 at 4:11 PM, Narasimha Prasad Baditela <
nbaditela at eagle.org> wrote:

>  Hi David,
>
>
>
> I have gone through the branding framework and felt that is the way to go.
> Does paraview has any sample applications showing how the branding
> framework works. Also paraview comes with lot of functionality how do we
> locate what is needed. Like I need Nastran file reader(.nas) from ParaView.
> How do I get to that functionality in the paraview source?
>
>
>
> Also Does it need to be c++ custom application? Can I use any .net
> language?
>
>
>
> Thanks and regards,
>
> Narasimha Prasad Baditela
>
>
>
> *From:* David E DeMarle [mailto:dave.demarle at kitware.com]
> *Sent:* Wednesday, June 04, 2014 1:30 PM
> *To:* Narasimha Prasad Baditela
> *Cc:* paraview at paraview.org
>
> *Subject:* Re: [Paraview] customizing paraview with our own QT GUI
>
>
>
> You are familiar with ParaView's branding framework right?
>
> http://www.paraview.org/Wiki/Writing_Custom_Applications
>
> That is the right place to start - strip away everything you are not
> interested in.
>
>
>
> After that you will more or less use plugin functionality to add in new
> features that standard ParaView lacks.
>
>
>
>
>
>
>  David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
>
> On Wed, Jun 4, 2014 at 2:06 PM, Narasimha Prasad Baditela <
> nbaditela at eagle.org> wrote:
>
> Hi All,
>
>
>
> I am new to ParaView. We are trying to build Visualization application
> using ParaView library and Our own QT GUI. This is not a plugin. It’s a
> custom application. Any pointers to custom sample applications would be
> great help. The custom application will have the following functionality
>
> 1)Reading natran file and display model
>
> 2)common view operations like zoom pan rotate
>
> 3) selection functionality(ParaView provodes lot of in built selection
> functionality). I may have to extend this functionality or use out of the
> box functionality
>
> 4) Clipping.
>
>
>
> Thanks,
>
> Narasimha
>
>
> _______________________________________________
> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140604/bf4e4fe9/attachment-0001.html>


More information about the ParaView mailing list