Re: [Paraview] vtkPVSysnchronizedRenderWindows + Splitted views

2013-06-06 Thread Stephan Rogge
Nikhil, thanks for clarification. You are right, I meant the multi-client mode. I looking forward for that feature. Thank you very much. Stephan Am 06.06.2013 um 20:37 schrieb Nikhil Shetty nikhil.she...@kitware.com: Stephan, On Thu, Jun 6, 2013 at 2:01 PM, Stephan Rogge stephan.ro...@tu

[Paraview] vtkGeometryRepresentation and server-mode

2013-06-04 Thread Stephan Rogge
Hello, I wonder whether it is possible to controll pipeline-soureces (e.g. PlaneSource) vtkGeometryRepresentation over all processes runing on server-side. In this way I could set the UserTransformation of an Visible object within a view or setting texture data. I was able to do this in

Re: [Paraview] Fetching selection from SpreadSheet

2013-05-23 Thread Stephan Rogge
properties. Hope this could help someone with a similar question. Cheers, Stephan -Ursprüngliche Nachricht- Von: Stephan Rogge [mailto:stephan.ro...@tu-cottbus.de] Gesendet: Dienstag, 21. Mai 2013 12:44 An: 'paraview@paraview.org' Betreff: Fetching selection from SpreadSheet Hello, I

Re: [Paraview] vtkTable Visualization

2013-05-23 Thread Stephan Rogge
-property. I guess selection to this view should allways return IDSelectionSource. So maybe the selection-source types were mixed up. Best regards, Stephan -Ursprüngliche Nachricht- Von: Stephan Rogge [mailto:rogge...@tu-cottbus.de] Gesendet: Mittwoch, 15. Mai 2013 08:10 An: paraview

[Paraview] Fetching selection from SpreadSheet

2013-05-21 Thread Stephan Rogge
Hello, I use the SpreadSheetView to visualize a vtkTable. Now I want to fetch the data of the row which is currently selected. Right now I can connect to a selection event but have no idea to obtain the slected data row. pqSpreadSheetView *ssv = qobject_castpqSpreadSheetView*(view); QWidget

Re: [Paraview] vtkTable Visualization

2013-05-15 Thread Stephan Rogge
repeat step 2. = Should word 5. Select a range in the ParallelCoordinates View = Should work Hope that someone could reproduce this. Cheers, Stephan Zitat von Stephan Rogge stephan.ro...@tu-cottbus.de: Hello, I try to visualize a vtkTable with SpreadSheetView, Parallel CoordinatesView

[Paraview] Oculus Rift

2013-04-04 Thread Stephan Rogge
Hello, we've just ordered an Oculus Rift device and can't wait to get our hands on it. Until we can dive into this immersive experience we wonder whether OR is supported by ParaView / VTK? Before we start to think about adopting VTK-code pieces we would like to know if anybody else is

Re: [Paraview] Oculus Rift

2013-04-04 Thread Stephan Rogge
:06 AM, Stephan Rogge Stephan.Rogge at tu-cottbus.de mailto:Stephan.Rogge at tu-cottbus.de wrote: Hello, __ __ we've just ordered an Oculus Rift device and can't wait to get our hands on it. Until we can dive into this immersive experience

Re: [Paraview] Geometry attribute in PVX files

2013-01-14 Thread Stephan Rogge
). BTW: Considers VTK a real (hardware) full screen mode? Thank you once again. Regards, Stephan Von: Aashish Chaudhary [mailto:aashish.chaudh...@kitware.com] Gesendet: Montag, 14. Januar 2013 19:42 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Geometry attribute in PVX files

Re: [Paraview] Linker error with OpenMPI 1.6.2

2013-01-08 Thread Stephan Rogge
Utkarsh, Thank you for that hint. I've added openlib-pal.lib and openlib-rte.lib to the linker list. No success. The linker error remains. But after some research I found an advice to add the definition OMPI_IMPORTS to pre-processor: CMAKE_CXX_FLAGS = ... /D OMPI_IMPORTS CMAKE_C_FLAGS = ... /D

[Paraview] Geometry attribute in PVX files

2013-01-08 Thread Stephan Rogge
Hello, I've noticed the new geometry attribute in the PVX configure files to place and size render windows for each render server process. GREAT!!! This makes the life of ParaView in the CAVE mode under Windows much easier :). Adding this attribute to my PVX files works great under Windows, but

Re: [Paraview] Linker error with OpenMPI 1.6.2

2013-01-04 Thread Stephan Rogge
Utkarsh, I've used the latest git master version. I'll send you the CmakeCache.txt with a separate mail. Best regards, Stephan -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Donnerstag, 3. Januar 2013 15:52 An: Stephan Rogge Cc: ParaView

[Paraview] Linker error with OpenMPI 1.6.2

2013-01-03 Thread Stephan Rogge
Happy new year, I've tried to use a newer version of OpenMPI (1.4.4 = 1.6.2) with PV from git master. Unfortunately, I was not able to build ParaView successfully. A linker error comes from the vtkParallelMPI project. When I look into the project file I can see that libmpi.lib and

Re: [Paraview] VR-Plugin (VRPN connection) linker error

2012-12-04 Thread Stephan Rogge
style which manipulates the transformation matrix of a geometry object directly? Cheers, Stephan Von: Aashish Chaudhary [mailto:aashish.chaudh...@kitware.com] Gesendet: Montag, 3. Dezember 2012 16:39 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] VR-Plugin (VRPN connection

[Paraview] VR-Plugin (VRPN connection) linker error

2012-12-03 Thread Stephan Rogge
Hello, I’ve tried recently the new VR-Plugin with GUI support and I have to say at first: Thank god for having a GUI to configure VR(PN) related things.. ☺ Furthermore, I want to give a small advice: During linking of that plugin a linker error occurs. It says that

[Paraview] pvserver with mpirun does not start waiting for clients

2012-10-09 Thread Stephan Rogge
Hi, I have a problem to start the pvserver in mpi-mode with the current git master version of PV. The mpi-processes were spawn but in the console window is nothing happens. No output which indicates, that pvserver is waiting for clients. Can anybody confirm this behavior? I've tested this on two

Re: [Paraview] Custom Widget, GUI and widget representation disappeared

2012-07-18 Thread Stephan Rogge
Hello, this problem has been solved. So, thank you Kyle. Now I have a subsequent question: Do I have to use ADD_3D_WIDGET when I instatiate my custom widget within an own pqMyObjectPanel class? When I use this CMakeMacro I had some problems with my custom widget, because the constructor of my

Re: [Paraview] VRPN Setup

2012-07-09 Thread Stephan Rogge
Hello Seán, 1. When you use PV under Windows with head tracking, you should use always VRPN. 2. Head tracking only works with a pvserver environment. Therefore you have to define a Server configuration file with proper display parameters (read more

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread Stephan Rogge
-Ursprüngliche Nachricht- Von: Burlen Loring [mailto:blor...@lbl.gov] Gesendet: Donnerstag, 7. Juni 2012 17:54 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi Stephan, I've experienced the scaling behavior that you report when I was working

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread Stephan Rogge
Someone told me that you have to clear your build directory completely and start a fresh PV build. Stephan -Ursprüngliche Nachricht- Von: burlen [mailto:burlen.lor...@gmail.com] Gesendet: Freitag, 8. Juni 2012 16:21 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org Betreff: Re

Re: [Paraview] Parallel Streamtracer

2012-06-06 Thread Stephan Rogge
(no D3): 100.967 seconds ## 4 MPI-Processes(D3): 168.1 seconds ## 8 MPI-Processes(D3): 171.325 seconds Sorry, for the confusion. Regrads, Stephan Von: Berk Geveci [mailto:berk.gev...@kitware.com] Gesendet: Donnerstag, 7. Juni 2012 02:53 An: Stephan Rogge Cc: Yuanxin Liu; paraview

Re: [Paraview] Parallel Streamtracer

2012-06-05 Thread Stephan Rogge
Thanks, Leo. That's sounds great. I'm looking forward to have a parallel Stream Tracer for small vector fields. Stephan Von: Yuanxin Liu [mailto:leo@kitware.com] Gesendet: Montag, 4. Juni 2012 19:31 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel

Re: [Paraview] Parallel Streamtracer

2012-06-04 Thread Stephan Rogge
field. Cheers, Stephan Von: Yuanxin Liu [mailto:leo@kitware.com] Gesendet: Freitag, 1. Juni 2012 16:13 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan,   I did measure the performance at some point and was able to get

Re: [Paraview] Compilation Error in vtksys::SystemTools

2012-05-31 Thread Stephan Rogge
Ok. Problem is solved: After adding both mpi libraries (libmpi.lib and libmpicxx.lib) in MPI_C_LIBRARIES and MPI_CXX_LIBRARIES the linker errors disappeared. Regards, Stephan -Ursprüngliche Nachricht- Von: Stephan Rogge [mailto:stephan.ro...@tu-cottbus.de] Gesendet: Donnerstag, 31. Mai

[Paraview] Parallel Streamtracer

2012-05-31 Thread Stephan Rogge
Hello, I have a question related to the parallelism of the stream tracer: As I understand the code right, each line integration (trace) is processed in an own MPI process. Right? To test the scalability of the Stream tracer I've load a structured (curvilinear) grid and applied the filter with a

Re: [Paraview] Parallel Streamtracer

2012-05-31 Thread Stephan Rogge
without making any assumptions on the flow or partitioning. Andy On Thu, May 31, 2012 at 4:16 AM, Stephan Rogge stephan.ro...@tu-cottbus.de wrote: Hello, I have a question related to the parallelism of the stream tracer: As I understand the code right, each line integration (trace

[Paraview] Compilation Error in vtksys::SystemTools

2012-05-30 Thread Stephan Rogge
Hello, since my last git update on the master branch I've got an error during compilation: UnPutEnv is not a member of vtksys::SystemTools. I use Windows 7 64 Bit and Visual Studio 2008 (64 Bit compiler)and CMake 2.8.8. All submodules are up-to-date. Did I missed something? Cheers,

Re: [Paraview] Compilation Error in vtksys::SystemTools

2012-05-30 Thread Stephan Rogge
at all). Any ideas? Cheers, Stephan -Ursprüngliche Nachricht- Von: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] Gesendet: Mittwoch, 30. Mai 2012 14:21 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Compilation Error in vtksys::SystemTools You need

Re: [Paraview] Access on widget properties

2012-04-11 Thread Stephan Rogge
Is there any kind of documentation how proxy groups (sources, representation and so on) are reachable via the proxy manager? Thanks, Stephan -Ursprüngliche Nachricht- Von: Stephan Rogge [mailto:stephan.ro...@tu-cottbus.de] Gesendet: Freitag, 30. März 2012 15:26 An: 'paraview

[Paraview] Access on widget properties

2012-03-30 Thread Stephan Rogge
Hello, I want to have access on the HandlePositions property of a spline widget (proxygroup=3d_widget_representations proxyname=SplineRepresentation). So I tried to search proxies and its properties via vtkSMProxyManager which is similar to the way of the VR-Plugin. To try this approach I've

Re: [Paraview] VRPlugin (some feedback)

2012-02-14 Thread Stephan Rogge
Shetty [mailto:nikhil.she...@kitware.com] Gesendet: Montag, 13. Februar 2012 19:36 An: Stephan Rogge Cc: paraview@paraview.org; Christian Wohlschlager; Aashish Chaudhary Betreff: Re: [Paraview] VRPlugin (some feedback) Hi Stephan, On Fri, Feb 10, 2012 at 3:39 AM, Stephan Rogge stephan.ro...@tu

[Paraview] Possible Bugs in CAVE mode??

2012-02-14 Thread Stephan Rogge
Hello, I have two problems with current git-master ParaView version: * Stereo in CAVE mode: Since updating my code base to that version the Crystal Eyes stereo mode is not running. When I changed the stereo type to Red-Blue only the red channel is displayed on my walls. * Empty Scenes When I

Re: [Paraview] Possible Bugs in CAVE mode??

2012-02-14 Thread Stephan Rogge
Hello (again), regarding the cave stereo issue I was able to put an debug message into the vtkCamera and noticed that EyeSeparation is an incredibly small value (1E-332). It seems that somewhere the eye separation value is lost which results in two identical projection matrix and this yields a

Re: [Paraview] Possible Bugs in CAVE mode??

2012-02-14 Thread Stephan Rogge
angle? Best regards, Stephan Von: Nikhil Shetty [mailto:nikhil.she...@kitware.com] Gesendet: Dienstag, 14. Februar 2012 14:55 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Possible Bugs in CAVE mode?? Hi Stephan, There was a slight change in that we can now specify eye

Re: [Paraview] VRPlugin (some feedback)

2012-02-10 Thread Stephan Rogge
screens are defined in respect to this coordinate system. My question is, is this a good approach? Or should I place the origin directly on of those edge points? Nevertheless, many thanks for your valuable answers. Cheers, Stephan Stephan Rogge stephan.ro...@tu-cottbus.de 2/8/2012 1:38 PM

[Paraview] VRPlugin (some feedback)

2012-02-08 Thread Stephan Rogge
Hello, I’ve start to work intensively with the VRPlugin from git-master and want to get some feedback. First of all it works almost great :-). As a tracking system I’m using A.R.TrackPack2 with two infrared cameras and their VRPN server implementation. To be able to compile that Plugin some

Re: [Paraview] [ParaView] Off axis Projection and Stereo

2011-11-30 Thread Stephan Rogge
Nachricht- Von: Aashish Chaudhary [mailto:aashish.chaudh...@kitware.com] Gesendet: Mittwoch, 30. November 2011 00:22 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] [ParaView] Off axis Projection and Stereo Hi Stephen. On Thu, Nov 24, 2011 at 5:34 AM, Stephan Rogge

[Paraview] [ParaView] Off axis Projection and Stereo

2011-11-24 Thread Stephan Rogge
Hello, Since I can use ParaView's cave mode in my Virtual Environment (VE), I was able to play a bit with its stereo capabilities and the wall configuration (.pvx). Before I start with my discussion, I would like to give some details off my configuration: * Virtual Environment - two back

Re: [Paraview] VRPlugin

2011-10-25 Thread Stephan Rogge
...@kitware.com] Gesendet: Freitag, 7. Oktober 2011 15:44 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] VRPlugin Hi Stephan, I’ve noticed the new VRPlugin in the current development version which replaces VRUI and VRPN plugin. Is there any how to use or tutorial for that available

[Paraview] VRPlugin

2011-10-07 Thread Stephan Rogge
. Sc. Stephan Rogge Wissenschaftlicher Mitarbeiter BTU-Cottbus Lehrstuhl Medientechnik Konrad-Wachsmann-Allee 1 03046 Cottbus Germany Besucheradresse: Siemens-Halske-Ring 14, D-03046 Cottbus Lehrgebäude 3A, Raum 254 Email stephan.ro...@tu-cottbus.de Phone +49 355 69-5088 http

[Paraview] Accessing object properties

2011-03-23 Thread Stephan Rogge
Hello, With the new ParaView version (3.10) it's now possible to select an object within the 3D view. What is the best way to get access to its properties e.g. transformation or color and how I can modify it. Is it right to get the active source object like this: pqActiveObjects* object

Re: [Paraview] cpack error

2011-03-22 Thread Stephan Rogge
Hello David, I have the same problem as Koen mentioned. In my case I had compiled ParaView 3.10 on Windows 7 with Visual Studio 2008. Everything is fine and I can run the compiled version. But packaging with CPack results in the same error message but at another position. I send you the last

Re: [Paraview] Plugin with own thread

2011-03-14 Thread Stephan Rogge
. -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Donnerstag, 10. März 2011 17:14 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Plugin with own thread I replied prematurely without realizing the currentThreadId() is a static

Re: [Paraview] Plugin with own thread

2011-03-10 Thread Stephan Rogge
external thread and waits for return but is processed in the plugin thread. Is that right? Thanks again, Best regards, Stephan -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 9. März 2011 17:25 An: Stephan Rogge Cc: paraview@paraview.org

[Paraview] Plugin with own thread

2011-03-09 Thread Stephan Rogge
Hello, after reading the tutorials and How-to's for writing ParaView Plugins I've started with the Autostart-Example project. My goal was to create a plugin which is executed in an external thread. It might happens that I need this in the near future. Well, it works quit well, I guess.