Re: [Paraview] custom view plugin - minimal example needed

2018-01-27 Thread Kolja Petersen
Thank you Mathieu, your answer helped me decide whether to continue our developments based on Paraview. Kolja Virenfrei. www.avast.com

[Paraview] Can I generate a single file that contains data and filter settings?

2018-01-27 Thread Wyatt Spear
Greetings, Currently I am using my own application to generate a simple CSV file which can be loaded up in ParaView. I then create the visualization I want with a few manual filter operations. What I would like is to generate a file, preferably still with a field for CSV-like raw data, that

Re: [Paraview] custom view plugin - minimal example needed

2018-01-27 Thread Artem Bodrin
Hello, dear participants. Actually, one can do what Kolja needs. If you are still interested, I can deduce the sample from my plugin. In 2 words: 1) inherit main view class MyView from pqView 2) create a stub class vtkPVMyView, inherited from vtkPVView, override pure virtual functions 3) add