Re: [Paraview] Compilation on Ubuntu 11.10

2012-05-04 Thread Aurélien Marsan
Hello Roberto, I have the same messages when launching paraview. Did you find a solution ? A. Marsan 2012/3/15 Roberto Di Remigio > Dear all, > I have been using the precompiled version downlodable from the website. I > wanted to compile it from scratch for my system, everything went well both

Re: [Paraview] Compilation on Ubuntu 11.10

2012-05-04 Thread Roberto Di Remigio
On 05/04/2012 10:24 AM, Aurélien Marsan wrote: Hello Roberto, I have the same messages when launching paraview. Did you find a solution ? A. Marsan 2012/3/15 Roberto Di Remigio > Dear all, I have been using the precompiled version downlodable from

[Paraview] paraview batch

2012-05-04 Thread Franz Langer
Hallo, I downloaded Version 3.14.1 but there is under FILE-menue no SAVE BATCH SCRIPT ??? is there an explanation for this deviation from the manual? Best regards Franz -- Mit freundlichen Grüßen Dipl.-Ing. Franz Theodor Langer (Geschäftsf

Re: [Paraview] Compilation on Ubuntu 11.10

2012-05-04 Thread Aurélien Marsan
Ok thanks for your answer. Best regards, Aurélien 2012/5/4 Roberto Di Remigio > On 05/04/2012 10:24 AM, Aurélien Marsan wrote: > > Hello Roberto, > > I have the same messages when launching paraview. > Did you find a solution ? > > A. Marsan > > 2012/3/15 Roberto Di Remigio > >> Dear all, >>

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Sebastien Jourdain
Hum, I will have to do it myself to see exactly what is going on. Unfortunately there is no clean way to cleanup the proxies of ParaView, so you know that you start from fresh for each data. I'm wondering if calling Diconnect() before loading the new data could solve the issue. On the other hand,

[Paraview] VisIt Plugin Bridge

2012-05-04 Thread Philip Blakely
Hello, I am trying to compile a VisIt plugin for ParaView using the VIsIt Bridge Plugin. (Version 3.14.1 of ParaView, compiled from source, with the VisIt Bridge enabled) My custom (working with VisIt 2.4.2) VisIt plugin is in the relative directory ../cnsVisIt and there are some extra include fi

Re: [Paraview] VisIt Plugin Bridge

2012-05-04 Thread David E DeMarle
Try changing: TARGET_LINK_LIBRARIES(CNSVisIt vtkVisItAVTAlgorithms) to: TARGET_LINK_LIBRARIES(cnsVisItReader vtkVisItAVTAlgorithms) David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Fri, May 4, 2012 at 9:15 AM, Philip Blakely wrote

Re: [Paraview] VisIt Plugin Bridge

2012-05-04 Thread Philip Blakely
Hi David, On 4 May 2012 14:29, David E DeMarle wrote: > Try changing: > TARGET_LINK_LIBRARIES(CNSVisIt vtkVisItAVTAlgorithms) > to: > TARGET_LINK_LIBRARIES(cnsVisItReader vtkVisItAVTAlgorithms) Thanks; that removes the issue with "Cannot specify..." but it still doesn't compile and link the avtc

Re: [Paraview] VisIt Plugin Bridge

2012-05-04 Thread Robert Maynard
Hi Philip, Can you please explicitly state in the SOURCES list the header and implementation file, that fixes the issue for me. On Fri, May 4, 2012 at 9:45 AM, Philip Blakely wrote: > Hi David, > > On 4 May 2012 14:29, David E DeMarle wrote: > > Try changing: > > TARGET_LINK_LIBRARIES(CNSVisIt

Re: [Paraview] VisIt Plugin Bridge

2012-05-04 Thread Philip Blakely
Hi Robert, On 4 May 2012 15:06, Robert Maynard wrote: > Hi Philip, > > Can you please explicitly state in the SOURCES list the header and > implementation file, that fixes the issue for me. OK, that now compiles avtcnsVisItFileFormat.cxx correctly. I now get undefined symbols from external libra

Re: [Paraview] paraview batch

2012-05-04 Thread David E DeMarle
I think you are using and older user guide. The 2004 book describes the "File->Save Batch Script" functionality of the ParaView 2.x releases. The 2007 book describes the corresponding "File->Save State" functionality of the early ParaView 3.x releases. For late 3.x releases, see the "Persistent S

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Cagatay Bilgin
adding the following line did not change anything renderers.current.unbindToElementId('renderercontainer'); and I do not know how to check the view id Calling disconnect and connecting again would indeed solve the problem but why would anyone want to do that? I am already connected, all I want to

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Sebastien Jourdain
By disconnect, I mean the python method Disconnect that basically reset the ServerManager layer without stoping ParaView. To print the view id, if you are using firebug or any development javascript console you can see the output of some JavaScript code if you write console.log(activeView.__selfi

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Cagatay Bilgin
Hi Seb, I am completely lost here. I tried the disconnect, and as I was expecting the render window is gone and I do not see any visualization. I would guess I will need to reconnect again. The view id is the same before and after. The datafile is correctly changed though. I guess that is the prob

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Sebastien Jourdain
Hi Cagatay, could you send me 2 of your state file with your data so I can see how complex is your pipeline and see which approach is the best ? Seb On Fri, May 4, 2012 at 3:27 PM, Cagatay Bilgin wrote: > Hi Seb, > I am completely lost here. I tried the disconnect, > and as I was expecting the

Re: [Paraview] changing the current view in pvw

2012-05-04 Thread Cagatay Bilgin
Hi Seb, There is really not much in my pipeline at the moment. I will do offline rendering using vtk, save the vtp file, and load it on paraviewweb. At the moment I play with sphere and cone objects. I uploaded the application here with the state files http://vision.lbl.gov/People/bilgin/PWShuttl