Re: [Paraview] particle tracking

2009-02-11 Thread John Biddiscombe
Pei-Ying, David The main particle tracer stuff in (off the shelf) ParaView should work fine. With pv-meshless you get the particle renderer for spheres and a particle writer which dumps particles to disk during the particle tracer run. This lets you generate animations from different viewpoin

Re: [Paraview] particle tracking

2009-02-11 Thread David E DeMarle
Hi Pei-Ying, You may want to try ParaView Meshless (https://twiki.cscs.ch/twiki/bin/view/ParaViewMeshless). It is a version of ParaView with the cutting edge of John Biddiscombe's particle tracking work in it. Some of those features will be/have been integrated into the main paraview code, but I c

Re: [Paraview] measure of distance between two points

2009-02-11 Thread Berk Geveci
That sounds like a good idea. I'd suggest adding a request. -berk On Wed, Feb 11, 2009 at 4:43 PM, Pierre JUILLARD wrote: > Hi Berk, > > Thanks. That is actually perfect! > The spreadsheet idea was just because I was too much in a > pipeline/filter-like thinking mode (with outputs absolutely ava

Re: [Paraview] measure of distance between two points

2009-02-11 Thread Pierre JUILLARD
Hi Berk, Thanks. That is actually perfect! The spreadsheet idea was just because I was too much in a pipeline/filter-like thinking mode (with outputs absolutely availabe for future re-use). Just an additional question: is there a way to have some kind of magnetism with already displayed existing

[Paraview] Getting proxy names from proxy manager.

2009-02-11 Thread Juan Fernando Duque Lombana
Using the following c++ code: myBox=builder->createSource("sources", "CubeSource", s); myBox->rename(QString("VWTBoundary")); myBox->setModifiedState(pqProxy::UNMODIFIED); pqOutputPort* opPort = myBox->getOutputPort(0); builder->createDataRepresentation(opPort,myActiveView.current()); I've been a

[Paraview] Absence

2009-02-11 Thread Raphael MARC
Je serai absent(e) du 11/02/2009 au 13/02/2009. ___ 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 check the ParaView Wiki at: http://paraview

Re: [Paraview] measure of distance between two points

2009-02-11 Thread Berk Geveci
Yes and no. You can measure the distance between two points using the ruler source. Currently, the value cannot be display in the spreadsheet. We should probably change the source to produce a single value in a table. Feel free to post a feature request at http://paraview.org/Bug ps. You can selec

Re: [Paraview] Visualizing histogram

2009-02-11 Thread Mark Richardson
Pat had some python code to test the chart python wrapping, but it doesn't look like it's in cvs. The api should be similar to c++ though. You can look at vtk/guisupport/qt/testing/cxx/TestVtkBarChartView.cxx as an example. You'll just have to convert it to python calls and import the right mod

Re: [Paraview] Browsing server files from plugin

2009-02-11 Thread Nehme Bilal
Hi, to get the active server, look a this example: pqServer* PrismCore::getActiveServer() const { pqApplicationCore* core = pqApplicationCore::instance(); pqServerManagerSelection sels = *core->getSelectionModel()->selectedItems(); pqPipelineSource* source = 0; pqServer* server=0;

Re: [Paraview] Browsing server files from plugin

2009-02-11 Thread Utkarsh Ayachit
To get the server: pqApplicationCore::instance()->getServerManagerModel()->getItemAtIndex(0); Utkarsh On Tue, Feb 10, 2009 at 6:34 PM, Moreland, Kenneth wrote: > I have a plugin that adds toolbar actions. From one of these actions I want > to be able to open a dialog box to browse files on the

Re: [Paraview] Visualizing histogram

2009-02-11 Thread Jacques Papper
How can I access this through pvpython ? Do you have any example to put me on the right track ? Thanks Jacques -Original Message- From: Mark Richardson [mailto:m...@elemtech.com] Sent: 10 February 2009 17:28 To: Jacques Papper Cc: paraview Subject: Re: [Paraview] Visualizing histogram

Re: [Paraview] particletracer

2009-02-11 Thread John Biddiscombe
Martin A single timestep is a vtkDataSet, StremTracer generates streamline through a vector field for this data. The ParticleTracer requires multiple time steps to advect particles through the field over time. The particle tracer requests 2 time steps per iteration from it's input, internall

[Paraview] measure of distance between two points

2009-02-11 Thread Pierre JUILLARD
Hi all, I have been searching for help in the previous posts, but I couldn't find an answer, even if the question has already been asked ( http://www.mail-archive.com/paraview@paraview.org/msg00990.html): Is there a way in ParaView to measure a distance between two nodes (with a result that could

Re: [Paraview] particletracer

2009-02-11 Thread Martin Uppman
Thanks you, I can now conenct the two sources. I tried on Windows and found this alternative if I want to use "input" or "source" in the particle tracer. When choosing "source" I could select both dataset and seed source. Problem on my Mac was that the dialog box was to small so I didnt find this o