Re: [Paraview] output vs input representation parameters

2009-11-12 Thread Stephane PLOIX
Feature request added : http://public.kitware.com/Bug/view.php?id=9877 Best Stephane utkarsh.ayac...@kitware.com 10/11/2009 15:01 A dave.dema...@kitware.com cc stephane.pl...@edf.fr, paraview@paraview.org Objet Re: [Paraview] output vs input representation parameters Well yes and no.

[Paraview] cmake issue

2009-11-12 Thread Fred Fred
I try to build PV according to the recommandations, that is create a binary directory, go there and run ccmake and I get an error message that advice me to create a binary directry, go there and so So I add a line at the beginning of the CMakeLists.txt file so as to print the values of ParaVie

[Paraview] cmake issue (one more)

2009-11-12 Thread Fred Fred
Ok, I set the ParaView_BINARY_DIR variable by hand and now I run ccmake and I get several errors saying that some files lack in , such as Servers/Filters/Utilities/vtkPVFiltersKit.cmake I did not have any problem compiling PV on Mac OS X but these problems occur on Linux Ubuntun cmake version:

Re: [Paraview] cmake issue

2009-11-12 Thread Kevin H. Hobbs
On 11/12/2009 04:28 AM, Fred Fred wrote: > I try to build PV according to the recommandations, that is create a > binary directory, go there and run ccmake > and I get an error message that advice me to create a binary directry, > go there and so > So I add a line at the beginning of the CMakeList

Re: [Paraview] cmake issue

2009-11-12 Thread Fred Fred
> Date: Thu, 12 Nov 2009 06:04:00 -0500 > From: hob...@ohiou.edu > To: paraview@paraview.org > Subject: Re: [Paraview] cmake issue > > On 11/12/2009 04:28 AM, Fred Fred wrote: > > I try to build PV according to the recommandations, that is create a > > binary directory, go there and run ccmake

Re: [Paraview] cmake issue

2009-11-12 Thread Fred Fred
Finally I solved my problem by downloading the last version of cmake. Was it a cmake version issue? I am not sure about it but anyway, it works and please don't waste your time for me any more. And thanks for your help. > Date: Thu, 12 Nov 2009 06:04:00 -0500 > From: hob...@ohiou.edu > To: para

Re: [Paraview] Interpretation of histogram of deformation field magnitude?

2009-11-12 Thread motes motes
I have now followed your advise and I no longer get negative values which is good. But I still cannot make any sense out of the histogram. I have tried to make a histogram showing the following 3 types of information: 1) bin_values http://37133.vs.webtropia.com/apache2-default/test/hist1.jpg 2)

[Paraview] Legend orientation

2009-11-12 Thread Brian Greiner
Does anyone know how to change to colormap legend from vertical to horizontal? Vr, BG ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and ch

Re: [Paraview] Legend orientation

2009-11-12 Thread Robert Maynard
drag it to the side of the screen. Brian Greiner wrote: Does anyone know how to change to colormap legend from vertical to horizontal? Vr, BG ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/openso

[Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Matthew Dillon
Hi all, I have a question. I have been using VTK for some time now, and have recently been focusing my efforts on Paraview. I am running into a problem though. I am trying to import netCDF volume data. I am able to import the file using the raw binary filter, which works quite well, however

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Moreland, Kenneth
ParaView first uses extensions to determine file type. Files with extension .nc or .ncdf are assumed to be netCDF files. If you are using another extension it should still work so long as the extension does not conflict with any other extension used. If no file extension matches you should ge

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Matthew Dillon
Ken, Thanks for the reply. I have tested with both *.nc and *.ncdf, with no luck on the netCDF reader showing up on the list. I generated the netCDF file using the netcdf4-python (http://code.google.com/p/netcdf4-python/ ) interface, using the NETCDF4 and NETCDF3-CLASSIC filetypes. Both ty

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Moreland, Kenneth
There is an example netCDF file that comes with the VTK test data. It is identical to the one from here: http://www.unidata.ucar.edu/software/netcdf/examples/tos_O1_2001-2002.nc On retrospect, I'm not sure that the netCDF that comes with ParaView is version 4. We may need to update it. -Ken

Re: [Paraview] D3 filter and PkdTrees: how to tell if D3 previously executed?, PkdTree point locators

2009-11-12 Thread Christine Corbett Moran
Hi Burlen, Yes this helps, thanks. Although I was hoping not to have to modify D3, more because of the desire to keep a simple user friendly architecture for my plugin than laziness in the face of such a simple change. Based on your response, my current plan of action for my now three and growing

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Matthew Dillon
Ken, Thats great, I really appreciate it. I guess I missed this file in the paraview dataset. I was not able to get this particular file to load, however, some of the other examples in that directory work quite well - thanks for the resource. The reader was automatically detected, so, I g

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Moreland, Kenneth
It might be that ParaView is compiled with a version of netCDF that is too low. netCDF is generally not forward compatible. -Ken On 11/12/09 4:01 PM, "Matthew Dillon" wrote: Ken, Thats great, I really appreciate it. I guess I missed this file in the paraview dataset. I was not able to get

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Matthew Dillon
Ken, Would it be possible to rectify that (for myself) if I compiled Paraview using my installed netCDF libraries? Matt On Nov 12, 2009, at 2:04 PM, Moreland, Kenneth wrote: It might be that ParaView is compiled with a version of netCDF that is too low. netCDF is generally not forward co

Re: [Paraview] Paraview 3.6.1 and netCDF 4

2009-11-12 Thread Moreland, Kenneth
Uh... It's probably not that straightforward. The netCDF distribution is embedded in the VTK repository and has a bunch of name mangling. The easiest way to do it would probably be to hack the CMakeLists.txt file in ParaView3/VTK/IO to use the headers and libraries in your distribution. I