[Paraview] Filter open a new view

2012-09-28 Thread the lily
Hi everyone 

I have a data that i want to apply a filter on 
When I click apply a new view opens containing the filter only

I would like the filter to appear on the same view 
How can i fix that ? 

Thanks 

Sent from my iPhone
___
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


[Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Pei-Ying Hsieh
Dear ParaView experts,

I grabbed paraview and PVVTK from git.  Now I have a folder called ParaView and 
a folder called PVVTK.   How do I merge the two so that I can compile both 
together?

Thanks

Peiying

___
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


Re: [Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Sebastien Jourdain
Hi Peiying,

I'm not sure to follow what you are saying, but ParaView already embed
VTK as a git submodule.

Therefore inside your ParaView git repo, you just need to update all
the submodules by executing the following command line:

 git submodule update --init

This will automatically fetch and update VTK inside ParaView without
involving you in any merge or so.

Hope this helps,

Seb

On Fri, Sep 28, 2012 at 7:50 AM, Pei-Ying Hsieh phsieh2...@yahoo.com wrote:
 Dear ParaView experts,

 I grabbed paraview and PVVTK from git.  Now I have a folder called ParaView 
 and a folder called PVVTK.   How do I merge the two so that I can compile 
 both together?

 Thanks

 Peiying

 ___
 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
___
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


Re: [Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Pei-Ying Hsieh
Thanks a lot Seb!

I didn't know this.

Peiying

On Sep 28, 2012, at 7:58 AM, Sebastien Jourdain 
sebastien.jourd...@kitware.com wrote:

 Hi Peiying,
 
 I'm not sure to follow what you are saying, but ParaView already embed
 VTK as a git submodule.
 
 Therefore inside your ParaView git repo, you just need to update all
 the submodules by executing the following command line:
 
 git submodule update --init
 
 This will automatically fetch and update VTK inside ParaView without
 involving you in any merge or so.
 
 Hope this helps,
 
 Seb
 
 On Fri, Sep 28, 2012 at 7:50 AM, Pei-Ying Hsieh phsieh2...@yahoo.com wrote:
 Dear ParaView experts,
 
 I grabbed paraview and PVVTK from git.  Now I have a folder called ParaView 
 and a folder called PVVTK.   How do I merge the two so that I can compile 
 both together?
 
 Thanks
 
 Peiying
 
 ___
 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
___
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


[Paraview] error when running the development version from git

2012-09-28 Thread Pei-Ying Hsieh
Dear ParaView experts,

I grabbed the latest paraview source for git.  Compilation and installation 
went through successfully, but, when I ran paraview, I got the following error:

ERROR: In 
/home/hsieh/projects/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, line 
68
vtkEventQtSlotConnect (0x1d0e470): Cannot connect NULL objects.

I am using OpenSUSE 12.2 64 bit.  I am wondering if someone here can shed some 
light on how to address this.

Thanks!

Pei-Ying___
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


[Paraview] big black dot highlighting current time in PlotSelectionOverTime?

2012-09-28 Thread Fred Nugen
I visualize deformation of 3D hexahedral meshes. I frequently select a node of 
the mesh and use PlotSelectionOverTime to visualize internal variables such as 
stress and strain in a 2D plot. Particularly, I plot stress-strain curves: 
x-axis is strain, y-axis is stress.

I would like to have a big black dot indicating the (x,y) coordinates of the 
stress/strain values at the current time. I would like to be able to see the 
dot in the normal viewing mode, as well as during an animation--hitting 
play or creating an animation. 

The ideal case would be to have side-by-side plots (one 3D plot of my mesh and 
one 2D PlotSelectionOverTime plot) where I can simultaneously view the 
deformation of the mesh and the black dot moving along the stress/strain curve 
showing the stress and strain at the current time.
___
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


Re: [Paraview] big black dot highlighting current time in PlotSelectionOverTime?

2012-09-28 Thread Samuel Key

Fred,

I have been able to produce the plots you want with PV.

After you use the select point(s) inside a polygon filter, you have to 
select under the top-line View drop-down menu, the Selection Inspector 
window. At the bottom of this window you can select the color and size 
of the selected point. It is a little tricky to keep the selected point 
high-lighted when doing the side-by-side animation of the mesh and the 
x-vs-y plot. If I recall correctly, the Selection filter needs to be the 
active element in the Pipeline Browser window.


Samuel Key
FMA Development, LLC


On 9/28/2012 3:18 PM, Fred Nugen wrote:

I visualize deformation of 3D hexahedral meshes. I frequently select a node of 
the mesh and use PlotSelectionOverTime to visualize internal variables such as 
stress and strain in a 2D plot. Particularly, I plot stress-strain curves: 
x-axis is strain, y-axis is stress.

I would like to have a big black dot indicating the (x,y) coordinates of the stress/strain values 
at the current time. I would like to be able to see the dot in the normal viewing mode, 
as well as during an animation--hitting play or creating an animation.

The ideal case would be to have side-by-side plots (one 3D plot of my mesh and 
one 2D PlotSelectionOverTime plot) where I can simultaneously view the 
deformation of the mesh and the black dot moving along the stress/strain curve 
showing the stress and strain at the current time.
___
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



___
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