Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-07-14 Thread Peter Debuchev
help I get :( If you find some time to look back into this, please drop me a message. I'll appreciate. I'll continue developing a minimal solution with only VTK dependencies in the meantime. Peter 2016-07-14 14:29 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > > If collabo

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-07-14 Thread Peter Debuchev
g and wait and maybe ask again and again because nobody dares to say that there is no solution for a problem that seemed easy in the beginning. Peter 2016-07-13 15:56 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Probably not, but then I assumed you had moved on. Are you sti

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-07-11 Thread Peter Debuchev
Dear Utkarsh, is there any chance that this issue is looked at during the upcoming hackathon? Peter 2016-06-28 17:46 GMT+02:00 Peter Debuchev <peterdebuc...@gmail.com>: > Dear Utkarsh, > I tried to reproduce the error as described in my previous email, but > haven't been ab

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-28 Thread Peter Debuchev
to the same server. I guess I'll have to give up programming ParaView and work the old way, writing VTK files and loading them in ParaView. It is way too complicated. Peter 2016-06-24 7:08 GMT+02:00 Peter Debuchev <peterdebuc...@gmail.com>: > Thank you for the patch. There is still somethin

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-23 Thread Peter Debuchev
ParaView starts and those that are added later. But during ParaView startup one of the objects is lost. I'll see if I can make this reproducible and send a code example in the next days. Peter 2016-06-22 17:25 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > > can you

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-21 Thread Peter Debuchev
that ParaView can follow the correct pipeline state. Peter 2016-06-16 21:41 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Peter, > > In ParaView's collaboration support there's the notion of a master and > everyone else. The first client that connects to the pvserv

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-20 Thread Peter Debuchev
as set up a pipeline earlier. Did you have a chance to look into this issue? I might also file a bug report, if you prefer. Thanks Peter 2016-06-20 16:03 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Peter, > > > > Or does additional > > documentation (d

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-20 Thread Peter Debuchev
would be even more helpful. Thanks Peter 2016-06-20 1:23 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Peter, > > ParaView already supports changing the master. A "master" can make any > other connected process the new master. Once that happens the new

Re: [Paraview] why can't I connect a remote server on cluster ?

2016-06-19 Thread Peter Debuchev
> below. > The errors with vtkClientSocket seem like a problem of a client, was is really pvserver, which failed with those messages? Peter > > > ERROR: In > /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/source-paraview

Re: [Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-17 Thread Peter Debuchev
when you're done." Do you happen to remember some blog post, tutorial or documentation that gives any introduction how this can be done using ParaView classes? Thanks a lot Peter 2016-06-16 21:41 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Peter, > > In ParaVi

[Paraview] Can a collaborative client share a pipeline without creating a view itself?

2016-06-16 Thread Peter Debuchev
me? If you could share any answers to one or more of these questions or suggest what else to try, it'll be highly appreciated. Peter #include "vtkSMSession.h" #include "vtkSMSessionClient.h" #include "vtkProcessModule.h" #include "vtkPVOptions.h" #include

Re: [Paraview] created representation is invisible in view

2016-06-15 Thread Peter Debuchev
Thanks! Just found out that another solution is to set the view's "Representations" property to repr and the representation's "Input" property to sphere. I'll try yours as well, it looks much simpler. Peter 2016-06-15 19:46 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@

Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-15 Thread Peter Debuchev
I don't find anything constructive in your answer. If you think paraview sucks, I don't care if you discuss it in your own thread. But I am of a different opinion and I prefer positive discussions, so please stop it here. Peter 2016-06-15 7:34 GMT+02:00 Sven Kramer <svenkrame...@gmail.

[Paraview] created representation is invisible in view

2016-06-15 Thread Peter Debuchev
Hello, short question, probably with an easy answer: Why is the vtkSMRepresentationProxy, created for a vtkSMSourceProxy of a SphereSource not rendered in the attached c++ code? I guess I am missing a step which adds the representation to the view. But how? Peter #include "vtkSMSess

Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-10 Thread Peter Debuchev
rrives? Or does some of the VTK design contradict such socket callbacks? I found that it is always problematic performance-wise if more than a few timers are running on one cpu. Peter 2016-06-10 15:17 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > ProcessEvents() doesn't poll

Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-09 Thread Peter Debuchev
, all of VTK and ParaView is event based, why not the server message processing? Peter 2016-06-09 18:29 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Here's the fix: > > diff --git a/main.cxx b/main.cxx > index dd47991..0f679ba 100644 > --- a/main.cxx > +++ b/m

Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-08 Thread Peter Debuchev
, and the comments in the header files are not sufficient for me to reproduce how the event observation mechanism is set up in ParaView. Peter 2016-06-07 16:58 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > See pqServer::processServerNotification() [1]. You'll nee

Re: [Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-07 Thread Peter Debuchev
e to do so that the custom client's camera will be affected. Peter 2016-06-07 16:58 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > See pqServer::processServerNotification() [1]. You'll need to call > vtkNetworkAccessManager::ProcessEvents(..) "on idle" to process events

[Paraview] vtkSMCollaborationManager::FollowUser(id) doesn't update view

2016-06-07 Thread Peter Debuchev
w --server-url=cs://localhost:1 &" + create a simple pipeline in paraview + run "./main" -> same pipeline as in paraview is rendered in custom client + interact with view in ParaView -> client view does not update although it is expected to follow the master Peter project(

Re: [Paraview] basics of paraview client server programming

2016-06-06 Thread Peter Debuchev
Excellent, thank you! 2016-06-06 19:01 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Attached. > > On Mon, Jun 6, 2016 at 12:59 PM, Peter Debuchev <peterdebuc...@gmail.com> > wrote: > > Dear Utkarsh, > > thank you for your offer to search the o

Re: [Paraview] basics of paraview client server programming

2016-06-06 Thread Peter Debuchev
give me a solid basis to better understand the current developments. Peter 2016-06-02 14:43 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Alas, there's nothing up-to-date. I've been meaning to write a blog > series covering various aspect of ParaView internals, but it's ha

Re: [Paraview] basics of paraview client server programming

2016-06-02 Thread Peter Debuchev
could share the missing chapter even if the details are outdated with respect to the newest Paraview software version. Thank you Peter 2016-06-02 14:43 GMT+02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: > Alas, there's nothing up-to-date. I've been meaning to write a blog > ser

Re: [Paraview] basics of paraview client server programming

2016-06-01 Thread Peter Debuchev
or similar explaining the principles behind vtkSMSessions, vtkProcies etc. Does anybody remember, which of the VTK or ITK or Paraview books included such chapters? Peter 2016-05-29 19:09 GMT+02:00 Peter Debuchev <peterdebuc...@gmail.com>: > Dear Paraview programmers, > I am look

[Paraview] basics of paraview client server programming

2016-05-29 Thread Peter Debuchev
books or in the Paraview User's Guide. Now I cannot find this chapter again. Has it been removed in the latest edition of these books? Or is it described in a different book which I don't remember? Peter ___ Powered by www.kitware.com Visit other

[Paraview] Failure to run compiled paraview under win10

2016-02-18 Thread Böttcher , Prof . Dr . Peter
errors relates to vtkpqApplicationComponent.dll. Under win7 paraview starts without any problems. Any ideas, what might be the issue? With kind regards, Peter. Prof. Dr. Peter Böttcher Dipl. ECVS, Fachtierarzt für Kleintierchirurgie Klinik für Kleintiere

Re: [Paraview] Get the name of a dataset

2016-02-18 Thread Böttcher , Prof . Dr . Peter
Yes, that is exactly what I was looking for. Thanks, Peter -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Samstag, 13. Februar 2016 19:09 An: Böttcher, Prof. Dr. Peter <boettc...@kleintierklinik.uni-leipzig.de> Cc: paraview@paravi

[Paraview] Get the name of a dataset

2016-02-12 Thread Böttcher , Prof . Dr . Peter
I wrote a plugin which does some calculations on the scalar values of a data set. I would like to name the new scalars according to the name of the dataset. Is it possible to retrieve the name of the dataset? With kind regards, Peter __ Prof. Dr. Peter

Re: [Paraview] xdmf with field data in multiple files

2015-11-17 Thread Peter Brady
te directions but is there a better way? Specifically I would like to know if there is a way to specify the connectivity between the grids in my collection or if something like Subsets are the way to go. Thanks, Peter. On 11/17/2015 01:09 PM, Peter Brady wrote: I've been using an xdmf file like

[Paraview] xdmf with field data in multiple files

2015-11-17 Thread Peter Brady
can't quite see what changes I would need to make to make to my xdmf file. For example, do I only need to change the innermost "DataItem" or do the changes need to be made higher up? Some guidance on how to modify my xdmf file would be greatly appreciated. Thanks, Peter.

[Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-11 Thread Peter
connect in Paraview, in the Catalyst menu you go 'Connect' and dismiss the dialogs which follow. You'll see some changes in the pipeline browser. Paraview can see some data but doesnt render it until after the end of the timestepping. Would you like to look at that? Cheers --- Peter Heppel 35

Re: [Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-11 Thread Peter
this in our simulations we'll have to put a 'system(paraview --script=something) ; in our code just after the FEAdaptor::Initialize() call. The script would connect Catalyst. Cheers --- Peter Heppel 35/37 Rue de Locmalo 56290 Port-Louis France +33 6 81 30 76 52 cell +33 2 97 82 19 30 USA +1 773

[Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-10 Thread Peter
that it only occurs after the socket connection is successful. P -- Peter Heppel 35/37 Rue de Locmalo 56290 Port-Louis France +33 6 81 30 76 52 cell +33 2 97 82 19 30 USA +1 773 280 8142 Skype: peterheppel ___ Powered by www.kitware.com Visit other

[Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-08 Thread Peter
OFF XDMF_USE_GZIPOFF -- Peter Heppel 35/37 Rue de Locmalo 56290 Port-Louis France +33 6 81 30 76 52 cell +33 2 97 82 19 30 USA +1 773 280 8142 Skype: peterheppel ___ Powered by www.kitware.com Visit other Kitware open

[Paraview] Headlight in 4.3.1?

2015-03-17 Thread Bosler, Peter Andrew
to produce for a publication look dark and washed out. Could you point me toward the lighting tool in 4.3 that lets me turn on a headlight? Thanks for your time, Pete Bosler - Peter Bosler, PhD John von Neumann Fellow Sandia National Laboratories Multiphysics Applications (01446) pabo

Re: [Paraview] [EXTERNAL] Re: Headlight in 4.3.1?

2015-03-17 Thread Bosler, Peter Andrew
Perfect! Thanks very much. Pete On 3/17/15, 11:49 AM, Cory Quammen cory.quam...@kitware.com wrote: Peter, You can find the headlight by looking in the Properties panel under the Lights section. This is an advanced setting, so click the gear icon in the Properties panel to expose it. Under

[Paraview] Coherent body

2014-06-19 Thread Peter Dvorcak
regards Peter Dvorčák ___ Powered by www.kitware.com Visit other Kitware 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

[Paraview] Help writing a Probe/Picking Plugin

2014-06-02 Thread Böttcher , Prof . Dr . Peter
is the 3D coordinates from the picking action. Has someone experiences in customizing the picking action using a plugin in PV? Regards, Peter - Prof. Dr. Peter Böttcher, DipECVS European Veterinary Specialist in Surgery

Re: [Paraview] Glymph filter limit random mode

2014-05-09 Thread Peter Hollenbeck
After reading the bug report. I use Paraview on a Linux system and everything is fine. Thanks for your help. Peter Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: 09 May 2014 15:21 An: Berk Geveci Cc: Peter Hollenbeck; ParaView Mailing List Betreff: Re: [Paraview

[Paraview] StreamTracer coordinates

2014-04-28 Thread Peter Hollenbeck
to export the coordinates from the stream tracers. Is there an option to get the coordinates? Thanks Peter ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[Paraview] Assistance with programmable filter

2013-11-29 Thread Peter A. Gustafson
Hi all, I'm working with an exodus file which has stress (S) as a 6 component array (obviously a symmetric rank 2 tensor in reality). I want to find the principal stresses and directions and think a programmable filter is the best way to do it. I have tried many variations on the code

[Paraview] Animating a sphere using CSV values

2013-10-08 Thread Peter Morse
, Quartz composer, Houdini, Processing - i.e. more conventional animation/visualization packages, but Paraview doesn't seem to enable this with any great obviousness. A python filter? I'm sure I'm missing something blindingly obvious. Thanks in advance :) cheers Peter PhD Researcher Computational

Re: [Paraview] Saving PlotSelectionOverTime result to CSV file in script

2013-10-07 Thread Peter Maday
E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Fri, Oct 4, 2013 at 10:18 AM, Peter Maday madap...@gmail.com wrote: Dear All, I would like to automate a process that involves saving the output of a PlotSelectionOverTime filter

[Paraview] Saving PlotSelectionOverTime result to CSV file in script

2013-10-04 Thread Peter Maday
Dear All, I would like to automate a process that involves saving the output of a PlotSelectionOverTime filter to a CSV file. Manually it is done by invoking the Save data command from the File menu while the graph view is selected. When I try to record the trace for this step, it does not

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-14 Thread Peter Schmitt
Hi everyone, ... ERROR: In /Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx, line 296 vtkPVPluginLoader (0x7fdf9fc01810):

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-13 Thread Peter Schmitt
Hi Michael, On Wed, Feb 13, 2013 at 1:46 PM, Michael Jackson mike.jack...@bluequartz.net wrote: If you look at /Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview-build/lib/libvtkpqComponents-pv3.98.1.dylib what does the RPATH to HDF5 library look like? It should

[Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-05 Thread Peter Schmitt
Hi, I am having trouble with running ParaView built via the SuperBuild. I've tried setting ParaView GIT_TAG in versions.cmake to v3.98.0 and master (as of Feb 4 at 5:00pm MST) on my Mac OSX-10.7.5 with Xcode-4.4.1. There are two problems I keep running into: 1. When I launch open

Re: [Paraview] Question on Multiple Ports in Custom Reader (repost from developer list)

2012-07-20 Thread Peter Schmitt
Hi Josh, On Thu, Jul 12, 2012 at 10:51 AM, Joshua Murphy joshua.mur...@lasp.colorado.edu wrote: Here is a version of my generic reader that will build a non-time series version and a time series version. This way you can observe the behavior. A file is not read in the reader, but it generates

[Paraview] vtkSource as output of a paraview plugin filter

2012-04-17 Thread Boettcher, Prof. Dr. Peter
implemented the filter, this is not possible because the sphere is not a sphere to PV but a 3D object of any shape. So, is it possible to generate a vtkSource out of a PV plugin? Any help would be highly appreciated. Thanks - Peter

[Paraview] Cone as input and Sphere as output for plugin filter

2012-04-09 Thread Boettcher, Prof. Dr. Peter
-GetOutput()); return 1; } Any help would me much appreciated! Regards, Peter. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] PluginFilter based on vtkPolyDataAlgorithm with two different types of input data

2012-03-29 Thread Boettcher, Prof. Dr. Peter
Perfect. It works, thank you. PB Von: Paul Edwards [mailto:paul.m.edwa...@gmail.com] Gesendet: Donnerstag, 29. März 2012 22:45 An: Boettcher, Prof. Dr. Peter; paraview Betreff: Re: AW: [Paraview] PluginFilter based on vtkPolyDataAlgorithm with two different types of input data It's

[Paraview] XML Syntax for SetValue(int i, double value)

2012-03-28 Thread Boettcher, Prof. Dr. Peter
I try to implement setvalue(int i, double value) in xml for GUI interacting in a pv plugin were the user can set value with i set to 0. Is there any example available on the net? Thank you - Peter Gesendet mit meinem HTC ___ Powered

Re: [Paraview] vtkImageMarchingCubes as PlugIn XML-File: Problem with SetValue(int i, double value)

2012-03-27 Thread Boettcher, Prof. Dr. Peter
Unfortunately that doesn't work for me. I do not get a window where I could enter my contour value. Is there a documentation available regarding the XML syntax used for ParaView plugins? So I could look it up. Thanks - Peter -Ursprüngliche Nachricht- Von: Utkarsh Ayachit

Re: [Paraview] another target with the same name already exists whenexecuting CMake for plugin project

2012-03-26 Thread Boettcher, Prof. Dr. Peter
unter file://c:\ParaView-3.14.0\bin\Utilities\Xdmf2\libsrc\Xdmf.dir\Release\BuildLog.htm file:///c:\ParaView-3.14.0\bin\Utilities\Xdmf2\libsrc\Xdmf.dir\Release\BuildLog.htm gespeichert. Xdmf - 9 Fehler, 81 Warnung(en) Thanks - Peter. Von: Biddiscombe, John A. [mailto:biddi...@cscs.ch

[Paraview] another target with the same name already exists when executing CMake for plugin project

2012-03-25 Thread Boettcher, Prof. Dr. Peter
build Paraview (3.14.0) and QT with VS2005 successfully. I have another Paraview binary (3.14.0) installed on the same machine but no separate VTK sources. Any idea what is going on? Regards, Peter. ___ Powered by www.kitware.com Visit other

[Paraview] Download ParaView web page

2012-03-06 Thread Peter Schmitt
Hello, Here's some feedback on the recent changes to the Download ParaView web page at http://paraview.org/paraview/resources/software.php: The links to latest stable and previous are now broken. Also, the drop-down combo box is a bit of a hassle. Typically, I navigate to the ParaView download

Re: [Paraview] cmake removing rpath

2012-02-28 Thread Peter Brady
Hi Burlen, Thanks for the help. The wrapper script solved my problem. Although, I would still like to know how to officially set the correct paths using rpath to avoid the proliferation of shell scripts on my machine. Thanks, Peter. On Fri, Feb 24, 2012 at 5:07 PM, Burlen Loring blor

[Paraview] cmake removing rpath

2012-02-24 Thread Peter Brady
, CMAKE_SKIP_BUILD_RPATH, CMAKE_BUILD_WITH_INSTALL_RPATH, and CMAKE_INSTALL_NAME_DIR As it takes a while to recompile each time I try a different combination of flags, can someone tell me the magic combination of variables which allow me set (and _keep_) my -rpath? Thanks, Peter. -- Peter Brady, Ph.D. Postdoctoral

[Paraview] cmake removing rpath

2012-02-24 Thread Peter Brady
, CMAKE_SKIP_BUILD_RPATH, CMAKE_BUILD_WITH_INSTALL_RPATH, and CMAKE_INSTALL_NAME_DIR As it takes a while to recompile each time I try a different combination of flags, can someone tell me the magic combination of variables which allow me set (and _keep_) my -rpath? Thanks, Peter. -- Peter Brady, Ph.D

[Paraview] 3.12.0 Development release via SuperBuild

2012-02-15 Thread Peter Schmitt
Hello, I have built a ParaView-3.12.0 development release. My goal is to use this development release to compile link libraries compatible with the Kitware ParaView releases. Ultimately, I hope to contribute my development release for Mac Linux (x86_64) to the unofficial-dev-install project

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

2012-02-07 Thread Peter Schmitt
Phone: 518-881-4909 On Mon, Feb 6, 2012 at 7:06 PM, Peter Schmitt pschmit...@gmail.com wrote: Hello, I have built ParaView-3.12.0 from the SuperBuild. Using otool, I noticed that libraries had a hard-coded path to each shared library in the build directory (otool -L ParaView-build

[Paraview] @executable_path when deploying custom plugins for OSX

2012-02-06 Thread Peter Schmitt
Hello, I have built ParaView-3.12.0 from the SuperBuild. Using otool, I noticed that libraries had a hard-coded path to each shared library in the build directory (otool -L ParaView-build/bin/libvtkPVServerManager.dylib). However, after `make install`, I noticed each library was prefixed with

[Paraview] ParaView-3.12.0 SuperBuild: trouble with zlib on Linux OS-X

2012-02-03 Thread Peter Schmitt
Hello, I'm getting stuck while building zlib for the ParaView-3.12.0 SuperBuild on Linux OS-X. Here's what I did: - Download extract ParaView-3.12.0 source - From a new build directory execute ccmake ../ParaView-3.12.0/SuperBuild make - I had to fix a few MD5 sums: BOOST_MD5;

[Paraview] ParaView-3.12.0 SuperBuild on OS-X Lion

2012-02-03 Thread Peter Schmitt
Hello, I have a clean install of OS-X 10.7.2 Lion. I've installed xcode-4.2.1 from the App store. When building ParaView from SuperBuild with CMAKE_OSX_DEPLOYMENT_TARGET=10.5, I get the following error: [ 75%] Building CXX object Model/CMakeFiles/Manta_Model.dir/Readers/glm/glm.o In file

Re: [Paraview] Paraview Development installation

2011-12-06 Thread Peter Schmitt
Hi, I'm also curious of when the 3.12 development release will be made available. Any estimates? Thanks, Pete On Wed, Nov 23, 2011 at 1:56 AM, Felipe Bordeu felipe.bor...@ec-nantes.frwrote: Hello, When will the development installation will be available for download. Thanks -- Felipe

Re: [Paraview] 3.10 Development installation

2011-10-17 Thread Peter Schmitt
Hello, I would like to distribute binaries for a reader plugin I wrote. In the past, I built our plugins against ParaView-Development-3.8.1-*.tar.gz as documented here http://www.vtk.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs However, I can't track down the 3.10 development

[Paraview] vtkOpenGLProjectedTetrahedraMapper on generic unstructured grid

2011-09-15 Thread Peter Maday
working for this kind of dataset. Thanks a lot, Peter ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http

[Paraview] python calculator: compute max value into a variable

2011-03-11 Thread Peter A. Gustafson
normalization and labeling). I'm new to python... therefore none of the syntax and structure has become is intuitive. Thanks, -- Peter A. Gustafson Western Michigan University ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread Peter C. Lai
\*---*/ David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Feb 4, 2011 at 6:42 PM, Peter C. Lai p...@uab.edu wrote: Hello We need to export molecular structures and surface renders from UIUC's VMD to OBJ

Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread Peter C. Lai
On 2011-02-17 12:44:34PM -0600, David E DeMarle wrote: On Thu, Feb 17, 2011 at 1:38 PM, Peter C. Lai p...@uab.edu wrote: Thanks for the reply. Any conversion alternatives? Like converting from POVRay? See http://paraview.org/Wiki/ParaView/Users_Guide/List_of_readers for the full list

[Paraview] paraview crashes on obj file originating from VMD

2011-02-04 Thread Peter C. Lai
it to something that Paraview will read. Any ideas on that? Thanks -- === Peter C. Lai | University of Alabama-Birmingham Programmer/Analyst | BEC 257 Genetics, Div. of Research | 1150 10th Avenue South p

[Paraview] Animate over files named by date time?

2010-12-09 Thread Peter Schmitt
Hi, I followed this documentation to generate animations of data read in via my custom plugin reader: http://paraview.org/Wiki/Animating_legacy_VTK_file_series I can now animate over files named foo1.hdf, foo2.hdf, ..., fooN.hdf. However, many of our data files are named by date and time

Re: [Paraview] Reader Plugin Dev: NA extents how to print debug messages?

2010-11-10 Thread Peter Schmitt
Thanks Burlen! `this-DebugOn()` helped me find the problems with my plugin reader. Cheers, Pete On Tue, Nov 9, 2010 at 4:32 PM, burlen burlen.lor...@gmail.com wrote: Hi Peter, To use the vtkDebugMacro, do a this-DebugOn() in your constructor. You could just use cerr if you are Linux/mac

[Paraview] Reader Plugin Dev: NA extents how to print debug messages?

2010-11-09 Thread Peter Schmitt
Hi ParaViewers, (Sorry if this double-posts!) I am writing a ParaView Reader Plugin to get my data into ParaView via a vtkStructuredGrid object. I can load my plugin into ParaView via Manage Plugins. My file type shows up in the File- Open dialog. When PV_PLUGIN_DEBUG is set, the Output

Re: [Paraview] Building a ParaView plugin

2010-11-09 Thread Peter Schmitt
Hi John, You might be able to get past the error while loading shared libraries: libvtkCommon.so.pv3.8 problem by prepending to your LD_LIBRARY_PATH. In bash: export LD_LIBRARY_PATH=/path/containing/libvtkCommon.so.pv3.8:$LD_LIBRARY_PATH Cheers, Pete On Mon, Nov 8, 2010 at 3:13 PM, John

Re: [Paraview] Problems building 3.8.0 for 64-bit Mac

2010-11-05 Thread Peter Schmitt
On Thu, Nov 4, 2010 at 5:53 PM, Dave Partyka dave.part...@kitware.comwrote: This is all very strage, I have two Macs, both Snow leopard with the latest updates and have never seen this error. I am curious what version of CMake you are using? On Thu, Nov 4, 2010 at 7:36 PM, Peter Schmitt

Re: [Paraview] Adding Reader Plugin to Files of Type dialogue

2010-11-05 Thread Peter Schmitt
Thanks Burlen, that seemed to do the trick. I couldn't get it to work without the GUI xml file. In any case, I'm happy it's working now. Thanks again, Pete On Wed, Nov 3, 2010 at 3:46 PM, burlen burlen.lor...@gmail.com wrote: Hi Peter, The way PV learns about plugin reader extensions

[Paraview] Confused by vtkWrapClientServer in my ParaView Reader Plugin

2010-11-05 Thread Peter Schmitt
Hello, I am trying to implement a simple ParaView reader plugin: vtkLFMReader. We already have a proprietary I/O class that handles our data format: LFMReader. I would like vtkLFMReader::RequestInformation and vtkLFMReader::RequestData to call the appropriate LFMReader methods to import my

Re: [Paraview] Problems building 3.8.0 for 64-bit Mac

2010-11-04 Thread Peter Schmitt
Hi all, Just writing to mention that I ran into this same problem on Mac OSX 10.6.4 (just upgraded from 10.5.8 yesterday). Compiled my own qt-4.6.2 from source. Building ParaView 3.8.1 from source. I fixed this by swapping the cxx and mm extension in the IF(Q_WS_MAC) ELSE block of

Re: [Paraview] Help: Calculating Vorticity in paraview

2010-10-26 Thread Peter Brady
You can use the 'ComputeDerivatives' filter and select 'Vorticity' as the output vector type. 2010/10/26 David E DeMarle dave.dema...@kitware.com And although there is no button for it, the standard calulcator will evaluate cross products if you type the expression in manually. The full list

[Paraview] Skinfriction, streamlines etc

2010-09-15 Thread Lars-Peter Svanberg
using a desktop with windows 7. Many Thanks in advance Lars-Peter Ppfont face=Arial, Helvetica, sans-serif size=2 style=font-size:13.5px___BRHitta kärleken med hjälp av vårt matchningstest - a href=http://spray.matchaffinity.se

[Paraview] mpich2 or HP-mpi

2010-09-15 Thread Lars-Peter Svanberg
Is there any parallel version working with mpich2 or hpmpi? Ppfont face=Arial, Helvetica, sans-serif size=2 style=font-size:13.5px___BRHitta kärleken med hjälp av vårt matchningstest - a

Re: [Paraview] Trouble loading Ensight/Gold data

2010-07-30 Thread Peter Brady
named pressure file. I imagine this would tell you if there's a problem in the pressure file format or in the case file. Peter On Fri, Jul 30, 2010 at 1:14 PM, Andy Bauer andy.ba...@kitware.com wrote: Sounds strange. I'm not that familiar with the EnSight/Gold file format but wonder if somehow

Re: [Paraview] Is there an easy way to do a Zoom to box from python

2010-07-13 Thread Peter Brady
The ResetCamera function is probably what you're looking for. To get a desired zoom level I typically use the parallel projection scale funcion. view = GetRenderView() view.ResetCamera() view.CameraParallelProjection = 1 view.CameraParallelScale = [someValue] Peter. On Tue, Jul 13, 2010 at 3

Re: [Paraview] vtkGL2PSExporter usage from within Paraview's python shell

2010-06-17 Thread Peter Brady
I've tried gl2ps. Good luck, Peter. On Thu, Jun 17, 2010 at 8:23 AM, Marcin Sliwowski ms...@duke.edu wrote: Hello, I am trying to figure out how to save a visualization in Paraview directly to ps/eps format. I have compiled from source paraview 3.6 with the configuration option

Re: [Paraview] choppy derivatives

2010-04-23 Thread Peter Brady
to me. How do I grab the cell center in xyz coordinates? Thanks again, Peter. On Thu, Apr 22, 2010 at 5:33 PM, Peter Brady petertbr...@gmail.com wrote: Fantastic! InputBlock is a leaf block as suspected. Until my next question, Peter On Thu, Apr 22, 2010 at 5:15 PM, Berk Geveci berk.gev

Re: [Paraview] choppy derivatives

2010-04-22 Thread Peter Brady
().GetVectors('ScalarGradient') However, there doesn't seem to be an equivalent 'GetNumberOfCells()' or 'GetCellData()' for my multiblock data. How can I access the cell data? Thanks for your help, Peter. On Tue, Mar 30, 2010 at 10:15 AM, Berk Geveci berk.gev...@kitware.comwrote: I wonder

Re: [Paraview] choppy derivatives

2010-04-22 Thread Peter Brady
Fantastic! InputBlock is a leaf block as suspected. Until my next question, Peter On Thu, Apr 22, 2010 at 5:15 PM, Berk Geveci berk.gev...@kitware.comwrote: You have to get the leaf nodes of the multi-block dataset first. In this case, I suspect inputBlock will be a leaf block. -berk

[Paraview] choppy derivatives

2010-03-27 Thread Peter Brady
the equator of the drop). If I expand my sphere to a place where there's not a lot going on dT/dz seems to calm down. Is there a way to smooth dT/dz in the location of interest or should I try to write my own derivatives filter to make them smoother? Any thoughts? Thanks, Peter

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Peter Brady
it in my programmable filter script I get the error: ImportError: No module named streamfunc So it seems the problem is with the programmable filter and not with pvpython itself. On Mon, Mar 15, 2010 at 3:28 PM, Eric E. Monson emon...@cs.duke.edu wrote: Hey Peter, What platform are you using

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Peter Brady
Eric, That seems to do the trick. Thanks, Peter. On Mon, Mar 15, 2010 at 3:55 PM, Eric E. Monson emon...@cs.duke.edu wrote: Hey Peter, Maybe the problem is that the PYTHONPATH that the programmable filter knows doesn't contain your module? Try adding at the beginning of your

Re: [Paraview] Seg fault in 3.6.2

2010-01-25 Thread Peter Brady
, i=0) at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42 42 vtkIdType GetId(const vtkIdType i) {return this-Ids[i];}; I set the cmake build type to Debug and set the Debug flags as: //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug

[Paraview] Seg fault in 3.6.2

2010-01-22 Thread Peter Brady
. vtkIdList::GetId (this=value optimized out, i=value optimized out) at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42 42 vtkIdType GetId(const vtkIdType i) {return this-Ids[i];}; Any idea on how to get around this? Thanks, Peter

Re: [Paraview] rescale each frame

2010-01-18 Thread Peter Brady
, Peter. On Mon, Jan 18, 2010 at 6:57 AM, Martin Genet martin.ge...@lmt.ens-cachan.fr wrote: Dear Paraview's list, I was looking for an option to rescale the data range at each frame of an animation. In the mailing list archives, I have found an exchange about this, where Ken asked

Re: [Paraview] Switching to parametric coordinates

2009-11-10 Thread peter heppel
to identify them. I'd be glad to make my code available as a vtk filter although as this will be my first it will surely need careful reviewing. Cheers Peter Peter Heppel 35 Rue de locmalo 56290 PORT-LOUIS France 02 97 82 19 30 06 81 30 76 52 skype : peterheppel pe...@peterheppel.com

Re: [Paraview] HDF5 data format

2009-10-14 Thread Peter Brady
To read HDF5 data you need to create an xdmf file that describes the data. You can learn more about xdmf here: http://xdmf.org/index.php/Main_Page. Good luck, Peter. On Wed, Oct 14, 2009 at 2:49 PM, psli p...@astro.berkeley.edu wrote: Hi, I hear about paraview from the HDF5 website

Re: [Paraview] make error when building ParaView 3.6

2009-08-17 Thread Peter Brady
I had a similar problem. To get around it I had to build shared mpi libraries (i.e. libmpich.so). Any simpler suggestions anyone? On Mon, Aug 17, 2009 at 10:47 AM, Karl Battamskarlbatt...@gmail.com wrote: Hi, I'm trying to build ParaView 3.6 on an Ubuntu machine (w/ Qt 4.5) but I'm hitting

Re: [Paraview] Paraview in Batch-Mode (Python) ...

2009-06-18 Thread Peter Brady
. view.UseOffscreenRenderingForScreenshots = 1). Good luck, Peter. On Wed, Jun 17, 2009 at 11:10 PM, Stefan Melberstefan.mel...@dlr.de wrote: Hi, when i run Paraview in batch mode (means using Python) and i write out export a picture i always get window with the title Visualisation Toolkit - OpenGL poping up. Is there a way

Re: [Paraview] pvpython eating all my memory

2009-06-15 Thread Peter Brady
Hi Berk, That fixed my problem. Thanks for looking into it. Peter. On Mon, Jun 15, 2009 at 8:19 AM, Berk Geveciberk.gev...@kitware.com wrote: Hi Peter, First of all, I apologize for taking so long looking into this. I think I know what the problem is. In prog_filter.py, you are doing

Re: [Paraview] viewing hdf5 files in paraview

2009-06-05 Thread Peter Brady
Hey matt, You need to create and xdmf file (xml style) which tells paraview how to read the data. I think there are examples on the paraview wiki. You can also check the xdmf website for more info: http://xdmf.org/index.php/XDMF_Model_and_Format Good luck, Peter. On Fri, Jun 5, 2009 at 2:22 PM

[Paraview] Building Parallel ParaView on 64 bit Linux System

2009-05-13 Thread Peter Schmitt
Hello, I am attempting to build Parallel ParaView on a 64 bit Linux (CentOS 5.2) machine. C/C++ compilers: x86_64-redhat-linux-gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There

  1   2   >