[Paraview] Access to the renderer

2011-03-18 Thread Johnson, Duncan (UK)
Hi all, I'm looking for a way to get use vtkSelectVisiblePoints within a C++ filter in ParaView. Outside of ParaView, we have generated working VTK code that creates a renderer and renderwindow, sets up a camera, adds mappers and actors and passess the renderer onto selectvisiblepoints. We'd

Re: [Paraview] ANN: ParaView 3.10.0 Available for download.

2011-03-18 Thread David Partyka
object 34727dd732548d273fb0b1b8a8c9fdd3e80aa5e2 type commit tag v3.10.0 tagger David Partyka dave.part...@kitware.com 1300451452 -0400 ParaView 3.10.0 -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) iQIcBAABAgAGBQJNg1CUAAoJEFDfOomSCcqy7LIP/RShkIFP+FdkSY0l1RhZiE+/

Re: [Paraview] Access to the renderer

2011-03-18 Thread Utkarsh Ayachit
The short answer is you cannot do it. In ParaView logically filters are on data-server and renderers are on render-server. The abstractions provided by ParaView hide these components so that such things are very difficult to do. For the longer answer, it'd help if you can describe why you want to

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Andy Bauer
Hi Simon, Replies below... On Thu, Mar 17, 2011 at 12:41 PM, Simon Su newsgroup4...@gmail.com wrote: Hi All, ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/1.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/2.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/3.png the above are screen shot from

Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-18 Thread Utkarsh Ayachit
Call the following after the view is created. void setupCameraManipulators(vtkSMProxy* view) { vtkSMProxyManager* pxm = vtkSMProxyManager::GetProxyManager(); vtkIdType cid = view-GetConnectionID(); vtkSMProxy* manip = pxm-NewProxy(cameramanipulators, TrackballRotate);

Re: [Paraview] Applying filters in sample app

2011-03-18 Thread Utkarsh Ayachit
Michael, The interactive-widgets such as implicit plane widget are created by the Properties panel to help user change some of the properties for the filter. So yes, if your example, you will not see the implicit plane widget at all. You'll have to manually create it and set it up to update the

Re: [Paraview] paraview 3.10 + OpenFOAM

2011-03-18 Thread OLESEN Mark
Hello David, Somewhat related to the above topic, this issue would also be important for the 3.10.1 update. http://paraview.org/Bug/view.php?id=11893 /mark ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] Compilation problem : Bad value

2011-03-18 Thread Gil Wertz
Hello, I have the following errors when compiling paraview and I don't have any ID of what it is ... :: error: ../../../bin/libvtkStreaming.a(vtkACosmoReader.cxx.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC

Re: [Paraview] Compilation problem : Bad value

2011-03-18 Thread Andy Bauer
My guess is that some library rodata is getting built without the -fPIC flag. If you built that yourself then you should rebuild that with that compile flag. If not, try adding -fPIC to your CMAKE_CXX_FLAGS and CMAKE_C_FLAGS during configuration. Andy On Fri, Mar 18, 2011 at 12:09 PM, Gil

Re: [Paraview] 3.10.0-RC1 volumne clipping - or mouse problems

2011-03-18 Thread Utkarsh Ayachit
Sorry Paul. I tried various things --builtin/client-server/client-server parallel and I still can't reproduce the issue. Have you been able to reproduce the problem on any other machine? Any other information that you can give about your setup that you think may help. Try running paraview with

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Simon Su
Hi Andy, python trace gave me zos_Omon_GFDLESM2M_historical_r1i1p1_186101188012_nc = NetCDFReader( FileName=['/work/sms/data/cmor-20110128/mon/ocean/zos/r1i1p1/zos_Omon_GFDL-ESM2M_historical_r1i1p1_186101-188012.nc'] ) and there are tons of netcdf reader in ParaView and it is not in the

Re: [Paraview] issue with make install in 3.10

2011-03-18 Thread bastil2...@yahoo.de
David, QtNetwork is not there, but it is there in my 3.8.1 installation After linking it I still get the same undefined smbol error. Regards Bastian Am 16.03.2011 19:37, schrieb David Partyka: You have /opt/paraview/3.10.0/lib/paraview-3.10/libQtXmlPatterns.so.4 in your install tree. Is

[Paraview] compatibility with binaries

2011-03-18 Thread Burlen Loring
Hi, I'd like to build a 3.10.0 pvserver that is compatible with KW's binaries. Which options should be enabled/disabled? Thanks Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] compatibility with binaries

2011-03-18 Thread David Partyka
This is the initial cache that I am writing out in the super build to build the release binary. Most likely these guys are causing any incompatibilities set(PARAVIEW_USE_VISITBRIDGE ON CACHE BOOL Initial cache FORCE) set(VISIT_BUILD_READER_CGNS OFF CACHE BOOL Initial cache FORCE)

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Moreland, Kenneth
The reader that is being used is vtkNetCDFCFReader. It is defined in ParaView/Servers/ServerManager/Resources/readers.xml, although it is not obvious. As the name implies, this reader reads netCDF files using the CF convention. (As the default netCDF reader, it also gracefully handles files

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Moreland, Kenneth
Oh, yea. If you feel that vtkNetCDFCFReader should be closing your seems and you want to add it, OK. But please be mindful not to break the CF convention. -Ken Kenneth Moreland *** Sandia National Laboratories *** *** *** *** email: kmo...@sandia.gov ** *** **