[Paraview] xdmf contribution

2010-09-28 Thread Felipe Bordeu
Hi, I use the "information" element in my xdmf file to store some information. but the xdmf version of paraview (git depot) can not read information elements. I add the capabilities of reading information elements. But where and how do a push the new code. Thanks -- Felipe Bordeu Weldt In

Re: [Paraview] Error building paraview server without X server support: vtkXdmf fails

2010-09-28 Thread Jorge Gerardo Peña Pastor
Thanks. I also found this thread where they give more details: http://www.mail-archive.com/paraview@paraview.org/msg06754.html Now I can compile and run with the off-screen-rendering flag working properly. 2010/9/27 pat marion : > I think this is a bug in ParaView/Utilities/Xdmf2/vtk/CMakeLists

Re: [Paraview] zooming in when using perspective projection via vtkCamera.Zoom

2010-09-28 Thread Milos Ilak
Hi all, sorry to be repeating the question, but I haven't been able to figure this out, and it is the last remaining piece I need to complete my animations...The question is: can one use something like V.vtkCamera.Zoom(float) or equivalent in perspective projection? I.e., I would like to zoom in

Re: [Paraview] xdmf contribution

2010-09-28 Thread Dave Partyka
Hi Felipe, Can you share a patch with us? We can then review your changes, make any adjustments and commit them. See this wiki on how to create a patch. http://vtk.org/Wiki/VTK/Git#Patches On Tue, Sep 28, 2010 at 3:35 AM, Felipe Bordeu wrote: > Hi, > I use the "information" element in my xdmf

Re: [Paraview] xdmf contribution

2010-09-28 Thread Dave Partyka
Or what might be better is if you can create a bug report in http://paraview.org/Bug/ and attach your patch + any additional information so we can look into this issue. Thanks! On Tue, Sep 28, 2010 at 9:26 AM, Dave Partyka wrote: > Hi Felipe, > > Can yo

[Paraview] Reading NIfTI files

2010-09-28 Thread David Doria
The data sets here: http://nifti.nimh.nih.gov/nifti-1/data are in nifti1 format. According to this: http://www.paraview.org/Wiki/Data_formats#The_full_list_of_file_formats , paraview can read them. However, their extension (.img) is not in the "Supported file types" list, and I don't see NIH/Anal

Re: [Paraview] Reading NIfTI files

2010-09-28 Thread Dave Partyka
There are nifti/analyze reader/writer plugins. You have to load it first and then the type will show up in supported file types. On Tue, Sep 28, 2010 at 10:11 AM, David Doria wrote: > The data sets here: > http://nifti.nimh.nih.gov/nifti-1/data > > are in nifti1 format. > > According to this: >

Re: [Paraview] Reading NIfTI files

2010-09-28 Thread David E DeMarle
That format is readable through the AnalyzeNiftiReaderWriter plugin. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Tue, Sep 28, 2010 at 10:11 AM, David Doria wrote: > The data sets here: > http://nifti.nimh.nih.gov/nifti-1

Re: [Paraview] Reading NIfTI files

2010-09-28 Thread David Doria
On Tue, Sep 28, 2010 at 10:23 AM, David E DeMarle wrote: > That format is readable through the AnalyzeNiftiReaderWriter plugin. Great, thanks David and Dave. David D. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://w

[Paraview] Re : Re : Problem with plugin Creation

2010-09-28 Thread R M
I have found. I had forgotten in the CMakeLists.txt the ligne GUI_RESOURCE_FILES TestReaderGUI.xml in the ADD_PARAVIEW_PLUGIN. Now it 's ok. De : R M À : paraview@paraview.org Envoyé le : Mar 28 septembre 2010, 8h 39min 02s Objet : [Paraview] Re : Problem wi

Re: [Paraview] The Three Wikis

2010-09-28 Thread Moreland, Kenneth
Your synopsis is correct. When you want to add a page about proposed changes to the developer's Wiki, we usually add it to the list under "Recent Updates" on the main page. It makes it easier to find. -Ken On 9/28/10 12:36 AM, "Biddiscombe, John A." wrote: I wanted to post some details abo

Re: [Paraview] xdmf example with tensors

2010-09-28 Thread Dan Lussier
Just one follow up: In both the Tensor6 and Tensor formats, what is the order of components (assuming we have a cartesian coordinate system)> Tensor 6 I suspect that is is: xx, yy, zz, xy, xz, yz Thanks again. On Thu, Sep 23, 2010 at 7:52 AM, Felipe Bordeu wrote: > > > > http://www.w3.org

[Paraview] add buttons with custom filter and assign key binding

2010-09-28 Thread Fabian Braennstroem
Hi, I have some questions to the gui handling :-) Is there an option to add custom filters as buttons in the menu bar? And is it possible to place custom filter into the 'common' subdirectory? Are there plans for the future to allow some keybinding settings for the user? Best! Fabian

[Paraview] ANN: ParaView 3.8.1 Available for download

2010-09-28 Thread Dave Partyka
Hello All, The ParaView team is pleased to announce the availability of the ParaView 3.8.1 binaries for download on the ParaView download page. http://paraview.org/paraview/resources/software.html Release Notes: ParaView 3.8.1 is a patch release over 3.8.0 with a a small set of improvements. So

[Paraview] Extracting Data from plot over line

2010-09-28 Thread Alireza Forghani
Hi Group members, I'm using Paraview to visualize my FE simulation results. I was wondering how I can export the data from the plot over line filter? I tried the suggestion in http://www.paraview.org/pipermail/paraview/2007-June/005200.html that was not successful. I would appreciate your help. A

Re: [Paraview] Extracting Data from plot over line

2010-09-28 Thread Eric E. Monson
Hey Alireza, If you highlight the PlotOverLine filter in the pipeline, you can just go to File->Save Data and you will be given the choice of many file formats, including CSV, legacy VTK, etc. The output of the filter is a Polygonal Mesh, but with things like the CSV file you could easily load