|
Jacques https://svn.cscs.ch/vtkContrib/trunk/vtkCSCS/ESPHI/ I have already done this as part of our pv-meshless development. load->probe -> probe data -> integrate probes -> display results When multiple probes exist (slices etc), then the integrate filter is called for each block and the results are displayed in a table. unsupported and currently undocumented, but we have submitted a paper to EuroVis which describes some of this which you can request from me off list if you want. JB Thank you, That will help. What I am intending to do is modify the vtkIntegrateAttributes class so to be a vtkMultiBlockDataSetAlgorithm so that the result of the integration are available then for each block. I think I'm almost there but I'm now trying to understand the whole Controller thing and how to deal with the processes....Jacques -----Original Message----- From: Utkarsh Ayachit [mailto:[email protected]] Sent: 28 January 2009 14:26 To: Jacques Papper Cc: ParaView; [email protected] Subject: Re: [vtk-developers] vtkMultiBlockDataSet That'd work. But it will copy other information (besides names), if any was well. You can explicitly get the value of vtkCompositeDataSet::NAME() key from the input meta-data and if present copy it to the output. if (input->GetMetaData(iblock)->Has(vtkCompositeDataSet::NAME())) { output->GetMetaData(oblock)->GetMetaData()->Set(vtkCompositeDataSet::NAME(), input->GetMetaData(iblock)->Get(vtkCompositeDataSet::NAME())); } On Wed, Jan 28, 2009 at 5:12 AM, Jacques Papper <[email protected]> wrote: -- John Biddiscombe, email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82 |
_______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
