[Paraview] Volume Rendering in Paraview - Speed

2010-02-03 Thread Christian Werner
Hello! I am working on a diploma thesis on defect analysis in cast iron. I found ITK to be the perfect tool to manipulate my volume data. Now I am looking for a tool for visualization. At fist, Paraview seemed to be the perfect choice because of its VTK-Plugin capability (and thus ITK). The

Re: [Paraview] Volume Rendering in Paraview - Speed

2010-02-03 Thread Christian Werner
Gee, now that I've posted this I came to find quite the same topic treated before: http://www.paraview.org/pipermail/paraview/2009-February/011174.html I am now looking for a way to make it possible to switch between different mappers from within paraview. I will post how to that once I

[Paraview] How to install PV 3.6.2 on Red Hat Enterprise?

2010-02-03 Thread bassaidai
Hi, can someone tell me the rpm packages list (mpi, python, ...) to install ParaView 3.6.2 on Red Hat Enterprise? Thank you very much Luis ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] How to install PV 3.6.2 on Red Hat Enterprise?

2010-02-03 Thread Kevin H. Hobbs
On 02/03/2010 10:44 AM, bassaidai wrote: Hi, can someone tell me the rpm packages list (mpi, python, ...) to install ParaView 3.6.2 on Red Hat Enterprise? Thank you very much Luis I can not answer specifically for Red Hat Enterprise but as it shares a lot with Fedora I'm going to answer

Re: [Paraview] How to install PV 3.6.2 on Red Hat Enterprise?

2010-02-03 Thread bassaidai
Thank you! 2010/2/3 Kevin H. Hobbs hob...@ohiou.edu On 02/03/2010 10:44 AM, bassaidai wrote: Hi, can someone tell me the rpm packages list (mpi, python, ...) to install ParaView 3.6.2 on Red Hat Enterprise? Thank you very much Luis I can not answer specifically for Red Hat

Re: [Paraview] missing wavefront/obj reader

2010-02-03 Thread Mark Olesen
On Tue, 2009-12-08 at 10:31 -0500, Berk Geveci wrote: I am guessing it is an oversight. -berk On Tue, Dec 8, 2009 at 8:28 AM, Mark Olesen mark.ole...@emcontechnologies.com wrote: I was recently had some .obj files to view and noticed to my surprise that ParaView doesn't support reading

Re: [Paraview] Maximum number of pieces, what does it mean?

2010-02-03 Thread Fred Fred
Or how to cope with it? I mean how to specify the maximum number of pieces in a multi-output filter? From: stan1...@hotmail.fr To: paraview@paraview.org Date: Tue, 2 Feb 2010 23:57:02 +0100 Subject: [Paraview] Maximum number of pieces, what does it mean? I get this error when I select

[Paraview] stereo menu was ignored?

2010-02-03 Thread Evan Bollig
I see that ParaViewGeo has a stereo menu to allow users to select CrystalEyes / Anaglyph stereo modes while paraview is running (NOTE: without requiring a --stereo flag on the command line). It seems that one developer: Robert Maynard created the stereo menu and sent the source code (Stereo.zip)

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Robert Maynard
I meant to say 3.4 and 3.6 instead of 2.4 and 2.6. On Wed, Feb 3, 2010 at 2:02 PM, Robert Maynard robertjmayn...@gmail.comwrote: The patch that I have submitted was for 2.4 code base, with 2.6 all that is needed is a custom toolbar plugin that calls setStereoType on the currently active view.

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Robert Maynard
The patch that I have submitted was for 2.4 code base, with 2.6 all that is needed is a custom toolbar plugin that calls setStereoType on the currently active view. On Wed, Feb 3, 2010 at 1:45 PM, Evan Bollig bol...@gmail.com wrote: I see that ParaViewGeo has a stereo menu to allow users to

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Evan Bollig
What does that mean regarding the plugin. Does a plugin exist already or will it need to be written? -Evan On Wed, Feb 3, 2010 at 2:07 PM, Robert Maynard robertjmayn...@gmail.com wrote: I meant to say 3.4 and 3.6 instead of 2.4 and 2.6. On Wed, Feb 3, 2010 at 2:02 PM, Robert Maynard

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Utkarsh Ayachit
ParaView CVS (and 3.8 onwards ) has a command line option --stereo-type which allows you to choose the stereo type. It's not really safe to change the stereo type after ParaView has been started (rather views have been created) since for things like Crystal Eyes, the option must be enabled before

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Evan Bollig
I dont agree. Opening in Stereo mode is safe even if it is not used (it consumes a small amount of memory, but so what). Everything is 2D if no GL commands render to back left/right buffers (i.e., the GL_BACK buffer is always available). If you need to verify that the hardware supports GL_STEREO,

[Paraview] plotting additional variables in paraview

2010-02-03 Thread John Schiermeier
This is probably a simple question, but I haven't been able to find the answer yet... I've read in a file with geometry and results, checked the box for all variables, and then see all the variables in Object Inspector/ Properties (e.g., all the components of stress). However, in the variable

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Robert Maynard
The plugin would have to be written. On Wed, Feb 3, 2010 at 2:50 PM, Evan Bollig bol...@gmail.com wrote: What does that mean regarding the plugin. Does a plugin exist already or will it need to be written? -Evan On Wed, Feb 3, 2010 at 2:07 PM, Robert Maynard robertjmayn...@gmail.com

Re: [Paraview] plotting additional variables in paraview

2010-02-03 Thread Berk Geveci
Hi John, To make sure that I understand: you are trying to color the surface by a variable but it is not showing up in the variable selector on the Active Variable Control toolbar. Correct? What is the representation type on the Representation toolbar? Also, did you apply any filters? Thanks,

Re: [Paraview] Maximum number of pieces, what does it mean?

2010-02-03 Thread Berk Geveci
Hi Fred, I am guessing that this is a filter that you wrote and that you are running in parallel. If that's case, you need something like: vtkInformation *outInfo = outputVector-GetInformationObject(NNN); outInfo-Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(),

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Utkarsh Ayachit
You make very compelling points. It definitely makes sense to add such an option -- at least when not connected to a parallel/remote server. If I remember correctly, IceT doesn't do well with stereo. I am going to add a feature request to the bug tracker. Utkarsh On Wed, Feb 3, 2010 at 3:15 PM,

Re: [Paraview] stereo menu was ignored?

2010-02-03 Thread Utkarsh Ayachit
And here's the bug #: http://paraview.org/Bug/view.php?id=10233 On Wed, Feb 3, 2010 at 3:52 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: You make very compelling points. It definitely makes sense to add such an option -- at least when not connected to a parallel/remote server. If I

Re: [Paraview] Plot over a line: Interpolation method

2010-02-03 Thread Berk Geveci
Not in a trivial way. What is the type of the data you are visualizing? On Tue, Feb 2, 2010 at 6:55 PM, Mohammad Mirzadeh mirza...@gmail.comwrote: Hi guys, I was wondering if there is a way to change the interpolation method when using plot over a line filter on a 3D dataset? It seems to me

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-03 Thread Berk Geveci
Hi Bart, Any chance you can attach with a debugger to one of the nodes that crash? It is hard to tell what is wrong from the errors you posted. We have definitely run ParaView with OpenMPI with 4 core and more. Also, what do you mean by simple VTK file? Small file? Big file? -berk On Tue, Feb

Re: [Paraview] race car data

2010-02-03 Thread Berk Geveci
disk_out_ref.ex2 and bluntfin.vts in ParaViewData have decent vector fields. -berk On Mon, Feb 1, 2010 at 11:01 AM, David Doria daviddo...@gmail.com wrote: Is the data for the racecar on the paraview.org main page and the flow field around it available? http://paraview.org/ If not, is

Re: [Paraview] GAUSSIAN .Cube File Reader

2010-02-03 Thread Berk Geveci
Hi Christian, I am not sure I understand what you mean. What do you mean by Maintance of paraview? Best, -berk On Mon, Feb 1, 2010 at 3:11 AM, Christian Wohlschlager christian.wohlschla...@jku.at wrote: Hello ! Paraview 3.6.2 stereo Crystall Eyes works now perfect in paraview after

Re: [Paraview] Plot over a line: Interpolation method

2010-02-03 Thread Mohammad Mirzadeh
The fact is the actual data structure is an OcTree, but I'm using an unstructured 3D dataset; and the point data formatting for my scalar fields. On Wed, Feb 3, 2010 at 12:56 PM, Berk Geveci berk.gev...@kitware.comwrote: Not in a trivial way. What is the type of the data you are visualizing?

Re: [Paraview] VTK_Edge for LIC

2010-02-03 Thread bastil2...@yahoo.de
Ok, my problem with the current VTK Edge seems to be that this is not working with paraview 3.6.2. I know some out there have this running. Could anybody please tell me which subeversion release is running with 3.6.2? Thanks. BastiL Am 28.01.2010 10:37, schrieb Adriano Gagliardi: Zhanping,

Re: [Paraview] Maximum number of pieces, what does it mean?

2010-02-03 Thread Berk Geveci
That's weird. It am guessing a bug somewhere. Can you post the source code so that we can take a look? On Wed, Feb 3, 2010 at 5:27 PM, Fred Fred stan1...@hotmail.fr wrote: Hello, First I am not running in parallel. I have just written a filter inherited from vtkPolyDataAlgorithm that

Re: [Paraview] Plot over a line: Interpolation method

2010-02-03 Thread Berk Geveci
The best way (which is non-trivial) of doing this is to define new cell types. If you are willing to spend some time doing this, I can guide you. -berk On Wed, Feb 3, 2010 at 5:12 PM, Mohammad Mirzadeh mirza...@gmail.comwrote: The fact is the actual data structure is an OcTree, but I'm using

Re: [Paraview] VTK_Edge for LIC

2010-02-03 Thread Adriano Gagliardi
Bastil, From what I remember, Uktarsh mentioned that cvs version 832 of VTKEdge should work with the ParaView 3.6.2 release. I never managed to test it out in the end as I had other issues with this version, so I reverted back to the release candidate. Adriano