Re: [Paraview] c++ Pipeline

2011-05-10 Thread papa ndéné NDIAYE
Thanks, I was trying to do it by telling the builder instance in the server to add objects but this ways seems cleaner. Regards, PAPA 2011/5/9 David E DeMarle dave.dema...@kitware.com Algorithms can have internal pipelines. The trick is that they have to use a shallow copy to get the end

[Paraview] a two in one filter

2011-05-10 Thread papa ndéné NDIAYE
Hi all, I have a structured DataSet and want to extract some edges according to a given value on a point DataArray. But I want only one element added to the pipeline browser. I think about making a filter subclassing vtkExtractEdges and adding a vtkTreshold attribute. Is there a cleaner way to

[Paraview] Slice Offset

2011-05-10 Thread Aurélien Marsan
Dear all, Here is the description of a bug I would like to know if it is repeatable : Creating a plane by using the slice tool, I set then one or several offset values in order to see parallel planes. After that, when deleting the offset values, keeping only the zero one, and clicking on Apply

Re: [Paraview] paraviewweb on windows

2011-05-10 Thread katsumi.sekido
Dear Sebastien, hello, now I'm trying to build ParaViewWeb server on Windows. Your colleague could built it smoothly... but now I am in a mess. I am ashamed my poor skill. And I need your support. I read website http://www.vtk.org/Wiki/ParaViewWeb_Building; and FAQ, but the description is only

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-10 Thread Nenad Vujicic
Dear Utkarsh, Thank You very much, but unfortunately, adding manually copying of parameters didn't solve all problems. I updated test plug-in with manually copying, converting scalars to texture, applying texture to actor and showing resulting actor in vtkRenderWindow. You can find updated

Re: [Paraview] paraviewweb on windows

2011-05-10 Thread Sebastien Jourdain
Hi Katsumi, as I said previously, ParaViewWeb should work on Windows but it's a non-tested platform. Which means we can't really help you with that. So if you don't have any skills in building such system on Windows, you should definitely try to get a Linux or a Mac. That's exactly what happen

Re: [Paraview] ParaviewWeb two sessions, two views, two volume datasets

2011-05-10 Thread Sebastien Jourdain
Wonderful, You definitely getting there. BTW, what do you mean by a weird clipping between refresh ? Thanks, Seb On Mon, May 9, 2011 at 7:39 PM, Rajvikram Singh rajvikr...@yahoo.comwrote: Great. Just tried creating two views with CreateRenderView() within the same session and was able to

Re: [Paraview] XML-only Plugins

2011-05-10 Thread Utkarsh Ayachit
Jerome, I committed that fix last evening to git-master. Make sure you have updated and built your paraview. I loaded your XML and it works fine for me after yesterday's commits. Utkarsh commit ebd0057c757fedd8e96c2c9477e6f1d14eab4957 Merge: dbaa49a 1812062 Author: Utkarsh Ayachit

Re: [Paraview] a two in one filter

2011-05-10 Thread David E DeMarle
You might try a custom filter to wrap up a two filter pipeline segment into one meta filter. See: http://paraview.org/Wiki/ParaView/UsersGuide/Macros David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2011/5/10 papa ndéné NDIAYE

Re: [Paraview] Slice Offset

2011-05-10 Thread Utkarsh Ayachit
That's a known bug: http://paraview.org/Bug/view.php?id=11718 Utkarsh 2011/5/10 Aurélien Marsan aur.mar...@gmail.com: Dear all, Here is the description of a bug I would like to know if it is repeatable : Creating a plane by using the slice tool, I set then one or several offset values in

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Utkarsh Ayachit
Try selecting something else in the pipeline browser and then select the filter again. Does that seem to update the menus correctly? Utkarsh On Mon, May 9, 2011 at 5:20 PM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: Everything in the information tab does look correct.

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Yumin Yuan
Can you post your xml description for the reader? There may be something wrong in there. Yumin On Mon, May 9, 2011 at 5:20 PM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: Everything in the information tab does look correct. (Sorry I forgot to mention that I switched from

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Brian C. Panneton (CONTR)
Yes, by selecting a different source, the filter menu is enabled. When I go back to my reader the filters are again disabled. So I feel like something is not being set correctly when I press accept(). Or maybe it has something to do with the fact that the data hierarchy is Multi-block Dataset

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Brian C. Panneton (CONTR)
Here is my xml for the reader. [code] ServerManagerConfiguration ProxyGroup name=sources SourceProxy name=MyReader class=vtkMyReader label=My Reader StringVectorProperty name=FileName command=SetFileName

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Yumin Yuan
Try to add these to the end of MyReaderPanel::accept() this-proxy()-UpdateVTKObjects(); this-proxy()-UpdatePropertyInformation(); superclassOfMyReaderPanel::accept(); On Tue, May 10, 2011 at 9:11 AM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: Yes, by

Re: [Paraview] XML-only Plugins

2011-05-10 Thread Jérôme
Hi! Sorry, I missed the commit info : I didn't find the pv3.10.2 tag ! It's ok on git master. Thanks Utkarsh ! Jerome 2011/5/10 Utkarsh Ayachit utkarsh.ayac...@kitware.com Jerome, I committed that fix last evening to git-master. Make sure you have updated and built your paraview. I loaded

Re: [Paraview] Reader has Filters Disabled`

2011-05-10 Thread Brian C. Panneton (CONTR)
Ah, adding those lines corrected the problem. Thank you so much. Brian Panneton Yumin Yuan wrote: Try to add these to the end of MyReaderPanel::accept() this-proxy()-UpdateVTKObjects(); this-proxy()-UpdatePropertyInformation(); superclassOfMyReaderPanel::accept(); On Tue, May

Re: [Paraview] error Paraview adapter

2011-05-10 Thread Sebastien Jourdain
Hi Luca, I've cc the ParaView mailing list (as you should do) so other could benefit from your experience as well. Which version of ParaView are you using ? If it's the release one, you should follow the instruction that I've posted on the ParaView mailing list to checkout the correct

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-10 Thread Fabian Braennstroem
Hi, sorry me again... has no one an idea!? Would be nice! Best Regards! FAbian On 05/02/2011 08:40 PM, Fabian Braennstroem wrote: Hello, I would like to get the coordinates of one or more selected points (I think the button 'select points on' is the right tool for this) using a python script

Re: [Paraview] error Paraview adapter

2011-05-10 Thread Luca Cinquepalmi
Thank you Seb, I followed your suggestion and allthing went fine. What can you say about this log message? /home/luca/3dVoxView/PARAVIEWWEB/install-pweb/bin/PWServer: error while loading shared libraries: libParaWebPlugin.so: cannot open shared object file: No such file or directory Thank

Re: [Paraview] error Paraview adapter

2011-05-10 Thread Sebastien Jourdain
Hi Luca, You might not have set the LD_LIBRARY_PATH correctly. So when the application start, it does not find the so file and the same will happen for ParaView ones as soon as you fix that error. Seb On Tue, May 10, 2011 at 12:24 PM, Luca Cinquepalmi cinquepa...@planetek.it wrote: Thank you

[Paraview] D3 with custom cuts

2011-05-10 Thread Jakov Duzevic
I am trying to implement an idea based on D3 filter but with customized decomposition of data. I'm prototyping the idea with Python script (ProgrammableFilter). I found that I can set my own cuts on D3 with D3Object-SetCuts(cuts) but I am having problem setting the cuts object. vtkBSPCuts class

Re: [Paraview] paraviewweb on windows

2011-05-10 Thread katsumi.sekido
Dear Sebastien, hello, thank you for reply. I understand the situation. We will try to build on Linux or (if possible) Windows. But anyway threre is one problem. I installed Cygwin and try to get source file and makefile and other resources, but our company proxy server does not open