Re: [Paraview] paraviewweb on windows

2011-05-26 Thread katsumi.sekido
Dear Sebastien, hello, now I'm trying build ParaViewWeb server on Linux(CentOS5.6). But at the make process of activemq-cpp, error has occured. The message is /usr/bin/ld: cannot find -luuid. So I search some uuid-rpms and attached them, but the situation doesn't change. So please let me know

[Paraview] xdmf + vtk image extents

2011-05-26 Thread Dominik Szczerba
Hi, I have realized that Xdmf does not have a concept of extents, just as vtkImageData does. This is a problem for me, because I need to store separate VOI's that make up one consistent canvas. What's the best way to accomplish this with Xdmf? I am aware of the HyperSlab concept, but the examples

[Paraview] Xdmf versus XML image data reader

2011-05-26 Thread Dominik Szczerba
Hi, I have found experimentally that the same image data takes much longer to read and write using XdmfReader/Writer as compared to XMLImageDataReader/Writer. Does anyone have similar findings? What could be the reason? PS. I am on Ubuntu 10.10 and 11.04 both 64 bits, Xdmf as of git, vtk 5.6.1

[Paraview] array services problem

2011-05-26 Thread Pratik Mallya
Hi Everyone, Is PV known to cause arrayd services (on SGI ALTIX system) to crash? This does not always happen; but my system admin is blaming me that PV is crashing the array services on some nodes, and I really don't know how to confirm/refute this. regards, -- Pratik Mallya

Re: [Paraview] paraviewweb on windows

2011-05-26 Thread Sebastien Jourdain
Hi Katsumi, did you looked at that web page ? http://activemq.apache.org/building-activemq-cpp.html The first link refer to the project that you are missing. I guess, in your case, you'll have to build that project too. Seb On Thu, May 26, 2011 at 4:20 AM, katsumi.sek...@unisys.co.jp wrote:

[Paraview] reading png serie as a volume

2011-05-26 Thread Christian Wohlschlager
** Reply Requested When Convenient ** Hy everybody ! I have a serie of .png file Named xxx1001.png to xxx1400.png i want to read it as a volume , when i try to read it with the png reader in paraview i get the hole slices 0 - 400 listed but when i try to read it it shows only one slice,

Re: [Paraview] literature references for data files distributed with ParaView

2011-05-26 Thread David E DeMarle
I don't think anyone has ever put that list together. To go about doing that, inspect the commit log messages for files in the ParaViewData repository. If the first commit message doesn't contain enough information, send an email to the committer. For example, this URL gets you the directory:

Re: [Paraview] array services problem

2011-05-26 Thread pratik
Some more details: 1) PV version:3.10.1 2) mpi version: SGI MPT 1.23 3) Scheduler pbspro 10.1 Any information regarding this would be really helpful. Thanks, pratik On Thursday 26 May 2011 05:05 PM, Pratik Mallya wrote: Hi Everyone, Is PV known to cause arrayd services (on SGI ALTIX system) to

[Paraview] Possible NetCDF conflict?

2011-05-26 Thread Adriano Gagliardi
Dear All, I appear to be getting a conflict between a reader plugin I developed that handles the NetCDF format and the latest release of ParaView. The call that is giving me issues is the NcVar function call, name(), which returns a NcToken (const char *). The issue is that the call now returns

Re: [Paraview] Possible NetCDF conflict?

2011-05-26 Thread Andy Bauer
Hi Adriano, I wrote the vtkNetCDFCAMReader and I'm using the C++ API to NetCDF in that reader. The NcVar::name() method is used in that code. Instead of using the standard netcdf c++ header file you can include vtk_netcdfcpp.h instead. A couple of finer points that may or may not affect you:

Re: [Paraview] literature references for data files distributed with ParaView

2011-05-26 Thread Scott, W Alan
Correct, as is can.exo. I could probably ask around and try to figure out who created it, if needed. Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Moreland, Kenneth Sent: Thursday, May 26, 2011 11:46 AM To: Olsen, Robert; paraview@paraview.org

Re: [Paraview] literature references for data files distributed with ParaView

2011-05-26 Thread Moreland, Kenneth
Yup. In addition I happen to know that can.exo is generated by the Pronto 3D solver (part of Sierra Mechanics). That data set happens to be documented in this technical report: S. W. Attaway, F. J. Mello, M. W. Heinstein, J. W. Swegle, J. A. Ratner, and R. I. Zadoks. PRONTO3D User's

[Paraview] 3D Glyph Reduction

2011-05-26 Thread Brian C. Panneton (CONTR)
I have an obj file and a ply file which both have a lot of detail. The ply has around 48000 points (1MB) and the obj has round 6000 points (.2MB). I want to use these two as glyphs for each point in my reader. I am able to load them, but since they are huge on their own, it bogs down ParaView.

Re: [Paraview] 3D Glyph Reduction

2011-05-26 Thread pratik
hi, Are you just using the default glyphs that come with Paraview? i think they include a maskpoints option too. On Friday 27 May 2011 01:23 AM, Brian C. Panneton (CONTR) wrote: It has cells as well which I'd like to keep. Say it was a Car with lots of detail. I want it to end up still looking

Re: [Paraview] 3D Glyph Reduction

2011-05-26 Thread Brian C. Panneton (CONTR)
I'm using custom polydata saved to obj/ply files that was used for other projects. The other projects needed the detail they provide. I, however, do not. So to speed up what I'm doing, I'd like to reduce them to a more manageable size. pratik wrote: hi, Are you just using the default glyphs

Re: [Paraview] 3D Glyph Reduction

2011-05-26 Thread joseph insley
You could try using the Clean filter to merge redundant points, and play with the tolerance to further reduce complexity. On May 26, 2011, at 3:04 PM, Brian C. Panneton (CONTR) wrote: I'm using custom polydata saved to obj/ply files that was used for other projects. The other projects needed

Re: [Paraview] 3D Glyph Reduction

2011-05-26 Thread Brian C. Panneton (CONTR)
Joseph, That seems to be what I was looking for. Thanks, Brian joseph insley wrote: You could try using the Clean filter to merge redundant points, and play with the tolerance to further reduce complexity. On May 26, 2011, at 3:04 PM, Brian C. Panneton (CONTR) wrote: I'm using custom

[Paraview] Access to paraview pipeline

2011-05-26 Thread Bastien Purnelle
Hi, I want to develop an custom application based on Paraview in order to read a live-data from an extern C++ class and display a graphical view of this data. I have written this code thanks to an example : myMainWindow::myMainWindow(QWidget* parentObject, Qt::WindowFlags wflags) :

Re: [Paraview] [Xdmf] give a name to a heavy h5 array in a xdmf file

2011-05-26 Thread Tim Gallagher
It's quite easy to do in the XMF file: Attribute AttributeType=Scalar Center=Cell Name=H2O_mass_fraction DataItem NumberType=Float Dimensions=36 36 28 Precision=8 Format=HDFoutputpath;/RESTS/REST_N_R00/REST_N_0/REST_N_0.h5:/FlowData/H2O_mass_fraction/DataItem /Attribute for example.

Re: [Paraview] [Xdmf] give a name to a heavy h5 array in a xdmf file

2011-05-26 Thread Dominik Szczerba
What I mean is to set the array name from the writer in the program, not tweaking the xml file. Or did I get you wrong? Thanks, Dominik On Thu, May 26, 2011 at 11:34 PM, Tim Gallagher tim.gallag...@gatech.edu wrote: It's quite easy to do in the XMF file: Attribute AttributeType=Scalar

[Paraview] making animations

2011-05-26 Thread Jeremy McCaslin
Hello, I am trying to export an animation in ParaView. It seems I have to load all frames in before I can export the movie (analogous to the flipbook in EnSight). As is possible in EnSight, is there a way to export a movie from ParaView without having to load in all frames first? (This would be

Re: [Paraview] making animations

2011-05-26 Thread Scott, W Alan
I am being a bit confused - just open your data, then go File/ Save Animation, and save the file. You do not have to hit the Play button before saving an animation. If this doesn't write out your animation, you may have found a bug. Please give us directions on how to replicate it. From:

[Paraview] pvserver does not terminate after gui disconnects

2011-05-26 Thread pratik
Hi everyone, I have pvserver connecting to my client through reverse connection. However, after i disconnect from the gui, the job (submitted through PBSPro 10.6) continues to run, and i checked and saw that pvserver was still running on the nodes. Is there any option by which the pbs job