[Paraview] Display crash running paraview with low-end graphics card

2011-09-02 Thread kit
Hi All, When using the slice of clip tool on a 3D view if I try to adjust the plane my display crashes. I suspect this has something to do with the relatively low-end graphics card on my system and there is some toggle or switch I'm missing, but can't for the life of me work out what it is. Any

Re: [Paraview] Help getting resetting cameras between batch viz runs

2011-09-02 Thread Rick Muller
Marco, Thanks very much for your reply. Actually, it isn't the camera I need information on, it's the rest of the object. I need to know how big the thing I'm looking at is, so I can know where exactly I should move the camera. And I can't figure out how to get bounding box on any of the objects

Re: [Paraview] Help getting resetting cameras between batch viz runs

2011-09-02 Thread Favre Jean
min,max = slice.PointData[0].GetRange() try this: slice. GetDataInformation().DataInformation.GetBounds() Jean CSCS ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Display crash running paraview with low-end graphics card

2011-09-02 Thread Andy Bauer
The options I would try are using mesa or go to Edit-Settings-Render View and check Use Immediate Mode Rendering to on. Both of these are normally slower but if it's a memory allocation problem these may get you past that. Andy On Fri, Sep 2, 2011 at 6:02 AM, kit

Re: [Paraview] Cosmo Reader - 64bit IDs

2011-09-02 Thread David E DeMarle
It's on the bug tracker now. http://paraview.org/Bug/view.php?id=12569 In the meantime I think a #define or adding -DID_64 to the cmake's CMAKE_C_FLAGS and CMAKE_CXX_FLAGS ought to do it. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909

[Paraview] Load-save camera settings

2011-09-02 Thread Adriano Gagliardi
Dear All, I've encountered an issue with reloading saved camera states using Adjust Camera in interactive mode. If I try to load a camera pvcc file by clicking load - Selecting pvcc file - press ok, my screen does not update. If I do the same, but double click on the pvcc file instead, my screen

Re: [Paraview] Load-save camera settings

2011-09-02 Thread Adriano Gagliardi
Update: The pvcc files don't appear to work across ParaView sessions. So, if you save it in one session, restart ParaView, and try to apply it again, it won't work. Apologies if this has already been flagged as an issue. I did do a search for something similar, but couldn't find anything.

Re: [Paraview] Load-save camera settings

2011-09-02 Thread Burlen Loring
Hi Adriano, I just tried it and it works for me. I'm using 3.10.0.What version are you using, and could you provide a specific set of steps to reproduce the issue? Thanks Burlen On 09/02/2011 07:40 AM, Adriano Gagliardi wrote: Update: The pvcc files don't appear to work across ParaView

Re: [Paraview] Load-save camera settings

2011-09-02 Thread Adriano Gagliardi
Hi Burlen, Yes, I forgot about that information. This is ParaView 3.10.1 release that I built from source on 64-bit Linux CentOS 5.2. I've been pulled onto something else at the moment, but I'll try to present a step-by-step guide as soon as I get a chance. However, if it is working for others,

[Paraview] Fail to get the input of a mapper

2011-09-02 Thread 沈恩亚
Dear all, I am trying to get the input of a mapper briefly as follows: *vtkMapper* mapper = actor-GetMapper(); vtkDataSet* input = mapper-GetInput(); int numPoints = input-GetNumberOfPoints();* but faild. I found that the numPoints is A (such as 400) when the representation of a

[Paraview] Parameter Filters

2011-09-02 Thread Ajjp V W
Hi, Is it possible to create new filters (such as Python Programmable Filter) which control parameter values of other filters? For instance, how to control a slice origin, normal plane and offset using some other new filter control parameter and some numerical formula to constrain slice to remain

Re: [Paraview] starting an animation before the first timestep

2011-09-02 Thread Leonie Callies
Thanks! Unfortunately the dataset is too big to save it as single images. But I solved the problem by adding a few files that were the same as the first time step to the beginning of my dataset. And then I can use your third idea to create the movie as I would like to. Leonie

Re: [Paraview] Highlighting pixels in an image

2011-09-02 Thread David Doria
On Wed, Oct 27, 2010 at 1:57 PM, David Doria daviddo...@gmail.com wrote: On Wed, Oct 27, 2010 at 12:40 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ah you're talking of 2D view. Yup, that's a missing feature. Can you add a bug to the bug tracker please? You should see the points in