Re: [Paraview] low level C++ example how to communicate with pvserver

2010-12-14 Thread Biddiscombe, John A.
Thomas, It can be done, but working at the server manager level is dreadfully painful - primarily because you can't just Get/Set values on objects, but have to pass everything through proxy objects. (The nice thing about the python wrapping is that this is very cleanly implemented so you can ju

Re: [Paraview] install TARGETS given no ARCHIVE DESTINATION

2010-12-14 Thread Dave Partyka
This needs a tweak to KWSYS which I don't have access to. I'll have Brad fix this when he gets in later today. On Tue, Dec 14, 2010 at 10:13 AM, David Doria wrote: > On Tue, Dec 14, 2010 at 10:04 AM, Dave Partyka > wrote: > > Ah yes, you're doing a static build right? Let me see. > > Correct. W

Re: [Paraview] install TARGETS given no ARCHIVE DESTINATION

2010-12-14 Thread David Doria
On Tue, Dec 14, 2010 at 10:04 AM, Dave Partyka wrote: > Ah yes, you're doing a static build right? Let me see. Correct. With BUILD_SHARED_LIBS OFF the error happens. With it ON, it configures fine. David ___ Powered by www.kitware.com Visit other Kitw

Re: [Paraview] install TARGETS given no ARCHIVE DESTINATION

2010-12-14 Thread Dave Partyka
Ah yes, you're doing a static build right? Let me see. On Tue, Dec 14, 2010 at 9:48 AM, David Doria wrote: > Dave, > > Any luck with this? I just did a fresh clone and still can't build. > > David > > > > On Thu, Dec 9, 2010 at 10:02 AM, Dave Partyka > wrote: > > Yes, I am looking into this rig

[Paraview] low level C++ example how to communicate with pvserver

2010-12-14 Thread Thomas Kipling
Hi! Is it possible to use Paraview as kind of a visualization library? Without Qt GUI and without python interpreter? I am looking for a C++ code example which demonstrates how to * connect to an (already running) pvserver instance * add a sphere source (or any other source) * render the sphere

Re: [Paraview] install TARGETS given no ARCHIVE DESTINATION

2010-12-14 Thread David Doria
Dave, Any luck with this? I just did a fresh clone and still can't build. David On Thu, Dec 9, 2010 at 10:02 AM, Dave Partyka wrote: > Yes, I am looking into this right now. > > On Thu, Dec 9, 2010 at 9:53 AM, David Doria wrote: >> >> I did a fresh clone this morning and I am getting this er

[Paraview] points selection

2010-12-14 Thread Sergei D.
Hello! How to select a points by my own ids, not vtkOriginalPointIds? I have a time series vtk-files with unstructured grid. I need to selet a points in some location and track its along time. Number of selected points is about 1000 (so, it is a cloud). The problem is that the points are added