[Paraview] FW: error building my code

2009-01-12 Thread Natalie Happenhofer
From: natalieh...@hotmail.com To: kmo...@sandia.gov Subject: RE: [Paraview] error building my code Date: Mon, 12 Jan 2009 10:26:49 +0100 Hi! Very well, I used the //BTX and //ETX flags wherever I used the STL classes, but now I have another problem: Building the code, I get the

Re: [Paraview] FW: error building my code

2009-01-12 Thread Michael Jackson
You should not copy headers from one location to another. What you need to do is include the proper directory in your compilation command. My guess is that you are missing an include to one of the Qt or ParaView directories. $QTDIR/include/QtCore/QObjectList So it looks like you are

Re: [Paraview] Confused over the term sort first and sort last rendering modes

2009-01-12 Thread Moreland, Kenneth
ParaView implements sort-last parallel rendering. If the amount of geometry you are rendering is small, ParaView also has the ability to collect the geometry and render it wherever it is being displayed. You could call that second mode sort-last rendering, but it is missing the screen

Re: [Paraview] Verification of ALEGRA example

2009-01-12 Thread Weirs, V Gregory
Hi Louise, I'm afraid not. I don't have the data anymore because it was big (the cube colors are defined by processor ID;) maybe I could find a smaller version. The focus of making those images was in the python scripting and (python) programmable filter, and both of those capabilities have

Re: [Paraview] Verification of ALEGRA example

2009-01-12 Thread Louise Hoffman
Hi Greg I'm afraid not. I don't have the data anymore because it was big (the cube colors are defined by processor ID;) Neat ;) maybe I could find a smaller version. The focus of making those images was in the python scripting and (python) programmable filter, and both of those