Re: [Paraview] trying to compile plugin pv-meshless and pv-common

2012-03-05 Thread Biddiscombe, John A.
you have compiled paraview with hdf5 serial, you need to use hdf5 parallel. sorry. (rerun ccmake in paraview build dir and turn on hdf5 enable parallel). If you are using system hdf5, then you need it compiled with parallel support. Don't wipe any build directories, it takes too long to rebuild

[Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON
Hello. I think that the right scale mode for arrow glyph should be vector: in this mode, the glyph (the arrow) would be scaled according to the vector magnitude while it remains aligned with the vector. I am not sure but I think that the scale mode vector components means that each

Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON
Hello. I think that the right scale mode for arrow glyph should be vector: in this mode, the glyph (the arrow) would be scaled according to the vector magnitude while it remains aligned with the vector. I am not sure but I think that the scale mode vector components means that each

Re: [Paraview] trying to compile plugin pv-meshless and pv-common

2012-03-05 Thread Ricardo Reis
On Mon, 5 Mar 2012, Biddiscombe, John A. wrote: you have compiled paraview with hdf5 serial, you need to use hdf5 parallel. sorry. (rerun ccmake in paraview build dir and turn on hdf5 enable parallel). If you are using system hdf5, then you need it compiled with parallel support. Don't wipe

Re: [Paraview] trying to compile plugin pv-meshless and pv-common

2012-03-05 Thread Ricardo Reis
About the error I'm finding I got checked this report in the gcc-4.6 bug list. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 So -Wl,--export-dynamic will disapear. I have tried, has recommended -rdynamic (says it doesn't exist) or -Wl,-export-dynamic but the version I have still

[Paraview] help with undefined symbol _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE

2012-03-05 Thread Chris Kees
I'm wondering if anybody has seen the following error (at runtime) with the current master (3.14) on a 64 bit Ubuntu machine: paraview: symbol lookup error: /paraview-3.14/libQVTK.so.pv3.14: undefined symbol: _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE It looks like

Re: [Paraview] help with undefined symbol _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE

2012-03-05 Thread David E DeMarle
I haven't seen that myself, nor do I know what might cause it, but I do know that c++filt will demangle symbols for you. c++filt _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE QAbstractProxyModel::setItemData(QModelIndex const, QMapint, QVariant const) David E

Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Utkarsh Ayachit
vector_components uses 1 component of the vector to scale. Currently it only uses 0th component (i.e. X component). I believe the panel is missing a widget to pick other components. Utkarsh On Mon, Mar 5, 2012 at 6:47 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello. I think that the

Re: [Paraview] Flip vtk

2012-03-05 Thread Utkarsh Ayachit
Try the Reflect filter. Utkarsh On Sun, Mar 4, 2012 at 3:15 PM, Hila Hiler hilahi...@gmail.com wrote: Hi All, I was wondering, How I can flip a vtk (a simple surface which saved as a vtk file) with Paraview's gui? Thanks! ___ Powered by

Re: [Paraview] plot 2d curve

2012-03-05 Thread Utkarsh Ayachit
By argument, you mean as an input dataset? You'll have to create a vtk-dataset (vtkTable) using the array. I believe there are examples on the Wiki how to do that. Let me know if you cannot find them, and I can fish them out for you. Utkarsh On Sat, Mar 3, 2012 at 10:32 AM, hicham mach

Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Richard GRENON
Utkarsh Ayachit a écrit : vector_components uses 1 component of the vector to scale. Currently it only uses 0th component (i.e. X component). I believe the panel is missing a widget to pick other components. Utkarsh Thank you for this information, Utkarsh. I did not make many tests with

[Paraview] Multipiece Structured Dataset questions

2012-03-05 Thread Erik Wilson
Hello all, I am attempting to develop a Paraview plugin to read in parallel a multipiece structured dataset through a custom I/O library. Since our data is already broken up into pieces it would be nice to use a grid type which has a DATA_EXTENT_TYPE of VTK_PIECES_EXTENT, otherwise when

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
Burlen, To give you an update, we have decided to put out a patch release within the next week or so that should include the fix for this bug. Utkarsh On Wed, Feb 29, 2012 at 6:41 PM, Burlen Loring blor...@lbl.gov wrote: That seems to have fixed the problem, thanks Utkarsh! On 02/29/2012

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
Utkarsh, By the way, not a huge issue but I also had a problem with static builds when trying to enable the visit bridge. The visit bridge and the Point Sprite Pluign both had copies of some of the same code. http://paraview.org/Bug/view.php?id=12972 Burlen On 03/05/2012 10:12 AM, Utkarsh

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
Yes, I believe we ran into that as well. Short of re-factoring the PointSpritePlugin, the work around for now is to disable the point-sprite plugin when using visit-bridge and static builds. Utkarsh On Mon, Mar 5, 2012 at 1:36 PM, Burlen Loring blor...@lbl.gov wrote: Utkarsh, By the way, not

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
So are you disabling VisIt bridge in the binary release? If not would it still lead to a crash if the binary has VB on, and the server has VB off? On 03/05/2012 11:21 AM, Utkarsh Ayachit wrote: Yes, I believe we ran into that as well. Short of re-factoring the PointSpritePlugin, the work

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
Sorry, misread your reply, sounds like you would prefer to keep visit-bridge on. But will you disabled point-sprite in the binary release? I noticed that when the client has it but server does not it causes a crash. On 03/05/2012 11:11 AM, Burlen Loring wrote: So are you disabling VisIt

Re: [Paraview] Multipiece Structured Dataset questions

2012-03-05 Thread Biddiscombe, John A.
Erik, I'd try 3, but instead of using sub extents (which I might have misunderstood what that implies), I'd use the TableExtentTranslator so that each piece is mapped to the already computed extents that you saved your data using. Essentially, you already have a mapping between pieces and

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Robert Maynard
Hi, I think we can fix this by modifying the PointSprite plugin to check to see if the VisIt Bridge is enabled and to conditional building the conflicting classes only when the Bridge is disabled or we can name mangle the VisIt classes that the PointSprite plugin is building. On Mon, Mar 5, 2012

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Biddiscombe, John A.
which stuff in the point sprite is causing trouble? I wanted to redo some of it because now that I know more of the internals of the pqXXX classes, there is some stuff that is a little obsolete in the PSPlugin. JB From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
Sounds good to me. Or always mangle VisIt classes for PointSprite, until we have time to fix the PointSprite plugin cleanly. Utkarsh On Mon, Mar 5, 2012 at 2:35 PM, Robert Maynard robert.mayn...@kitware.com wrote: Hi, I think we can fix this by modifying the PointSprite plugin to check to see

Re: [Paraview] Multipiece Structured Dataset questions

2012-03-05 Thread David E DeMarle
I agree with John. See VTK/Parallel/vtkVPICReader.cxx for an example. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Mar 5, 2012 at 2:34 PM, Biddiscombe, John A. biddi...@cscs.ch wrote: Erik, I'd try 3, but instead of

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Biddiscombe, John A.
Thanks. These ones will be easy to fix. I'll have a crack at refactoring the PSplugin as soon as possible. JB From: Burlen Loring [mailto:blor...@lbl.gov] Sent: 05 March 2012 20:31 To: Biddiscombe, John A. Cc: Robert Maynard; paraview@paraview.org Subject: Re: [Paraview] 3.14 pvsc enumeration

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
Great! Thanks John. Utkarsh On Mon, Mar 5, 2012 at 3:39 PM, Biddiscombe, John A. biddi...@cscs.ch wrote: Thanks. These ones will be easy to fix. I’ll have a crack at refactoring the PSplugin as soon as possible. JB From: Burlen Loring [mailto:blor...@lbl.gov] Sent: 05 March 2012 20:31