[Paraview] Adding custom chart view

2009-01-13 Thread Nehme Bilal
Hello, I'm trying yo create a filter to plot a histogram or a curve. The output of this filter will look like the one used for histogram filter. I read the documentation on the wiki about how to create a custom view, and I think this is my start point. Is that true ? if yes, from witch class

Re: [Paraview] Adding custom chart view

2009-01-13 Thread Utkarsh Ayachit
Are you creating new new view for your filter, or do you want to simply show the output of the new filter in the current BarChart view used by the Histogram filter? If you are creating a totally new view, simply start by subclassing pqView. In the filter's XML you can use a hint as follows to

Re: [Paraview] Adding custom chart view

2009-01-13 Thread Moreland, Kenneth
Nehme, It sounds like you do not need to create a custom view. You should be able to create a filter that generates the data and then use the existing bar chart and x-y plot views. You can specify a Hint in the server manager xml for a filter to tell it which view to go to. See the

Re: [Paraview] Difference between Compute Derivatives and Gradient (Unstructured)...

2009-01-13 Thread Moreland, Kenneth
So its possible to change the gradient-filter to get a speedup? - nice. Please let me know when this change is checked in into the cvs-version of paraview - i will check it here again. When I sent out my original email, I had already checked into CVS the gradient filter optimization. This

[Paraview] Paraview multiple display

2009-01-13 Thread Biao She
Hi everyone. I am trying to use paraview for side by side stereo display. I understand that I can link cameras between two display areas. The problem is that I don't know how to set a constant offset (like the distance between two eyes) of camera position for two linked cameras. Dose anybody have

[Paraview] removing domain constraints

2009-01-13 Thread Stephane PLOIX
Hi, I am developing a helper class that do some prefiltering to remove constraints on the filters (need of point data instead of cell data for instance). It provides warnings when an interpolation is performed, but should allow to have all the filters available at any time. The pb I am now

Re: [Paraview] removing domain constraints

2009-01-13 Thread Utkarsh Ayachit
Stephane, Unfortunately such more involved control for inheritance is not provided by ParaView, hence you'll have to go with copying the xml and changing it. The base_proxy mechanism is very simple (to say the least), it does not support overriding anything (including properties/domains) defined

[Paraview] trunk version - installation of shared lib

2009-01-13 Thread S. Levent Yilmaz
Hello, Unlike the release versions, the trunk version doesn't install shared libraries with make install. Is there a way to turn this on? thanks Levent ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

[Paraview] paraview: uploading data files

2009-01-13 Thread Jamie Ruprecht
Hi everybody! I am also new to this forum and new to paraview and python coding. I am currently looking to create an animation of shallow water waves using paraview, but I am having some trouble uploading my data files. At this stage, my data files are in excel files (.xls) and I am just

Re: [Paraview] Paraview multiple display

2009-01-13 Thread Biao She
Hi Paraviewers. I guess that I didn't make my question clear in my last email. Here comes two specific questions: 1. I have tried camera link and property link separately to do my job. If I use camera link to link the camears in two views, after I rotate the camera in one view, the other camera

[Paraview] time dependent mha

2009-01-13 Thread David Fuentes
Is there a time dependent format for mha files ? ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] paraview: uploading data files

2009-01-13 Thread Michael Jackson
You will probably have to write some sort of custom reader for your data. This can be just a simple stand-alone program that converts your data into the .pvd file or you can make the reader a ParaView plugin so that ParaView can open your data file(s). The first thing you will probably

Re: [Paraview] Transform filter from python

2009-01-13 Thread Jérôme
Hi, Just an idea: It seems that the error message warns about typo... Are you sure it is translation and not Translation ? regards, Jerome 2009/1/13 Jorge Mario Mazo jmm.mecan...@gmail.com: I'm trying to use the TransformFilter but I do not know how to set the paramater for the filter