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-09 Thread Utkarsh Ayachit
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: paraview@paraview.org >

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-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-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 (https://github.com/Kitware/ParaViewCatalystExampleCode/

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

2015-09-07 Thread Utkarsh Ayachit
cessary). > > 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 with Catalyst in C++

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

2015-09-03 Thread Dorier, Matthieu
dnesday, September 02, 2015 4:23 PM To: Andy Bauer Cc: Dorier, Matthieu; paraview@paraview.org<mailto:paraview@paraview.org> Subject: Re: [Paraview] Isosurface and slicing with Catalyst in C++ One thing I want to clarify with respect to what Andy said. Figuring out parallel rendering in VTK is tric

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

2015-09-03 Thread Andy Bauer
; > 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

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 respect

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 https://github.com/Kitware/ParaViewCatalystExampleCode/tree/master/C

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 would

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 com

[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 t