[Paraview] xml keywords

2018-01-15 Thread Felipe Bordeu
Hi to all, I have a user that use intensively xml files to deploy and customise his python programmable filters. He would like to know if there is a list with all the xml keyword available (for filters, readers,writers). He uses the files in

Re: [Paraview] Clearing a selection created in python

2017-10-05 Thread Felipe Bordeu
Thank you! Le 5 oct. 2017 20:56, "Cory Quammen" <cory.quam...@kitware.com> a écrit : > Felipe, > > I can confirm this behavior, and I have filed a bug report here: > > https://gitlab.kitware.com/paraview/paraview/issues/17749 > > Thanks, > Cory > >

[Paraview] Force or deactivate some Readers. Reuse the Paraview already running

2017-09-28 Thread Felipe Bordeu
I already put this in a feature request, but I dont know if someone is interested: 1) I always work with xmdf files and every time I have to choose the reader to use in the menu, can we deactivate or force the use of a specific reader in the command line? I know a can change the extension of my

[Paraview] Clearing a selection created in python

2017-09-14 Thread Felipe Bordeu
Hi, I'm trying to create a selection using python, but I have a little question I use this script (as a macro) source = GetActiveSource() activeView = GetActiveView() props = GetDisplayProperties(source,view=activeView) fieldtype, arrayname = props.ColorArrayName a =

Re: [Paraview] [EXTERNAL] Regarding creating high quality small size animations

2017-03-07 Thread Felipe Bordeu
Hi, I always have problems choosing the settings when doing videos (bitrate, framerate, resolution...). Now I make my videos in full resolution/no compression. And use my Google(YouTube) account to upload my video to my private space. YouTube will automatically recompress the video. And because

Re: [Paraview] Finding volume enclosed by a contour.

2017-03-05 Thread Felipe Bordeu
The volume is nothing more that the integral of one (1). So make a calculator with a new variable named "rho" and with the value 1 then apply the intégrate variable filter to compute the volume. Be careful no to have bars in your mesh, they will also contribute to the volume calculation. In

Re: [Paraview] source name in python view

2016-10-13 Thread Felipe Bordeu
urces in your session. > > Cheers > Venke > > > > > Felipe Bordeu <felipebor...@gmail.com> hat am 12. Oktober 2016 um 15:15 > > geschrieben: > > > > > > I use python view to plot some data allons my 3D visualisation. Can I get > > the name of the sour

[Paraview] source name in python view

2016-10-12 Thread Felipe Bordeu
I use python view to plot some data allons my 3D visualisation. Can I get the name of the source inside the 'python view script' so I can know to which source belongs each line on my plot?. (I know I can set the name of a source using RenameSource('Good Result ') ) Felipe

Re: [Paraview] change background color based on a data variable?

2016-09-07 Thread Felipe Bordeu
You can use the animation view with a "Python Animation Track" script like this: def start_cue(self): self.t = 0 def tick(self): from paraview.simple import * renderView1 = GetActiveViewOrCreate('RenderView') renderView1.Background = [self.t, 0.42745098039215684,

[Paraview] Embedding Python source as Modules And Python Programmable Filter

2016-09-06 Thread Felipe Bordeu
Hi, I have a home made plugin and I have some python code to do post processing. Now I want to embed this pythons routines in my plugin (using the Embedding Python Source As Modules of http://www.paraview.org/Wiki/ParaView/Plugin_HowTo). this work great, if I open a python console (using the GUI)

[Paraview] Embedding Python source as Modules And Python Programmable Filter

2016-09-05 Thread Felipe Bordeu
Hi, I have a home made plugin and I have some python code to do post processing. Now I want to embed this pythons routines in my plugin (using the Embedding Python Source As Modules of http://www.paraview.org/Wiki/ParaView/Plugin_HowTo). this work great, if I open a python console (using the GUI)

Re: [Paraview] how not to scale the thickness of the Arrow Glyph?

2015-03-26 Thread Felipe Bordeu Weldt
Or you can move your points half the distance with the calculator (coords +0.5*dep) and then apply the 2D Glyph Felipe Le 26 mars 2015 à 01:47, Kazuyoshi Furutaka furutaka.kazuyo...@jaea.go.jp a écrit : Dear ParaView experts, I'm visualizing paths of neutrons in some media. Now I

[Paraview] ParaView and Matlab lovers Parula ColorScale

2015-03-17 Thread Felipe Bordeu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi to all, Attached you can find the Parula coloscale from the last Matlab release. Felipe - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-04 Thread Felipe Bordeu
/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-03 Thread Felipe Bordeu
keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu Weldt
you can use the python programable filter to create a field data with the date (in string) and use a annotate field data filter. Felipe Le 27 févr. 2015 à 14:50, Madalena S. Malhadas nenasan...@hotmail.com a écrit : Dear paraview users, I have a question over the use of Annotate time

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche

Re: [Paraview] Fwd: Catalyst simple test

2015-02-20 Thread Felipe Bordeu
for this great feature. Felipe Le 18/02/2015 16:18, Dan Lipsa a écrit : Hi Felipe, I'll try to take a look at it today. Dan On Wed, Feb 18, 2015 at 9:58 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: Hi Dan, Yes I already saw the post, but is with python. I

Re: [Paraview] Fwd: Catalyst simple test

2015-02-18 Thread Felipe Bordeu
) -- Forwarded message -- From: *Dan Lipsa* dan.li...@kitware.com mailto:dan.li...@kitware.com Date: Tue, Feb 17, 2015 at 12:19 PM Subject: Re: [Paraview] Catalyst simple test To: Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr Hi Felipe, Have you seen: http

[Paraview] Catalyst simple test

2015-02-17 Thread Felipe Bordeu
mixing the code for the different examples I found on the web and in the sources. I didn't find an example with pure c++ and live viz. How I can tell to the LiveLink with data I want to sent to paraview??? using ParaView 4.3.1 compiled from git source in linux. Thanks to all. - -- Felipe Bordeu

Re: [Paraview] Memory use with Xdmf files

2015-02-01 Thread Felipe Bordeu Weldt
hi, I think the best way is to write only one cell (with the correct position in the espace) for each picture and then apply each picture as a texture in each cell. For me this is the way to go. But technically I don’t know how to do it. Felipe Le 30 janv. 2015 à 17:51, Michael Jackson

Re: [Paraview] color mapping + interpolation of areas of a pre-existing model's surface.

2015-01-27 Thread Felipe Bordeu Weldt
You can solve 3 Lapacians problem (one for each color component) to calculate the interpolation of the color. Imagine that the red component of the color is like temperature. So you solve a problem with impose temperature on the sampling points to get the « interpolated » color in the rest of

Re: [Paraview] Nvidia K20x on cluster

2014-07-08 Thread Felipe Bordeu
[mailto:paraview-boun...@paraview.org] On Behalf Of Felipe Bordeu Sent: Montag, 7. Juli 2014 16:37 To: Paraview Mailing list (to use with ec-nantes) Subject: [Paraview] Nvidia K20x on cluster Hello, We have a computer (node in a cluster) with 2 Nvidia K20x GPUs (plus a chipset for low

[Paraview] Nvidia K20x on cluster

2014-07-07 Thread Felipe Bordeu
?? Thanks Felipe - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

[Paraview] settings and default values

2014-06-05 Thread Felipe Bordeu
if this is the right way. Also when I use the setting menu, my data (GUIMaxNbModes) is written in the ParaView4.1.0.ini AND in the UserSettings.json. Why ??? Thank to all Felipe - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57

Re: [Paraview] Interpolate across NaN's?

2014-05-20 Thread Felipe Bordeu
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33

Re: [Paraview] StreamTracer coordinates

2014-04-28 Thread Felipe Bordeu
: http://www.paraview.org/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321

Re: [Paraview] Seeking advice for high-order and high-dimensional discontinuous Galerkin data

2014-04-16 Thread Felipe Bordeu
://www.paraview.org/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes

Re: [Paraview] CSV writer: choose data to be written in the file

2014-03-20 Thread Felipe Bordeu
the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06

Re: [Paraview] exagerating the axis in length not the value

2014-01-15 Thread Felipe Bordeu
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview - -- Felipe Bordeu Weldt Ingénieur de Recherche - - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40

Re: [Paraview] ParaView Python console with scipy

2013-12-10 Thread Felipe Bordeu
if you'd like to do that, I am afraid. Utkarsh On Mon, Dec 9, 2013 at 10:43 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr wrote: Hello, I'm trying to make my python script work with scipy but I'm unable make it work. I tried : the Paraview 4.0.1(pvpyton from the web) in linux (64 ubuntu 12.04

[Paraview] ParaView Python console with scipy

2013-12-09 Thread Felipe Bordeu
Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

[Paraview] Python Script

2013-11-30 Thread Felipe Bordeu Weldt
Hi, It is possible to know if my script (in python) is running under ParaView (using run script from the python console) or pvpython of pvbatch. I do some post treatment of my data( set up of a pipeline + some calculations), and I want to use the same script for the visualization and the

Re: [Paraview] programmable filter in a python script

2013-11-26 Thread Felipe Bordeu Weldt
or you can use the execfile('myfiltersource.py') instruction of python, and you put all you filter's code in the file. Le 26 nov. 13 à 21:03, Utkarsh Ayachit a écrit : my question is, can I create the script of the Programmable filter as a separate python script, and then just give the

Re: [Paraview] copy-paste (or , clone/dublicate)

2013-11-18 Thread Felipe Bordeu Weldt
the other way around is to create a custom filter to group all your filter into one and expose only the desired properties. Felipe Le 18 nov. 2013 à 19:20, Samuel Key samuel...@bresnan.net a écrit : Martina, Given that you have 20+/- datum sets (and one geometry?), you might be able to

Re: [Paraview] Points Movements - Kilometrical extension x metrical movement

2013-09-17 Thread Felipe Bordeu
/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS

Re: [Paraview] Visualize quadratic multi cell type in a model

2013-07-30 Thread Felipe Bordeu Weldt
from ./VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfTopology.h // Topologies #define XDMF_NOTOPOLOGY 0x0 #define XDMF_POLYVERTEX 0x1 #define XDMF_POLYLINE 0x2 #define XDMF_POLYGON0x3 #define XDMF_TRI0x4 #define XDMF_QUAD 0x5 #define XDMF_TET0x6

[Paraview] new property panel, widget order question

2013-07-18 Thread Felipe Bordeu
_ PointArrayStatus [- Display] ... I think paraview expose all the base class widgets first and only then expose the final class widgets. Can I change this behaviour to correctly order my widgets??? Thanks to all Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche

Re: [Paraview] Irregular outer boundary of Points

2013-06-18 Thread Felipe Bordeu
/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche

[Paraview] Fwd: [Xdmf] bug report

2013-06-06 Thread Felipe Bordeu
Hi, my bug went to the backlog, so now I am sending the request to the paraview mailing list. Felipe Message original Sujet: [Xdmf] bug report Date : Tue, 30 Apr 2013 14:10:42 +0200 De :Felipe Bordeu felipe.bor...@ec-nantes.fr Pour : xdmf mailing list (use with ec

Re: [Paraview] announce: upcoming release webinars

2013-06-04 Thread Felipe Bordeu
://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] ParaView 4.0.0-RC2 starts behind current window on OS X Lion (10.7.5)

2013-06-01 Thread Felipe Bordeu Weldt
hi I use the ParaViewSuperBuild all the time to test my plugin. you can do something like this to bring paraview to the foreground (from http://stackoverflow.com/questions/11248284/mac-os-x-bring-non-bundle-gui-applications-to-foreground-when-launched-from-t). $ pwd

Re: [Paraview] Attribute for grid collection

2013-04-05 Thread Felipe Bordeu
AttributeError: GetPoint The script works well if the grid is not of GridType Collection. Thank you, Nikos On Thu, Apr 4, 2013 at 3:57 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: you must put the attributes inside each grid: Felipe ?xml version

Re: [Paraview] Attribute for grid collection

2013-04-04 Thread Felipe Bordeu
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74

Re: [Paraview] Python scripting/Grid geometry transformation

2013-04-03 Thread Felipe Bordeu
at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec

[Paraview] custom TreeWidgetitems in custom panel

2013-03-28 Thread Felipe Bordeu
* parent, const QStringList val);* ** * I know that I have to use the pqSignalAdaptorTreeWidget but I dont know how.* *Any ideas, hints ???* *Thanks,* * -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06

Re: [Paraview] filter to read in 3D cell data

2013-03-26 Thread Felipe Bordeu
to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de

Re: [Paraview] Solved: What happened to the random controls for Mask Points filter?

2013-02-14 Thread Felipe Bordeu
open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt

[Paraview] Binary compativility

2013-02-09 Thread Felipe Bordeu Weldt
Hello, I will like to know if version 3.98.0 and 3.98.1 are binary compatible. If a plugin is build for 3.98.0, is it compatible with the version 3.98.1 ? (in Linux, Mac and Windows) Thanks Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37

Re: [Paraview] Meta data with an image.

2013-02-04 Thread Felipe Bordeu
messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33

Re: [Paraview] Creating movies using multiple HDF5 data files

2013-01-17 Thread Felipe Bordeu
Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École

[Paraview] superbuild on Mac

2013-01-09 Thread Felipe Bordeu
compiled in a OSX 10.6.8 64bit Thanks. -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

[Paraview] pipeline bug

2012-12-20 Thread Felipe Bordeu
Crashes. Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] pipeline bug

2012-12-20 Thread Felipe Bordeu
Bug reported in mantis. http://paraview.org/Bug/view.php?id=13746 By the way, what project do I have to choose ??? (TBD or an other)?? Felipe Le 20/12/2012 09:21, Felipe Bordeu a écrit : Hi, Can any one confirm this bug. ParaView 3.98.0 (official binary) (Linux 64bit ubuntu 12.04

Re: [Paraview] How do to use the new ParaViewSuperbuild repository

2012-12-11 Thread Felipe Bordeu
=2699820 Or by switching to Advanced on CDash and clicking on the little Note icone next to the superbuild that you are interested in. Seb On Thu, Dec 6, 2012 at 5:05 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: Hi, For the old version of ParaView

Re: [Paraview] Statistics/Mesh quality

2012-12-10 Thread Felipe Bordeu
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74

Re: [Paraview] ParaViewSocketPlugin

2012-12-08 Thread Felipe Bordeu Weldt
. Sent from my iPhone On Dec 7, 2012, at 1:18 PM, Felipe Bordeu felipe.bordeu@ec- nantes.fr wrote: Thanks pat, This is the result. https://www.youtube.com/watch?v=6vqPQAWEqBk Felipe Le 06/12/2012 13:57, Pat Marion a écrit : Yes, you can send information back through the socket. If you're

Re: [Paraview] ParaViewSocketPlugin

2012-12-07 Thread Felipe Bordeu
to the socket. Pat On Thu, Dec 6, 2012 at 12:42 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: hi everybody, I'm using the great plugin ;) ParaViewSocketPlugin, to control ParaView. But now I will like to have some information sent back

[Paraview] How do to use the new ParaViewSuperbuild repository

2012-12-06 Thread Felipe Bordeu
/ParaViewSuperbuild.git to /path/to/ParaViewSuperbuild But now I don't know how to configure my paraview superbuild. cmake -D ??? /path/to/ParaViewSuperbuild or do I have to put the ParaViewSuperbuild repository inside the ParaView one?? Thanks Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche

[Paraview] ParaViewSocketPlugin

2012-12-05 Thread Felipe Bordeu
) ??? Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] trigger a custom panel function/slot after apply button

2012-12-05 Thread Felipe Bordeu
customized panel is derived from pqProxyPanel, you can either override the accept() method, or do a connection like this: QObject::connect(this-propertyManager(), SIGNAL(accepted()), this, SLOT(finish())); HTH, Yumin On Tue, Dec 4, 2012 at 5:18 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr wrote

[Paraview] trigger a custom panel function/slot after apply button

2012-12-04 Thread Felipe Bordeu
in the panel. I tried something like this in my panel but it does not work. QObject::connect(this , SIGNAL(onaccept()), this, SLOT(finish())); Is there a way to trigger a slot/ function in the panel after the filter has finished. Thanks Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche

Re: [Paraview] Show custom cube axes annotations

2012-11-19 Thread Felipe Bordeu
:27 PM, Felipe Bordeu Weldt felipe.bor...@ec-nantes.fr wrote: Ok, My idea is simple (http://www.paraview.org/Bug/view.php?id=13583).  We visualizes data with non convectional axes, so we

Re: [Paraview] Show custom cube axes annotations

2012-11-16 Thread Felipe Bordeu Weldt
, could you rephrase your question, as I'm not sure to follow you anymore. Specially what are the piece of informations that are still missing to you. Thanks, Seb On Fri, Nov 16, 2012 at 1:13 PM, Felipe Bordeu felipebor...@gmail.com wrote: I have no problem with the use custom range. My

Re: [Paraview] properties and display panels in 3.98.0-RC1

2012-11-13 Thread Felipe Bordeu
:52 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: Hi, I'm working with ParaView 3.98.0-RC1 and I will like to recover the 3.14 properties and display panel. I think is confusing. The properties panel is unique for each filter

[Paraview] properties and display panels in 3.98.0-RC1

2012-11-06 Thread Felipe Bordeu
and the view in the other screen. But now I have a very long properties panel that I can't split in two. Thanks Felipe. -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM

Re: [Paraview] cell vector data: glyphs?

2012-10-10 Thread Felipe Bordeu
/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche

[Paraview] Fwd: Re: c++ Plug-in in Mac, compatibility with official binary??

2012-09-14 Thread Felipe Bordeu
is linked to a not use framework? How I can force cmake not to use a specific framework in the linker line? Is this a bug or I did something wrong?? Felipe Le 13/09/2012 12:56, Felipe Bordeu a écrit : Hello, I build Paraview 3.14.1 (git version) using superbuild using qt v 4.6.4 (cocoa) in my

[Paraview] c++ Plug-in in Mac, compatibility with official binary??

2012-09-13 Thread Felipe Bordeu
, current version 7.4.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM

Re: [Paraview] Can I stop the verbiage that occurs when I start paraview?

2012-09-08 Thread Felipe Bordeu Weldt
have have the same problem with the ParaView from the ubuntu 12.04 distribution. ParaView downloaded from the web page does not have this messages. Felipe Le 7 sept. 12 à 21:01, Timothy Cale a écrit : I am new to paraview and vtk. (The paraview page I was on, pointed me here . . .) When

[Paraview] Plugin License question

2012-09-06 Thread Felipe Bordeu
I put only the binary of the plugin in a webpage for free ??? We don't want to put the source of the plugin because is in constant development. I don't know a lot about the Qt licenses (commercial LGPL). Any advice ? -- Felipe Bordeu Weldt Ingénieur de Recherche

Re: [Paraview] polygon division

2012-07-30 Thread Felipe Bordeu
: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes

Re: [Paraview] [EXTERNAL] Warp by scalar for CELL_DATA

2012-07-17 Thread Felipe Bordeu
hi, you can use the shrink filter with a shrink factor of 0.9 to get disconnected nodes. the you can apply the warp filter. Felipe Le 17/07/2012 03:09, Mohammad Mirzadeh a écrit : Yeah I did that. Problem is, cell_data variables are discontinuous at some points and I fear interpolation

Re: [Paraview] Animating the 3D raw binary data in sequence

2012-06-16 Thread Felipe Bordeu Weldt
You can use a xdmf file to describe you data, and put all the files in a time series. It worked for me. Felipe Le 14 juin 12 à 19:02, Rakesh Dhote a écrit : Hi, I am looking for a help in animating the 3D raw binary data files. The files are named as u1.0, u1.1, u1.2, ... and the file

[Paraview] Compute Derivatives component order??

2012-06-08 Thread Felipe Bordeu
with paraview 3.14.1 64bit Linux Thanks -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

[Paraview] comparison of two dataset (same mesh ) but not in the same order

2012-05-29 Thread Felipe Bordeu
question is Is there an easy way of sorting the point and cells so they have the same order for the two datasets so I can use append attributes? A sort of clean to grid that also apply a unique order to the point and cells. Thanks, -- Felipe Bordeu Weldt Ingénieur de Recherche

Re: [Paraview] Controlling Render Views without Mouse

2012-05-29 Thread Felipe Bordeu
/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] Passing on display properties to the bottom of the pipeline

2012-05-20 Thread Felipe Bordeu Weldt
Mohamad, You can use the transform filter to change (rotate) your data permanently (instead of using display properties), before all the other filters. Felipe Le 20 mai 12 à 08:54, Mohamad M. Nasr-Azadani a écrit : Hi folks, A simple question. Is there anyway for the objects in the

Re: [Paraview] advice on saving outputs

2012-05-20 Thread Felipe Bordeu Weldt
Hi, If you know the structure of the binary file, you can use xdmf format file to read your binary data. for the binary part use something like this: DataItem ItemType=Uniform Format=Binary Dimensions=64 128 256 Seek=1234 PressureFile.bin /DataItem if you grid does not change over

Re: [Paraview] @executable_path when deploying custom plugins for OSX

2012-02-08 Thread Felipe Bordeu Weldt
hi Pete I use this script to clean my pluings in mac: ./fix_lib $(Paraview_build_dir)/bin '$(ParaviewPXDMFReader_lib_install_dir)/libPXDMFReader.dylib' - fix_lib --- #!/bin/bash stripString=$1 libpath=$2 insertString=@executable_path/../Libraries/ echo Striping : $stripString

Re: [Paraview] Clean to Grid/resampling issue with Paraview 3.12

2012-02-01 Thread Felipe Bordeu
/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë

Re: [Paraview] Threads in the python shell

2012-01-17 Thread Felipe Bordeu
12065-8662 Phone: 518-881-4909 tel:518-881-4909 On Wed, Jan 11, 2012 at 12:43 PM, Felipe Bordeu felipe.bor...@ec-nantes.fr mailto:felipe.bor...@ec-nantes.fr wrote: Hello, I want to use a tablet (android) to control the GUI (rotation, pan, zoom) in paraview

[Paraview] Threads in the python shell

2012-01-11 Thread Felipe Bordeu
inside paraview python shell, or I have to use c++??? (I prefer python, no need to recompile) -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École

[Paraview] Dynamic information for the Animation View

2011-12-16 Thread Felipe Bordeu
??? Happy Holidays Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes, FRANCE

Re: [Paraview] VTK file format

2011-12-14 Thread Felipe Bordeu
/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë

Re: [Paraview] use of global variables in paraview

2011-12-08 Thread Felipe Bordeu
, but the code in not very clean. Felipe On 12/10/2011 11:00, Felipe Bordeu wrote: Sven, Thank very much for the info. With your filters an the changes to my home made paraview, I'm able to do what I want. I put some changer in the bugs report. changes to use fielddata in the pythoncalculator. http

[Paraview] Paraview Development installation

2011-11-23 Thread Felipe Bordeu
Hello, When will the development installation will be available for download. Thanks -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale

Re: [Paraview] epc certificate

2011-11-09 Thread Felipe Bordeu
the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06

Re: [Paraview] Simple distance measurement between points

2011-10-27 Thread Felipe Bordeu
/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321

Re: [Paraview] use of global variables

2011-10-12 Thread Felipe Bordeu
on cell data or with a different input data array/field data tuple is straightforward. Sven Felipe Bordeu wrote, On 07.10.2011 19:15: Hello everybody, I have a custom reader, and I generate cells and points data correctly. Now I am trying to put global data (like material propeties

[Paraview] use of global variables

2011-10-07 Thread Felipe Bordeu
access this kind of information in the calculator?? I am using the 3.12.0-RC2 from git in linux, and a custom reader in c++. -- Felipe Bordeu Weldt Ingnieur de Recherche - Tl. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor

[Paraview] Texture Coordinates in python calculator

2011-09-22 Thread Felipe Bordeu
in an ease way. ;) using paraview 3.10.1 (64bit) in a linux. Thanks -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de

[Paraview] Reader Plugin, PARAVIEW_EXTRA_INSTALL_RULES_FILE and cpack

2011-07-22 Thread Felipe Bordeu
with the plugin not inside the dmg image, but how can I clean the RPATH of my plugin so I can distribute it Thank -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut

Re: [Paraview] Select blocks a reader will load

2011-05-06 Thread Felipe Bordeu
: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut GeM - UMR CNRS 6183 École Centrale Nantes 1 Rue de La Noë, 44321 Nantes

Re: [Paraview] Missing vtkXdmf headers in development installation

2011-04-20 Thread Felipe Bordeu
seem to find the vtkXdmf headers like vtkXdmfReader.h vtkXdmfReaderInternal.h in the Paraview development installation v3.8.1. Any help is appreciated. Thanks! -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2

Re: [Paraview] PlotOverLine is problematic with 2d data

2011-04-13 Thread Felipe Bordeu
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37

Re: [Paraview] storing tensors in hdf5?

2011-04-09 Thread Felipe Bordeu
://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview Felipe Bordeu Weldt Ingénieur de Recherche

[Paraview] Paraview version development,

2011-03-11 Thread Felipe Bordeu
Hello, When we will have the possibility of downloading the development version of 3.10? so I can compile and distribute my reader. thanks, and GREAT app. Felipe -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2

[Paraview] 3.10 Development installation

2011-02-23 Thread Felipe Bordeu
Hello, I will like to know if the development installation (3.10 RC1 development...) will be available soon. Thanks -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec-nantes.fr Institut

[Paraview] 2D and 1D vtkImageData::FindPoint() bug.

2010-12-17 Thread Felipe Bordeu
loc[i] -= extent[i*2]; } // // From this location get the point id // return loc[2]*dims[0]*dims[1] + loc[1]*dims[0] + loc[0]; } -- Felipe Bordeu Weldt Ingénieur de Recherche - Tél. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 felipe.bor...@ec

  1   2   >