Re: [Paraview] VTK_IO_EXPORT vs VTK_EXPORT (VTK_ABI_IMPORT vs VTK_ABI_EXPORT)

2011-04-16 Thread Xunlei Wu
Thanks a lot, Marcus. I was hoping to figure out why my plugin dll does not behave the same way as other internally built reader classes (dlls) which have the clause of dllexport and dllimport depending on the hosting project. My plugin dll only specifies dllexport as instructed by ParaView plug

Re: [Paraview] Installing Paraview on Ubuntu 10.10

2011-04-16 Thread Wayne Wu
Hi Aston, OK. Use command to extract the package into where you want to put ParaView in, for example /opt/ as follows tar xzvf ParaView-3.10.1-Linux-x86_64.tar.gz -C /opt/ Then you can execute /opt/ParaView-3.10.0-Linux-x86_64/bin/paraview to launch ParaView. For convenience, you can also put a

Re: [Paraview] Installing Paraview on Ubuntu 10.10

2011-04-16 Thread Aston Martin
thanks Wayne this is exactly what I did but it installed an older version (3.8.2) I'm asking how to install it from the downloaded binary without using apt-get thanks, Aston --- On Sat, 4/16/11, Wayne Wu wrote: From: Wayne Wu Subject: Re: [Paraview] Installing Paraview on Ubuntu 10.10 To: "As

Re: [Paraview] Installing Paraview on Ubuntu 10.10

2011-04-16 Thread Wayne Wu
Hello Aston, Download the latest package and unpack to anywhere you want, then it is okay to use. Although this is an old post, http://code-saturne.blogspot.com/2009/07/installation-of-paraview-361-on-ubuntu.html, hope it helps. Good luck :) Best regards, http://code-saturne.blogspot.com/ On 1

[Paraview] Installing Paraview on Ubuntu 10.10

2011-04-16 Thread Aston Martin
Hi All, I quite new to Linux and I'm trying to install Paraview 3.10.1 on Ubuntu 10.10 when I use sudo apt-get install paraview the old version (3.8.2) on the Ubuntu repository is installed thanks for your help, Aston ___ Powered by www.kitware.com

Re: [Paraview] VTK_IO_EXPORT vs VTK_EXPORT (VTK_ABI_IMPORT vs VTK_ABI_EXPORT)

2011-04-16 Thread Marcus D. Hanwell
On Sat, Apr 16, 2011 at 6:10 AM, Xunlei Wu wrote: > Hi All, > > Could anyone please explain the difference between VTK_IO_EXPORT and > VTK_EXPORT (beyond the below definition)? I am writing a file reader plugin > and defined my class as VTK_EXPORT. However, many VTK/IO/ reader examples, > e.g. vtk

[Paraview] VTK_IO_EXPORT vs VTK_EXPORT (VTK_ABI_IMPORT vs VTK_ABI_EXPORT)

2011-04-16 Thread Xunlei Wu
Hi All, Could anyone please explain the difference between VTK_IO_EXPORT and VTK_EXPORT (beyond the below definition)? I am writing a file reader plugin and defined my class as VTK_EXPORT. However, many VTK/IO/ reader examples, e.g. vtkAVSucdReader, vtkImageReader are defined as VTK_IO_EXPORT.

Re: [Paraview] Empty "Cell/Point Array Status" window

2011-04-16 Thread Xunlei Wu
Hi Karl and All, One more thing, since my reader class is built as a plugin, the class type is "VTK_EXPORT" not "VTK_IO_EXPORT" as in vtkAVSucdReader class. Does this matter? Best, x -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf O

Re: [Paraview] Empty "Cell/Point Array Status" window

2011-04-16 Thread Xunlei Wu
-Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Xunlei Wu Sent: Saturday, April 16, 2011 5:50 AM To: kkoeni...@web.de Cc: paraview@paraview.org Subject: Re: [Paraview] Empty Object Properties - Custom Reader Plugin Hi Karl, Tha

Re: [Paraview] Empty Object Properties - Custom Reader Plugin

2011-04-16 Thread Xunlei Wu
Hi Karl, Thanks a lot for the tip. I followed vtkAVSucdReader.h/cxx and hoped to solve my issue. I understood vtkAVSucdReader:: CellDataArraySelection and vtkAVSucdReader ::PointDataArraySelection are responsible filling the "Cell/Point Array Status" window. However, I am not sure how these two