[Paraview] developing paraview with qtcreator

2011-10-18 Thread Paul Edwards
Hi, I've been using QtCreator for quite a while developing ParaView plugins but before I had been manually maintaining my *.list file containing all the source files to be put in the project tree. Recently I have upgraded to the latest version and now import the project from the CMakeLists.txt

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2011-10-18 Thread Nenad Vujicic
Hello everyone, Does anyone have idea how to fix vtkCubeAxesActor.cxx so it doesn't scale axes ticks too? Also, is this expected behavior or a bug? Best regards, Nenad. On Mon, Oct 3, 2011 at 7:21 PM, Nenad Vujicic nena...@gmail.com wrote: Dear Aashish, On Mon, Oct 3, 2011 at 6:34 PM,

[Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Stephen Wornom
How does PV go from cell data to point data? Linear interpolation? or 2nd-order interpolation? on higher order than 2nd-order. Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53

Re: [Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Moreland, Kenneth
None of those. The cell data to point data filter just finds all cells neighboring each point and averages the cell values of those neighbors. -Ken On 10/18/11 8:26 AM, Stephen Wornom stephen.wor...@inria.fr wrote: How does PV go from cell data to point data? Linear interpolation? or

Re: [Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Stephen Wornom
Moreland, Kenneth wrote: None of those. The cell data to point data filter just finds all cells neighboring each point and averages the cell values of those neighbors. Wow, not even a volume averaging? node value = sum (cell values * cell volume)/total volume Stephen -Ken On 10/18/11 8:26

Re: [Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Moreland, Kenneth
No, but I'm not sure that would be more accurate in any sense. The cell values I usually see represent some field values integrated over the volume of the cell. In this case, the smaller the cell volume, the more representative the integrated value is likely to be for any point in the cell.

[Paraview] visit plugins in custom app

2011-10-18 Thread Paul Edwards
Hi, I wanted to add the visit readers to my custom app but, after compiling paraview with VISIT_BRIDGE, it works with the paraview app and not mine. I couldn't see anything in the paraview client CMakeLists.txt for using it. Can anyone help? Thanks in advance, Paul

Re: [Paraview] changes that affect plugins

2011-10-18 Thread Michael Jackson
Here are a few of the issues that I have had with migrating a few plugins from ParaView 3.10 to 3.12: I now use EXTRA_EXTERNAL_PLUGIN_DIRS instead of EXTERNAL_MODULES. Where I used to have code in my cmake files such as: # -- Add the Server Manager XML PARAVIEW_INCLUDE_SERVERMANAGER_RESOURCES(

Re: [Paraview] changes that affect plugins

2011-10-18 Thread Burlen Loring
Awesome, thanks for documenting it! On 10/18/2011 10:28 AM, Michael Jackson wrote: Here are a few of the issues that I have had with migrating a few plugins from ParaView 3.10 to 3.12: I now use EXTRA_EXTERNAL_PLUGIN_DIRS instead of EXTERNAL_MODULES. Where I used to have code in my cmake

Re: [Paraview] changes that affect plugins

2011-10-18 Thread Utkarsh Ayachit
Ah yes, now I remember. I think we meant to deprecate the support for compiling in external modules in favor of the ability to add plugins. I've updated http://www.paraview.org/Wiki/Extending_ParaView_at_Compile_Time to indicate the same. In short, extending ParaView at compile time one now has

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2011-10-18 Thread Aashish Chaudhary
Hi Nenad, I looked into some but then got distracted. I will try to have a solution this week. Sorry about the delay. Thanks, On Tue, Oct 18, 2011 at 6:31 AM, Nenad Vujicic nena...@gmail.com wrote: Hello everyone, Does anyone have idea how to fix vtkCubeAxesActor.cxx so it doesn't scale

Re: [Paraview] 3.10 Development installation

2011-10-18 Thread Utkarsh Ayachit
Peter, We didn't put out the development binaries for 3.10, however we are currently gearing for 3.12 and we will include development binaries with this version. Once the release is out, the release notes are collected at: http://www.paraview.org/Wiki/ParaView_Release_Notes Utkarsh On Mon, Oct

Re: [Paraview] visit plugins in custom app

2011-10-18 Thread Robert Maynard
Hi, VisItBridge is configured in ParaViewCommon.cmake. On Tue, Oct 18, 2011 at 12:47 PM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, I wanted to add the visit readers to my custom app but, after compiling paraview with VISIT_BRIDGE, it works with the paraview app and not mine.  I

[Paraview] changing the name of legend of xyplot

2011-10-18 Thread Ali Rostai
Hi, I like the change the names that appear for the legend in xyplots, but I can not find how to do it. How can I do this? Thanks, Ali ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] changing the name of legend of xyplot

2011-10-18 Thread Andy Bauer
In the GUI, if you click on Edit View Options (at the top left of the view window) you can do it there. Andy On Tue, Oct 18, 2011 at 7:42 PM, Ali Rostai ali.ros...@gmail.com wrote: Hi, I like the change the names that appear for the legend in xyplots, but I can not find how to do it. How

Re: [Paraview] changing the name of legend of xyplot

2011-10-18 Thread Ali Rostai
Hi Andy, I tried that, but in the edit view options in the general part I see only these two options for legend: a check box with phrase On 10/18/11, Andy Bauer andy.ba...@kitware.com wrote: In the GUI, if you click on Edit View Options (at the top left of the view window) you can do it

Re: [Paraview] changing the name of legend of xyplot

2011-10-18 Thread Ali Rostai
Hi Andy, Excuse me, suddenly hit the send button... So in the edit view options for legend I see only - a check box show the chart legend when available and a drop box for setting the location of legend. But I want to change the text in legend. e.g. currently I see vectors(0) and vectors(1) in