Re: [Paraview] How to have the spreadsheet view

2010-06-09 Thread David E DeMarle
This method: pqDisplayPolicy::getPreferredViewType(pqOutputPort* opPort, bool update_pipeline) governs what view type is initially created for any given source/reader/filter. For instance, if your plugin produces vtkTables when you read data values in, then the spreadsheet view should be

Re: [Paraview] How to have the spreadsheet view

2010-06-09 Thread Adriano Gagliardi
Utkarsh, Regarding the hints, how do you get the output of a custom C++ filter to be presented in a specific view such as spreadsheet or histogram, rather than the default view? Regards, Adriano === Adriano Gagliardi MEng PhD Business Sector Leader

Re: [Paraview] How to have the spreadsheet view

2010-06-09 Thread Utkarsh Ayachit
You have to specify the Hints / for the filter in the XML. The type is the name of the view proxy to create. Utkarsh On Wed, Jun 9, 2010 at 10:14 AM, Adriano Gagliardi agaglia...@ara.co.uk wrote: Utkarsh, Regarding the hints, how do you get the output of a custom C++ filter to be presented

[Paraview] Ensight file format (.case)

2010-06-09 Thread Benoit steinitz
Hello, I 'd like to import some data (geometry+scalar field+vector field) under the Ensight format. So far, I've manage to import the geometry of my model and the scalar field at each node but I've some problem to get the vector field. Does anybody knows what is the format of the variable file

[Paraview] AMR and .VTM

2010-06-09 Thread Mohammad Mirzadeh
Dear all, I had a rather quick question. I am working with adaptive meshes and would like to import them into paraview. So far I have been able to that with unstructured datasets and .vtk files. The problem is that whenever I use slice filter to see a cross-section of mesh, it triangulates the

Re: [Paraview] Fail to build pqApplicationComponents in ParaView3.8.0 on Windows764bit MSVC2010

2010-06-09 Thread Robert Maynard
Hi, I have tracked down the problem to be an issue with CMake and Windows 7 which you can track at http://public.kitware.com/Bug/view.php?id=10808. A workaround is to explicitly set CMake and Visual Studio to run as administrator. If you choose to use this work around you will need to delete your

[Paraview] location of python plugin macro

2010-06-09 Thread m . c . wilkins
Hi, I would like to find the location of the currently running python plugin macro. This is so I can do an import of a library that lives in a directory relative to the directory where all my paraview plugins live. Is this possible? In a normal python programme sys.argv[0] can help me, but

Re: [Paraview] AMR and .VTM

2010-06-09 Thread Andy Bauer
You can combine different data sets into a multiblock data set in paraview with the Group DataSets filter to test out what you want to do without having to write out your data as a multiblock data set. To add more data sets to the Group DataSet filter right click on the filte rin the pipeline

Re: [Paraview] AMR and .VTM

2010-06-09 Thread Mohammad Mirzadeh
Thanks Favre, I am using my own code that creates Cartesian AMR based on Octree data-structure. Just one question though, what do you mean by sources ? Are you talking about specific example package from FLASH and Enzo or ParaView demos? Thanks On Wed, Jun 9, 2010 at 1:19 PM, Favre Jean

Re: [Paraview] location of python plugin macro

2010-06-09 Thread pat marion
I'm afraid there isn't a way to get the name of the python file that is currently executing. Paraview reads the contents for the file into a string and passes the string to the interpreter, so python has no association between the string and the file. As a feature request, I think it would be

Re: [Paraview] location of python plugin macro

2010-06-09 Thread m . c . wilkins
Hi Pat, Thank you for your quick response. Yes setting the __file__ variable would be great. Is there a formal way to do a feature request? From googling, I see people have just posted requests to this list. Is that good enough? If so, could we please have this has a feature request? If it