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

2010-12-16 Thread Thomas Kipling
>try ... almost everywhere in DemoCPPipeline. Proxies are used for everything. >You must need glasses if you didn't see any of it! Thank you, after a closer look with glasses your explanations are very helpful :-) Thomas ___ Powered by www.kitware.c

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

2010-12-16 Thread Thomas Kipling
Dear John, thank you very much for sharing the example. However, I don't see how I can make use of it in relation to my original question. I am not sure whether the reason is that I am not enough familiar with the Paraview concepts or because the actual server manager usage examples that I am l

[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