Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-09 Thread Dorier, Matthieu
, Matthieu From: ParaView [paraview-boun...@paraview.org] on behalf of Dorier, Matthieu [mdor...@anl.gov] Sent: Tuesday, September 08, 2015 10:01 AM To: Utkarsh Ayachit Cc: paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing with Catalyst in C++ Hi

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-09 Thread Utkarsh Ayachit
annot import vtkPVAnimationPython > > Thanks, > > Matthieu > > From: ParaView [paraview-boun...@paraview.org] on behalf of Dorier, Matthieu > [mdor...@anl.gov] > Sent: Tuesday, September 08, 2015 10:01 AM > To: Utkarsh Ayachit > Cc: paravie

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-09 Thread Dorier, Matthieu
Indeed, I see the outputs. Thanks! Matthieu From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Wednesday, September 09, 2015 11:07 AM To: Dorier, Matthieu Cc: paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing with Catalyst in C

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-08 Thread Utkarsh Ayachit
Matthieu, There indeed seems to be some issue with 4.3 editions. Since the code worked as expected with the latest ParaView 4.4-RC2, here's what I did: 1. Created a pull request to update the CatalystExamples code to build with 4.4-RC2 here

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-08 Thread Dorier, Matthieu
Hi Utkarsh, Thanks a lot, I'll give it a try. Matthieu From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Tuesday, September 08, 2015 9:52 AM To: Dorier, Matthieu Cc: Andy Bauer; paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-07 Thread Utkarsh Ayachit
ary). > > Thanks, > > Matthieu > > From: Andy Bauer [andy.ba...@kitware.com] > Sent: Thursday, September 03, 2015 2:52 PM > To: Dorier, Matthieu > Cc: Berk Geveci; paraview@paraview.org > > Subject: Re: [Paraview] Isosurface and slicing wit

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-03 Thread Dorier, Matthieu
hanks, Matthieu From: Berk Geveci [berk.gev...@kitware.com] Sent: Wednesday, September 02, 2015 4:23 PM To: Andy Bauer Cc: Dorier, Matthieu; paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing with Catalyst in C++ One thing I want to clarify with resp

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-03 Thread Andy Bauer
; Thanks, > > Matthieu > > -- > *From:* Berk Geveci [berk.gev...@kitware.com] > *Sent:* Wednesday, September 02, 2015 4:23 PM > *To:* Andy Bauer > *Cc:* Dorier, Matthieu; paraview@paraview.org > *Subject:* Re: [Paraview] Isosurface and slicing with

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-03 Thread Dorier, Matthieu
version number, I could look it up if necessary). Thanks, Matthieu From: Andy Bauer [andy.ba...@kitware.com] Sent: Thursday, September 03, 2015 2:52 PM To: Dorier, Matthieu Cc: Berk Geveci; paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing

[Paraview] Isosurface and slicing with Catalyst in C++

2015-09-02 Thread Dorier, Matthieu
Hi, I'm diving into Catalyst and try to build a pipeline in C++ for an simple example code. My use case is the following: I have a uniform 3D grid (converted into vtkImageData) on which I map a field of double values (wrapped into a vtkDoubleArray). By looking at the examples I managed to make

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-02 Thread Andy Bauer
Hi Matthieu, I would strongly recommend that you use a ParaView GUI generated Python Catalyst pipeline script instead of hand-written C++ Catalyst pipeliine to do what you want. There are a surprising amount of settings required to output images from VTK. If you want to do that in parallel the

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-02 Thread Berk Geveci
One thing I want to clarify with respect to what Andy said. Figuring out parallel rendering in VTK is tricky but from ParaView be it C++ or Python, it is much easier. We are here to provide help. Having said this, if you think that you will be changing your in situ functionality regularly, I

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-02 Thread Andy Bauer
Yes, I sometimes forget that the C++ pipeline can be done from ParaView abstractions instead of through VTK. And yes, that will be much easier if you're looking to generate .pngs. The example that you should look at for that is at

Re: [Paraview] isosurface time series data with different value

2010-02-27 Thread Gowri Somanath
Thanks a lot. Gowri On Thu, Feb 25, 2010 at 9:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Utkarsh Ayachit
This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does the necessary updates. There was a bug in the CVS (and 3.6 etc) that is now fixed. Attached is a patch for

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Berk Geveci
I love Python... On Thu, Feb 25, 2010 at 9:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does

[Paraview] isosurface time series data with different value

2010-02-22 Thread Gowri Somanath
Hi I have time series data. I want to isosurface the data with different value for each time step - but not those in the animation which linearly interpolates the isosurface value over time. I want to isosurface based on max-min of the data at each time step. How would i do it? thanks Gowri

Re: [Paraview] Isosurface

2009-01-21 Thread Moreland, Kenneth
Yes, you need cells to create an isosurface. The cells specify how the scalar field should be interpolated between points. The easiest way to impose cells on your points is to run the Delaunay 3D filter on them. -Ken On 1/20/09 8:17 PM, Mare Libero marelibe...@yahoo.com wrote: Hi, I am

Re: [Paraview] Isosurface

2009-01-21 Thread Berk Geveci
If this is a regular, cartesian grid, you can use image data. If rectilinear, use rectilinear grid. If this is curvilinear grid, you can use structured grid. Otherwise, you have to create cells somehow. -berk On Tue, Jan 20, 2009 at 10:17 PM, Mare Libero marelibe...@yahoo.com wrote: Hi, I am

[Paraview] Isosurface

2009-01-20 Thread Mare Libero
Hi, I am new to Paraview and I hope some of you can help me. I am trying to visualize an isosurface. I used to work with Matlab where I would input the data in 4D in the format: X Y Z Intensity To use Paraview, I generated a dataset in VTK format as an unstructured grid with no cells. The