[Paraview] plugin

2011-05-11 Thread 胡健
hello everybody! I am in the trouble of adding a volume plugin. I add a new mapper to paraview as a plugin. The mapper I add inherites vtkOPGLHAVSVolumeMapper named vtkMyHAVSVolmeMapper, but when I use the plugin I find the mapper I add use the class vtkOPGLProjectedTetrahedronMapper instead

[Paraview] Paraview Plugin

2008-09-07 Thread lee shi yun
Hi, I installed Paraview 3.2.1 for both client and server. Can I still plugin some stuff to it? * The example given is for Paraview 3.3, izit means Paraview with older edition cant plugin?? Thanks! Val _ Manage multiple email ac

[Paraview] Paraview Plugin

2008-09-07 Thread lee shi yun
Hi, I installed Paraview 3.2.1 for both client and server. Can I still plugin some stuff to it? * The example given is for Paraview 3.3, izit means Paraview with older edition cant plugin?? Thanks! Val _ Join the Fantasy Footbal

[Paraview] Plugin Basics

2008-12-02 Thread Michael Jackson
I am trying to update my plugin creator and I am coming up against some issues that I am not sure how to solve because I am basically confused as to what is going wrong. Here is the CMakeLists.txt file that I generate: project(MyPlugin) cmake_minimum_required(VERSION 2.4) if(COMMAND cmake_p

[Paraview] Plugin Writing

2008-12-22 Thread Benjamin Schindler
Hi I've got a plugin which compiles cleanly, but the menu entry for the plugin is not shown (The plugin is being loaded - I checked strace. So PV_PLUGIN_PATH is set correctly) Since I have no clue where the problem could be - is there some debugging switch that enables some kind of error mes

[Paraview] paraview plugin

2009-02-23 Thread Biao She
Hi everyone. I have successfully created a plugin for paraview in Linux. Now I want to move it to Windows. CMake vs8 2005 code generator is used for generating the plugin project. Nothing went wrong before I tried to build the project. I got the following two building errors: 1>C:\Program Files\Mic

[Paraview] Paraview plugin

2009-07-03 Thread Franck Perignon
Hello, is there a file FindParaview.cmake in the paraview distribution? I need it to create my own plugin and I can not find it ... If it does not exist, can someone help me and give me an example of a working CMakeLists.txt file for a plugin? Thanks a lot! Best regards F. Perignon _

[Paraview] Plugin Autoload

2010-06-15 Thread Aurélien Marsan
Hi, Does someone ever had bugs with the Autoload Option ? I've found this bug report http://public.kitware.com/Bug/view.php?id=9803, but I don't have the message that is described. -- Aurélien MARSAN Doctorant Cifre Turbomeca/LMFA aurelien.mar...@ecl2009.ec-lyon.fr 06.31.98.26.73 ___

[Paraview] plugin error

2011-04-20 Thread 胡健
hello all: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! here is my xml file: when I run paraview and load the plugin and open a data, the program will give me an error message "ERROR: In ..\..\..\ParaView-3.8.1\Servers\ServerManager\vtkSMProxyManager.cxx, line 369 vtkSMPro

[Paraview] plugin error

2011-04-24 Thread 胡健
hello my friend: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! I follow the example in paraview for adding representation,but when I run paraview and load the plugin and open a data, the program gives me an error message "ERROR: In ..\..\..\ParaView-3.8.1\Servers\ServerManager\

[Paraview] plugin mismatch?

2011-04-26 Thread pratik
I compiled PV on my laptop using gcc but on cluster using icc. When i try to use the TensorglyphFilter plugin, the following error shows: Load Error, Mismatch in version: Paraview Signature: paraviewplugin|GNU|3.10 Plugin signature: paraviewplugin|Intel|3.10 I also tried compiling both plugins u

Re: [Paraview] plugin

2011-05-11 Thread Utkarsh Ayachit
What version of ParaView are you using? Utkarsh On Wed, May 11, 2011 at 11:19 AM, 胡健 wrote: > hello everybody! >   I am in the trouble of adding a volume plugin. I add a new mapper to > paraview as a plugin. The mapper I add inherites vtkOPGLHAVSVolumeMapper > named vtkMyHAVSVolmeMapper, but

[Paraview] Plugin Debug

2016-06-30 Thread Шагит Зиганшин
Hi!How to debug plugin in Paraview 5.1 in Windows, if Paraview force close after loading plugin?Best regards,Shagit Ziganshin. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kit

[Paraview] .plugin options

2016-07-28 Thread Scott, W Alan
What plugins should I turn on by default? This is done in the lib/paraview/.plugins file. I usually turn on Moments (no idea why) and H5PartReader (for a user). Should Surface LIC be turned on by default also? What else? Thanks, Alan ___ Powere

Re: [Paraview] Paraview Plugin

2008-09-08 Thread Samuel Crow
well. I hope this answers your questions, --Sam --- On Mon, 9/8/08, lee shi yun <[EMAIL PROTECTED]> wrote: > From: lee shi yun <[EMAIL PROTECTED]> > Subject: [Paraview] Paraview Plugin > To: paraview@paraview.org > Date: Monday, September 8, 2008, 5:28 AM > Hi, >

Re: [Paraview] Plugin Basics

2008-12-02 Thread Michael Jackson
Gaaah I'm using a variable (SOURCES) that is actually an optional argument to the ADD_PARAVIEW_PLUGIN() macro. If I change SET (SOURCES ${ParaViewExamples_SOURCE_DIR}/ vtkMyElevationFilter.cxx) to SET (_SOURCES ${ParaViewExamples_SOURCE_DIR}/vtkMyElevationFilter.cxx) ADD_PARAVIEW_

Re: [Paraview] Plugin Writing

2008-12-22 Thread Michael Jackson
That code is in the gui xml file that your plugin provides I believe. Something like: _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer

Re: [Paraview] Plugin Writing

2008-12-30 Thread Benjamin Schindler
Hi I have a gui xml file - I have a proper CMakeLists file etc. The thing is - I have two filters atm. When I comment one out (from CMakeLists and from the xml file), it all works. But when I add the new filter, it doesn't work anymore which indicates that there must be some xml error of some

Re: [Paraview] paraview plugin

2009-02-23 Thread Moreland, Kenneth
Offhand, I don't specifically recognize this error. I'm not sure there is enough information here to adequately diagnose the problem. -Ken On 2/23/09 9:47 AM, "Biao She" wrote: Hi everyone. I have successfully created a plugin for paraview in Linux. Now I want to move it to Windows. CMake v

[Paraview] plugin reader confusion

2009-04-01 Thread Matt Nipper
I'm trying to add a customized reader into ParaView 3.4.0. I have followed the instructions on http://www.paraview.org/Wiki/ParaView:Build_And_Installand successfully compiled my own version of PV 3.4.0. I have also created the necessary files according to http://www.paraview.org/Wiki/Plugin_HowTo

[Paraview] plugin not loaded?

2009-07-01 Thread Bam Ting
I put my reader plugin in c:\paraview\installs\3.7\bin\plugins\gdareader, it doesn't load by paraview?? There are other plugins there such as Moments and CSCS etc. Is this supposed to work? I also tries c:\Documents and Settings\Bam\Application Data\ParaView, doesn't work either? Question is can r

[Paraview] Plugin XLM files

2009-07-02 Thread Fred Fred
Hello, I have written a filter inherited from vtkStreamTracer and I wonder if I could find the xml files for the vtkStreamTracer plugin, so as to just have to modify some lines rather than writing the files from scratch. Any help? ___

Re: [Paraview] Paraview plugin

2009-07-09 Thread Moreland, Kenneth
A FindParaView.cmake file is not necessary. The ParaView build and install follows the appropriate CMake conventions to find and setup the install without it. In short, a command like FIND_PACKAGE(ParaView) is sufficient to find the ParaView installation. If you are having trouble creating al

[Paraview] Plugin link error

2009-08-21 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I've rebuilt a NetCDF3 reader plugin to read NetCDF4/HDF5 files. I'm having problems getting it to link to the NetCDF libraries. When I run the plugin I get a server-side symbol lookup error on one of the NetCDF4 symbols. I've pasted (below) the CMakeLists.txt file I use to build the serv

[Paraview] Plugin XML Help

2009-11-17 Thread Adriano Gagliardi
Dear All, I am writing a plugin at the moment that takes from the user a vector or three scalar components. I already have the vector component selectable via a drop-down menu, but I am struggling to find some example xml code that will allow me to have the three scalar components accessible via

[Paraview] Plugin xml checker?

2009-12-03 Thread David Doria
Is there any tool available to "check" an xml file before loading it? Often when I apply a plugin filter, Paraview simply crashes. It is always due to an error in my xml file, but I have to go searching for it manually. Could something be developed to do things like ensure when you have command="Se

[Paraview] Plugin Installation Location

2010-03-18 Thread Michael Jackson
I was running the "install" target from a Visual Studio instance and noticed that my custom client side plugins were NOT being loaded. When I looked at the install tree I noticed the following: ParaView/bin/plugins/AngReaderClientPlugin/AngReaderClientPlugin.dll which obviously is not corr

Re: [Paraview] Plugin Autoload

2010-06-16 Thread Aurélien Marsan
Then, here is my problem : When I load an xml plugin, and its .bqrc file, check autoload, close paraview and reopen it, the plugin is not auto-loaded I have to load it again manually. No message is displayed. Is there some "save configuration" to do before closing ? Le 15 juin 2010 11:12, Aur

Re: [Paraview] Plugin Autoload

2010-06-16 Thread Aurélien Marsan
And I tried on my computer to "autoload" the plugin Example/Plugins/Reader/readers.xml and the HelixSource too. It doesn't seem to work neither. Le 16 juin 2010 09:45, Aurélien Marsan a écrit : > Then, here is my problem : > When I load an xml plugin, and its .bqrc file, check autoload, close > p

Re: [Paraview] Plugin Autoload

2010-06-16 Thread Jérôme
Hi Aurélien, I am the one that submitted the bug. It describes a problem I had with autoloading an "autostart"-style plug-in. Nobody was able to reproduce this bug. What you describe here is another problem that I also encounter: Checking auto-load for XML-based plugin (such as enabling a VTK fil

Re: [Paraview] Plugin Autoload

2010-06-16 Thread Jérôme
Re-Hi, I submited a bug here: http://public.kitware.com/Bug/view.php?id=10835 Jerome Le 16 juin 2010 10:32, Jérôme a écrit : > Hi Aurélien, > > I am the one that submitted the bug. It describes a problem I had with > autoloading an "autostart"-style plug-in. Nobody was able to reproduce > this

Re: [Paraview] Plugin Autoload

2011-02-04 Thread Aurélien Marsan
Hi, Just a little mail in order to remember this : http://public.kitware.com/Bug/view.php?id=10835 This is still not asigned... couldn't you reproduce it ? Regards, Aurélien ___ Powered by www.kitware.com Visit other Kitware open-source projects at h

Re: [Paraview] Plugin Autoload

2011-02-13 Thread Utkarsh Ayachit
It's a bug alright. XML-plugins are being treated as second class citizens by the plugin management code right now. Hopefully we can get this fixed for 4.0. Utkarsh 2011/2/4 Aurélien Marsan : > Hi, > > Just a little mail in order to remember this : > http://public.kitware.com/Bug/view.php?id=1083

Re: [Paraview] plugin error

2011-04-25 Thread Utkarsh Ayachit
Have you looked at my response on 4/10/2011? http://markmail.org/thread/jvln3iyiaibvz3kj If the instructions are not clear, please follow up on the thread rather than simply posting the same question again. Please avoid reposting the same queries to the mailing list. Utkarsh On Sun, Apr 24, 2011

Re: [Paraview] plugin error

2011-04-26 Thread Utkarsh Ayachit
What example are you looking at? DId you try updating to the latest git version? The updated example is the latest git version, not the source for 3.8.1. Utkarsh 2011/4/26 胡健 : > I have followed that example, and get the wrong message that I have post on > the mailing list. I think that example i

Re: [Paraview] plugin mismatch?

2011-04-27 Thread Utkarsh Ayachit
You need plugins compiled with both compilers and load the icc plugin on server while load the gcc plugin on client. You cannot interchange them or load the same one on both sides. Utkarsh Sent from my iPad On Apr 27, 2011, at 12:03 AM, pratik wrote: > I compiled PV on my laptop using gcc

Re: [Paraview] plugin mismatch?

2011-04-27 Thread Utkarsh Ayachit
Yes and then load the right plugin on the right process from the "Manage PLugins" dialog. From the error, it looks like you are trying to load the icc built plugin on the gcc built client. Utkarsh On Wed, Apr 27, 2011 at 6:59 AM, pratik wrote: > Hi Utkarsh, > I compiled the plugin on BOTH serve

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I did just as you told and the two pluigns loaded properly however...the plugin is yet not working correctly; the tensors are appearing fractured...What may be the source of error now? pratik On Wednesday 27 April 2011 05:54 PM, Utkarsh Ayachit wrote: Yes and then load the right plugin on the

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Can you post a image? Utkarsh On Thu, Apr 28, 2011 at 8:08 AM, pratik wrote: > I did just as you told and the two pluigns loaded properly > however...the plugin is yet not working correctly; the tensors are appearing > fractured...What may be the source of error now? > > pratik > On Wednesday 27

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Not sure, I was able to play with this plugin just fine. Try this: Go to "Edit | Settings" dialog. Open up the "Render View" pages and go to the "Server" Page. There, uncheck the remote-render threshold. Are things still broken? Utkarsh On Thu, Apr 28, 2011 at 8:21 AM, pratik wrote: > sure...he

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Yes...it is still broken :( ;( have you ever had the situation when paraview at both the ends were compiled with different compilers? Is it an X- related problem? pratik On Thursday 28 April 2011 06:01 PM, Utkarsh Ayachit wrote: Not sure, I was able to play with this plugin just fine. Try this

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
iran mpirun with the verbose option on the server and got this as output; MPI: libxmpi.so 'SGI MPT 1.23 03/28/09 11:45:59' MPI: libmpi.so 'SGI MPT 1.23 03/28/09 11:43:39' MPI Environmental Settings MPI: MPI_DSM_DISTRIBUTE (default: not set) : 1 MPI: The default size of the mapped stack area

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Ok first things first. This is community contributed plugin so I have no idea what it does or what it doesn't. To identify the issue, I always tend to start simple. Run without connecting to the server at all. In builtin mode, does the plugin work? Next try with 1 pvserver processes without MPI. Ne

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Great Idea. Also, thanks very much for helping me Utkarsh. analysis: 1) works on client perfectly 2) started pvserver on head node with -np 1 (for mpi):- no problem 3) works on head node UPTO -np 3 -np 4 becomes fractured. Now, the other filters that i have used have worked perfectlythi

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Sven Buijssen
Hi, Being the one who uploaded the plugin (having added a mere frosting to the servermanager XML that got posted here in 2009) I'd like to add the following: The plugin is merely a convenient way to use vtkTensorGlyph.cxx from within ParaView, but does not add additional features. As such it does

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Thanks Sven! I'll try that out and post the results. Btw. that would be a nice thing to add to the wiki, if it isn't there already :) pratik On Thursday 28 April 2011 10:17 PM, Sven Buijssen wrote: Hi, Being the one who uploaded the plugin (having added a mere frosting to the servermanager XM

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Just tried it...but getting same result :( . First loaded data, then applied D3 filter and then applied tensor glyph. am i doing something wrong here? pratik On Thursday 28 April 2011 10:20 PM, pratik wrote: Thanks Sven! I'll try that out and post the results. Btw. that would be a nice thi

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
But hey here's something. i check use minimal memory and it WORKED! i wonder how that happened? anyway, i'm glad that it worked :) Thanks Sven and Utkarsh for all the help ! pratik On Thursday 28 April 2011 10:27 PM, pratik wrote: Just tried it...but getting same result :( . First loaded dat

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I spoke too soon...the mpi log shows that some processes are yet being starved of data: MPI: libxmpi.so 'SGI MPT 1.23 03/28/09 11:45:59' MPI: libmpi.so 'SGI MPT 1.23 03/28/09 11:43:39' MPI Environmental Settings MPI: MPI_DSM_DISTRIBUTE (default: not set) : 1 MPI: The default size of the ma

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Also, it turns out that for the larger dataset that I am visualizing (256X256 grid of tensors) even the previous technique does not give unbroken glyphs... On Thursday 28 April 2011 10:35 PM, pratik wrote: I spoke too soon...the mpi log shows that some processes are yet being starved of data:

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
ok. So it does seem like data is being distributed properly by the D3 filter, because on fresh runs, none of the processes spawned are starving of memoryhowever, the glyphs that i get for large datasets are still brokennow i really don't know why...perhaps the data is not being reassemb

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I also had a small doubt... when i initial read in my data, i can see the plane, and that is coloured by a scalar. When i zoom in and out, i can clearly see the plane "divided" into 8 equal parts, before it renders completely in 1 sec. I am assuming that this is the way in which pv breaks data

Re: [Paraview] plugin mismatch?

2011-04-29 Thread pratik
I was just reading the "paraview tutorial". In the place where they demonstrate the D3 filter, it seems that it is the missing ghost cells that result in the fractured visualization. Could this be the cause for the fractured glyphs? If it is then why isn't D3 able to solve the problem here? p

Re: [Paraview] plugin mismatch?

2011-05-02 Thread Moreland, Kenneth
I have not been following this mail thread, but it is possible that the filter you are using is not requesting the appropriate layer of ghost cells in its RequestInformation. If ghost cells are not requested, D3 will not create them. -Ken Kenneth Moreland *** Sandia Nationa

[Paraview] ParaView Plugin Idea

2016-04-30 Thread Dean, Kevin
Hey guys, I am trying to write a paraview filter that utilizes "Extract Subset." However, I want to base it off of a slider methodology as opposed to typing in the extents. Are there any examples that could get me started on manipulating the render view based off sliders? This is the end goal of

[Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Daniel Zuidinga
Hi, I try to use a Paraview Plugin (Medreader) which works in PV3.14 in PV 4.1.3. Does this work in general? When loading the dll file I get the error: ERROR: In C:\DBD\pvs-x32\paraview\src\paraview\ParaViewCore\ClientServerCore\Core\vtkPVPluginLoader.cxx, line 360 vtkPVPluginLoader

Re: [Paraview] Plugin Debug

2016-07-01 Thread Mathieu Westphal
Hello Are you using windows or linux ? Regards, Mathieu Westphal On Fri, Jul 1, 2016 at 5:05 AM, Шагит Зиганшин wrote: > Hi! > > How to debug plugin in Paraview 5.1 in Windows, if Paraview force close > after loading plugin? > > Best regards, > Shagit Ziganshin. > > ___

Re: [Paraview] Plugin Debug

2016-07-01 Thread Шагит Зиганшин
Hello I'm using Windows. Regards, Shagit Ziganshin 1 июля 2016 г. 10:58 AM пользователь "Mathieu Westphal" < mathieu.westp...@kitware.com> написал: > Hello > > Are you using windows or linux ? > Regards, > > Mathieu Westphal > > On Fri, Jul 1, 2016 at 5:05 AM, Шагит Зиганшин < > ziganshinsha...@h

Re: [Paraview] .plugin options

2016-07-28 Thread Utkarsh Ayachit
Less the better. Since users cannot "unload" plugins loaded by default,it's better to keep the list minimal. Users can always change a plugin to be automatically loaded, if they tend to use it frequently. On Thu, Jul 28, 2016 at 2:51 PM, Scott, W Alan wrote: > What plugins should I turn on by def

[Paraview] plugin signature mismatch

2012-03-07 Thread Matei Stroila
I compiled a plugin with MS Visual Studio 2008, using the 3.14 release Paraview code. When I try to load the plugin in the distribution 3.14 (the one installed with the installer), I get this signature error: "ERROR: In ..\..\..\..\src\ParaViewCore\ClientServerCore\vtkPVPluginLoader.cxx, line 342

[Paraview] Plugin License question

2012-09-06 Thread Felipe Bordeu
Hello, In our lab we use a home made plugin to read the solutions files of ours computations. The plugin is written in c++ (using Qt for the UI, xdmf for the storage and blas for the calculations). So nothing else that the libraries downloaded during a Superbuild and Qt The question is, can I

Re: [Paraview] plugin reader confusion

2009-04-01 Thread Utkarsh Ayachit
Can you post your CMakeList.txt file that you created for your plugin? 2009/4/1 Matt Nipper : > I'm trying to add a customized reader into ParaView 3.4.0. I have followed > the instructions on http://www.paraview.org/Wiki/ParaView:Build_And_Install > and successfully compiled my own version of PV

Re: [Paraview] plugin reader confusion

2009-04-01 Thread Matt Nipper
I have attached the CMakeLists.txt file. Also, it seems that part of the problem is that my build of PV didn't originally have open libraries. This first build was "debug." I compiled a new one overnight with open libraries as a "release" but this one will not open. -Matt On Wed, Apr 1, 2009 at 1

Re: [Paraview] plugin not loaded?

2009-07-02 Thread Adriano Gagliardi
There is an environment variable called PV_PLUGIN_PATH that allows you to add directory paths to search for plugins when Paraview starts. Set this to the directory where your plugin is stored and restart Paraview. It should now be automatically loaded e.g. !#/usr/bin/bash #your plugin will be stor

Re: [Paraview] plugin not loaded?

2009-07-02 Thread Bam Ting
Yes, I knew about that, however it is no good option. Why? Because, I have multiple builds of ParaView, 3.4 and 3.7 and soon to be 3.6 we hope ;) If I use the environment variable then 3.4 will attempt to load plugin from 3.7 install and vise versa, and this is no good to me. I understand from the

Re: [Paraview] Plugin XLM files

2009-07-09 Thread Utkarsh Ayachit
I am guessing by vtkStreamTracer plugin you mean the standard stream tracer included in ParaView. Look at ParaView3Src/Servers/ServerManager/Resources/filters.xml If you search for "StreamTracer" in this file, you will find the corresponding XML that paraview uses for this filter. Utkarsh On Thu

Re: [Paraview] plugin not loaded?

2009-07-09 Thread Utkarsh Ayachit
Plugins that are directly placed in the auto-search paths should be automatically loaded. Any plugin in another directory in that path, as is the case with the plugins we are distributing with ParaView such as the point sprite plugin, they won't be loaded by default. Utkarsh On Thu, Jul 2, 2009 a

Re: [Paraview] Plugin link error

2009-08-27 Thread Berk Geveci
Hi Thomas, Can you send us the link error you are seeing? Which symbols are missing? Or are you seeing the error when loading the plugin? -berk On Fri, Aug 21, 2009 at 3:12 PM, Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP] wrote: > > I’ve rebuilt a NetCDF3 reader plugin to read

Re: [Paraview] Plugin XML Help

2009-11-19 Thread Utkarsh Ayachit
Adriano, There's not way of the telling the automatic panel generator to generate 3 combo-boxes in the same line. You can of course, always write a custom panel with widget layout as per your liking. Utkarsh On Tue, Nov 17, 2009 at 11:20 AM, Adriano Gagliardi wrote: > > Dear All, > > I am writ

Re: [Paraview] Plugin XML Help

2009-11-23 Thread Adriano Gagliardi
: agaglia...@ara.co.uk Url: www.ara.co.uk -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 19 November 2009 14:42 To: agaglia...@ara.co.uk Cc: ParaView Subject: Re: [Paraview] Plugin XML Help Adriano, There's not way of the telling the automatic

Re: [Paraview] Plugin XML Help

2009-11-23 Thread Eric E. Monson
From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 19 November 2009 14:42 To: agaglia...@ara.co.uk Cc: ParaView Subject: Re: [Paraview] Plugin XML Help Adriano, There's not way of the telling the automatic panel generator to generate 3 combo-boxes in the same line. You can

Re: [Paraview] Plugin XML Help

2009-11-23 Thread Adriano Gagliardi
bject: Re: [Paraview] Plugin XML Help Hey Adriano, On the wiki there is a little section describing how to add a custom object panel: http://www.cmake.org/Wiki/Plugin_HowTo#Adding_an_object_panel which also links to this extra information page: http://www.cmake.org/Wiki/CustomObjectPanels The

Re: [Paraview] Plugin xml checker?

2009-12-03 Thread Michael Jackson
Understand and agree. I would also like to see an official "dtd" file for the XML files. Lots of XML editors have "validation" commands that will make sure the XML conforms to the DTD spec which can help remove some xml related bugs that pop up (not well formed, missing tags, attribtutes).

[Paraview] Plugin behaviour in pvpython

2009-12-03 Thread Adriano Gagliardi
I created a reader filter that takes the filename you point it to, strips the fileroot out and then loads data from files with different extensions. It works fine in interactive mode, but under pvpython it appears to not be doing the fileroot stripping stage. Once you set a filename in a python sc

Re: [Paraview] Plugin xml checker?

2009-12-04 Thread Utkarsh Ayachit
Sure! But you are asking more that simple xml-validity checks. You also want to ensure that SetUseAutoRadius actually exists on the vtk-class and is call-able etc. That's far more complicated than it sounds. However to a great deal, ParaView does give verbose abort-messages in such cases to help us

Re: [Paraview] Plugin xml checker?

2009-12-04 Thread David Doria
On Fri, Dec 4, 2009 at 11:38 AM, Utkarsh Ayachit wrote: > Sure! But you are asking more that simple xml-validity checks. You > also want to ensure that SetUseAutoRadius actually exists on the > vtk-class and is call-able etc. That's far more complicated than it > sounds. However to a great deal, P

Re: [Paraview] Plugin xml checker?

2009-12-12 Thread David Doria
On Fri, Dec 4, 2009 at 2:01 PM, David Doria wrote: > On Fri, Dec 4, 2009 at 11:38 AM, Utkarsh Ayachit > wrote: >> Sure! But you are asking more that simple xml-validity checks. You >> also want to ensure that SetUseAutoRadius actually exists on the >> vtk-class and is call-able etc. That's far mo

Re: [Paraview] Plugin xml checker?

2009-12-14 Thread Utkarsh Ayachit
That's not necessary. We'll move the request to the bug tracker when it's accepted. Utkarsh On Sat, Dec 12, 2009 at 9:45 PM, David Doria wrote: > On Fri, Dec 4, 2009 at 2:01 PM, David Doria wrote: >> On Fri, Dec 4, 2009 at 11:38 AM, Utkarsh Ayachit >> wrote: >>> Sure! But you are asking more t

[Paraview] Plugin Verification Data Mismatch

2010-02-24 Thread Christian Werner
Hello! Yes, I keep coming with these standard problems. :( Now that my plugin compiles, I get the above error message (or sometimes a "... is not a valid QT plugin"). I have read about having to add these TypeRevisionMacro calls, but that did not help in my case. I attached both .h and .cxx fi

Re: [Paraview] Plugin Installation Location

2010-03-18 Thread Utkarsh Ayachit
Ah..yes...well it's not a bug per say. We did that in past to make it easier for people to locate plugins that are packaged with ParaView, but we don't need that anymore since distributed plugins are automatically listed by the plugin manager dialog. I think we should remove the ${name}. Dave, any

Re: [Paraview] Plugin Installation Location

2010-03-18 Thread Dave Partyka
Yeah, it should be fine to remove ${name}. In 3.6 it was done for organizational purposes for the most part. On Thu, Mar 18, 2010 at 2:23 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Ah..yes...well it's not a bug per say. We did that in past to make it > easier for people to locate

Re: [Paraview] Plugin Installation Location

2010-03-18 Thread Mike Jackson
Cool thanks. _ Mike Jackson mike.jack...@bluequartz.net On Thu, Mar 18, 2010 at 2:28 PM, Dave Partyka wrote: > Yeah, it should be fine to remove ${name}. In 3.6 it was done for > organizational purposes for the most part. >

Re: [Paraview] Plugin Installation Location

2010-03-19 Thread Utkarsh Ayachit
FYI, I've committed this change: /cvsroot/ParaView3/ParaView3/CMake/ParaViewPlugins.cmake,v <-- CMake/ParaViewPlugins.cmake new revision: 1.70; previous revision: 1.69 On Thu, Mar 18, 2010 at 2:41 PM, Mike Jackson wrote: > Cool thanks. > _

[Paraview] Building a ParaView plugin

2010-11-08 Thread John Haiducek
I downloaded a new vtk class (vtkAddTetraLayer) from http://www.vision.ee.ethz.ch/~blloyd/Extrusion/. I compiled the vtkAddTetraLayer.cxx to a shared library. I can then load the plugin using the Server Manager XML file, but when I try to use it I get: ERROR: In /home/haiduced/Downloads/ParaView-3

[Paraview] Plugin with own thread

2011-03-09 Thread Stephan Rogge
l, I guess. But to avoid some errors and miss-behaviors I need a confirmation that I am on the right way. My approach is to use the signal-slot-pattern to communicate between the main thread of ParaView and my own plugin-thread. The class pqMyApplicationStarter represents the ParaView-plugin (which

[Paraview] plugin proxy timing issue

2011-05-28 Thread Biddiscombe, John A.
Trying to resolve the problem of plugins creating proxies on startup, then deleting them and recreating them again when a new connection to pvserver instances. I find that plugin panels 1) Receive aboutToRemoveServer, serverAdded, aboutToRemoveServer, serverAdded (twice when the self connection

[Paraview] Plugin XML Format Specification

2015-06-22 Thread Bruce Jones
Hi, I'm working on a custom plugin. I've managed to get the input parameters in the properties panel, and they appear to be working correctly. I would now like to split these properties into a couple of groups with a divider and title between, but I cannot see how this could be achieved. I have lo

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
6, 2016 at 12:45 PM, Daniel Zuidinga wrote: > Hi, > > I try to use a Paraview Plugin (Medreader) which works in PV3.14 in PV > 4.1.3. Does this work in general? When loading the dll file I get the error: > ERROR: In > C:\DBD\pvs-x32\paraview\src\paraview\ParaViewCore\Cli

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Daniel Zuidinga
May 6, 2016 at 12:45 PM, Daniel Zuidinga <mailto:i...@seoaachen.de>> wrote: Hi, I try to use a Paraview Plugin (Medreader) which works in PV3.14 in PV 4.1.3. Does this work in general? When loading the dll file I get the error: ERROR: In C:\DBD\pvs-x32\paravie

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
Which plugin are you referring to ? Can you provide a upstream link ? > > Regards, > > Mathieu Westphal > > On Fri, May 6, 2016 at 12:45 PM, Daniel Zuidinga > wrote: > >> Hi, >> >> I try to use a Paraview Plugin (Medreader) which works in PV3.14 in PV >> 4.1.

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
ons can be found on the internet. >> >> Which plugin are you referring to ? Can you provide a upstream link ? >> >> Regards, >> >> Mathieu Westphal >> >> On Fri, May 6, 2016 at 12:45 PM, Daniel Zuidinga >> wrote: >> >>>

Re: [Paraview] plugin signature mismatch

2012-03-07 Thread Jagjeet Nain
This means that installed version of Paraview 3.14(from installer) was not compiled with MS Visual Studio 2008. Will be good if you build Paraview 3.14 from source and use that.. regards Jagjeet Nain On Wed, Mar 7, 2012 at 4:38 PM, Matei Stroila wrote: > I compiled a plugin with MS Visual Studi

Re: [Paraview] plugin signature mismatch

2012-03-07 Thread Matei Stroila
Thank you, Jagjeet. The message is confusing: "ParaView Signature: paraviewplugin|MSVC|3.14 Plugin Signature: paraviewplugin||3.14"" This would tell me that ParaView is built with MSVC and the signature of my plugin is missing the compiler information. But thanks for clarifying this. Yes, it w

Re: [Paraview] plugin signature mismatch

2012-03-07 Thread Robert Maynard
The ParaView 3.14 release was built with MS Visual Studio 2008 SP1. On Wed, Mar 7, 2012 at 11:01 AM, Jagjeet Nain wrote: > This means that installed version of Paraview 3.14(from installer) was not > compiled with MS Visual Studio 2008. > Will be good if you build Paraview 3.14 from source and u

Re: [Paraview] plugin signature mismatch

2012-03-08 Thread Nehme Bilal
Hello Matei, Using the new version of CMake should fix your problem. See discussion here: http://www.paraview.org/pipermail/paraview/2012-January/023713.html Delete cache before generating with the new CMake. Nehme On Wed, Mar 7, 2012 at 1:16 PM, Robert Maynard wrote: > The ParaView 3.14 releas

[Paraview] paraview plugin for vtkImageGaussianSmooth

2012-03-14 Thread FISSELL
Hi, I didn't see a paraview plugin for the vtkImageGaussianSmooth.cxx filter in the paraview Filters menus or the filters.xml file. Is there some equivalent ? If not: am I right that I will need to write a little paraview plugin wrapper in order to be able to use vtkImageGaussianSmooth

[Paraview] Plugin readers and writers

2013-04-24 Thread Steven Vasquez (VDG)
Hello, What plugin do i need to read/write other format files like GXF, Gemcom, Vulcan, Datamine, ESRI Shape and Gocad? In Supported Readers section at http://paraviewgeo.objectivity.ca/documentation/user-manua

[Paraview] ParaView plugin load error

2014-10-07 Thread Vanmoer, Mark W
Hi, I'm working on a legacy ParaView 3.14.1 plugin project. On Windows, I can't seem to figure out the settings so that the plugin .dlls will work on any machine other than the dev machine. The errors I get are along the lines of: *** Attempting

[Paraview] external library with paraview plugin

2009-02-05 Thread Syrkina Ekaterina
Hallo, I want to use some of special functions implemented in http://www.alglib.net/ for my paraview filter. How should I change my CmakeLists.txt and (maybe) server manager xml for that? ALGLIB doesn't have any CmakeLists or makefile. Is there any documentation on that? Or is there inverse of i

[Paraview] Plugin Wizard for Paraview development

2009-04-28 Thread Robert Maynard
I would like to share with the rest of the Paraview development community a small program that MIRARCO developed as an internal (and open source) tool. The program is called PluginWizard. It was designed to streamline the development of basic plugins (Filters/Readers/Writers/Sources), by crea

  1   2   3   >