Re: [Paraview] Animation. Second view of a field variable. How to format the file.

2008-09-08 Thread David E DeMarle
You could save K(t) as field data. Then you can extract the zero'th entry in the K array (which has just one element) and plot that over time. A vts file with field data in it looks something like this... VTKFile type=StructuredGrid [snip] StructuredGrid WholeExtent=[snip] FieldData

Re: [Paraview] vtkTimeSource

2008-09-17 Thread David E DeMarle
It first tells the pipeline what times it can produce data for in its RequestInformation method. Later on, in its RequestData method, it figures out what time is requested, and then populates its vtkImageData outputs. So depending on what time is asked for, it will produce an output with varying

Re: [Paraview] vtkTimeSource

2008-09-17 Thread David E DeMarle
. Randall Hand Visualization Scientist ERDC MSRC-ITL On Wed, Sep 17, 2008 at 10:07 AM, David E DeMarle [EMAIL PROTECTED] wrote: It first tells the pipeline what times it can produce data for in its RequestInformation method. Later on, in its RequestData method, it figures out what time

Re: [Paraview] Contour Annotation

2008-09-29 Thread David E DeMarle
You can do it manually with the Text or 3D Text sources. You can also select the lines and use selection labelling (at the bottom of the Selection View) to display values from the selected points or cells. cheers, Dave DeMarle On Thu, Sep 25, 2008 at 3:32 PM, Randall Hand [EMAIL PROTECTED]

Re: [Paraview] Feature request: point information

2008-10-01 Thread David E DeMarle
On Wed, Oct 1, 2008 at 8:18 PM, Jason Hoogland [EMAIL PROTECTED] wrote: Hi, Is this the right place for a feature request? Yes. The bug tracker (http://paraview.org/Bug/my_view_page.php) will also work if there is no resolution. Is there a way to get (x,y,z) for selected point(s)? Maybe

Re: [Paraview] Simple Visualization

2008-10-30 Thread David E DeMarle
/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] Simple Visualization

2008-10-30 Thread David E DeMarle
tutorials there about what can be done with scripting. cheers, Dave 2008/10/30 David E DeMarle [EMAIL PROTECTED]: Or, try out the example of a python programmable reader that I've just posted to the wiki. http://www.paraview.org/Wiki

Re: [Paraview] Simple Visualization

2008-10-31 Thread David E DeMarle
22.0147 25.9853 [...] For instance, now there are many more points. The generated text file is above 20Mb, so it is not a piece of cake to look for its new features. Cheers Lorenzo 2008/10/31 Lorenzo Isella [EMAIL PROTECTED]: 2008/10/30 David E DeMarle [EMAIL PROTECTED]: Alright, we'll

Re: [Paraview] legal summary

2008-11-05 Thread David E DeMarle
Group IT'IS Foundation for Research http://www.itis.ethz.ch ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065

Re: [Paraview] On more filter optional parameters setup

2008-11-07 Thread David E DeMarle
-- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] time series with Xdmf-Files

2008-11-11 Thread David E DeMarle
Express yourself instantly with MSN Messenger! MSN Messenger ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive

Re: [Paraview] [vtkusers] vtkSelection

2008-11-13 Thread David E DeMarle
what Selections and Extraction are and how to use them, Then take a look at TestAreaSelections to see how to use them to grab things that the user identifies behind the rubber band. cheers, -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371

Re: [Paraview] Python Programmable Filter

2008-11-13 Thread David E DeMarle
___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView

Re: [Paraview] [vtkusers] vtkSelection

2008-11-13 Thread David E DeMarle
/Focus.java. There are, however, many different combinations of vtkSelection::SetContentType, vtkSelection::SetFieldType and it is not clear how the SelectionList must be created for each situation, or if it must be set at all. Thanks, Bryn -- David E DeMarle Kitware, Inc. RD Engineer 28

Re: [Paraview] : plot

2008-11-14 Thread David E DeMarle
you help? Thanks, SZ ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109

Re: [Paraview] Paraview 3.5.0

2008-11-14 Thread David E DeMarle
://www.paraview.org/mailman/listinfo/paraview 3.5 means cvs or current development version. You must download and build from source to get that. Follow the instructions on the paraview download page for checking out the source. cheers, -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park

Re: [Paraview] vtkGaussianSplatter

2008-11-19 Thread David E DeMarle
://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo

Re: [Paraview] filter for xdmf-file

2008-11-20 Thread David E DeMarle
and fill in VTK's internal data structures. After the reader, no filter needs to know that the file was initially in xdmf format. -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView

Re: [Paraview] Just Learning Paraview

2008-11-20 Thread David E DeMarle
in. cheers, -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] Manipulating points.

2008-11-21 Thread David E DeMarle
. -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] How is builtin different from localhost?

2008-11-24 Thread David E DeMarle
communication between the two takes place via TCP sockets. -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman

Re: [Paraview] How is builtin different from localhost?

2008-11-24 Thread David E DeMarle
the pvserver on a remote computer, and I connected to the server with 100 M network. I am wondering if the network speed is good enough for paraveiw? In other words, no huge display delay because of network? Thanks. Biao On Mon, Nov 24, 2008 at 11:43 AM, David E DeMarle [EMAIL PROTECTED

Re: [Paraview] problems linking my plugin

2008-12-04 Thread David E DeMarle
E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] hyperstreamline visualization

2008-12-09 Thread David E DeMarle
://www.paraview.org/Wiki/Plugin_HowTo#Enabling_a_filter_in_VTK -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org

Re: [Paraview] Plugin with Qt 4.4, but Paraview binaries with 4.3 ?

2008-12-13 Thread David E DeMarle
or is there a hack for that ? - If I have to downgrade Qt to 4.3, where can I find the MS Windows package ? Thanks for your time, Jérôme ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle

Re: [Paraview] PARAVIEW_DATA ROOT - what is this?

2009-01-06 Thread David E DeMarle
mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org

Re: [Paraview] Export python programmable filters ?

2009-01-24 Thread David E DeMarle
http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman

Re: [Paraview] python programmable filters with no output in ParaView?

2009-01-24 Thread David E DeMarle
-- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] Paraview v3.4.0 poor movie quality

2009-01-26 Thread David E DeMarle
___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle

Re: [Paraview] problems with new version of ffmpeg

2009-01-27 Thread David E DeMarle
And also bug 4719. On Tue, Jan 27, 2009 at 8:33 AM, David E DeMarle dave.dema...@kitware.com wrote: This is bug 7522. You can turn it off, dump images and use some external program (like ffmpeg command line) to put them together into a file, or use the old version of ffmpeg recommended

Re: [Paraview] Press Apply Button from Toolbar

2009-02-02 Thread David E DeMarle
/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] external library with paraview plugin

2009-02-05 Thread David E DeMarle
on that? Or is there inverse of incomplete regularized lower gamma function already implemented in VTK? I could find it. Thanks. Best, Katya ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E

Re: [Paraview] reading MHA files

2009-02-05 Thread David E DeMarle
: I believe the default ParaView shows you a button along the top of the screen to contour the data. It also shows a button to change the representation of the data from outline to volume. -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518

Re: [Paraview] remote rendering with paraview

2009-02-05 Thread David E DeMarle
of the total number of polygons. If the server is not running MPI, or the polygons are being shipped to the client you have only 1 graphics card which has to scan convert all N of the polygons. From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: Thu 2/5/2009 11

Re: [Paraview] reading MHA files

2009-02-05 Thread David E DeMarle
for adjusting or any thing else to see the volume and all slices of this volume. Note that I used default parameters and the version that I have downloaded is paraview-3.4.0-win32-x86. Thanks for your time. Message du 05/02/09 à 19h56 De : David E DeMarle dave.dema...@kitware.com A : Kevin

Re: [Paraview] Creating ImageData w/Programmable Source

2009-02-06 Thread David E DeMarle
-- Eric E Monson Duke Visualization Technology Group ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28

Re: [Paraview] particle tracking

2009-02-11 Thread David E DeMarle
/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] vtk file format too strikt

2009-02-13 Thread David E DeMarle
___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit

Re: [Paraview] Mesh edition / modification with paraview

2009-02-13 Thread David E DeMarle
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone

Re: [Paraview] calculator filter with pvpython

2009-02-24 Thread David E DeMarle
at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28

Re: [Paraview] specifying cell data

2009-02-25 Thread David E DeMarle
/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] use of self.GetOutPut.SetCells() and vtkSphereSource() in a programmable source

2009-02-25 Thread David E DeMarle
to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open

Re: [Paraview] How can I fix the problem?

2009-02-25 Thread David E DeMarle
-- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [Paraview] How can I fix the problem?

2009-02-25 Thread David E DeMarle
and class name match that in of the class= attribute in the XML file. On Wed, Feb 25, 2009 at 9:40 PM, David E DeMarle dave.dema...@kitware.com wrote: Have you written the xml configuration file that tells ParaView how to call the reader? On Wed, Feb 25, 2009 at 7:15 PM, Biao She sheb

Re: [Paraview] How can I fix the problem?

2009-02-26 Thread David E DeMarle
and have used vtkStandardNewMacro(vtkMyReader) in the .cxx file. The class filename and class name also match the class=attribute in the XML file. But the error message still appeares. On Wed, Feb 25, 2009 at 8:03 PM, David E DeMarle dave.dema...@kitware.com wrote: Sorry, I should have thought

Re: [Paraview] Understanding the source code

2009-03-03 Thread David E DeMarle
projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc

Re: [Paraview] Parallel Paraview

2009-03-04 Thread David E DeMarle
://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109

Re: [Paraview] trouble building paraview with mpi

2009-03-04 Thread David E DeMarle
group.  What I want to do is have the rank0 thread run on the headnode of my cluster and have all the other pvserver ranks run on the other compute nodes of the cluster. Is there a recommended way for doing this? Thanks From: David E DeMarle

Re: [Paraview] Calculator and vector products

2009-03-05 Thread David E DeMarle
/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] The flow process for paraview and interaction between QT and VTK parts

2009-03-11 Thread David E DeMarle
messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971

Re: [Paraview] Saving screenshot with multiple views

2009-03-11 Thread David E DeMarle
/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [Paraview] Graphical rendering: troubleshooting

2009-03-12 Thread David E DeMarle
Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109

Re: [Paraview] Graphical rendering: troubleshooting

2009-03-12 Thread David E DeMarle
turing does - turning down On Thu, Mar 12, 2009 at 11:58 AM, David E DeMarle dave.dema...@kitware.com wrote: Does Fedora have a window manager effects control setting somewhere? I have see things like window manager opacity and special effects interfering with paraviews 3D Views. I don't

Re: [Paraview] 3d visualisation

2009-03-12 Thread David E DeMarle
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109

Re: [Paraview] Select Points on and nearest point ...

2009-03-19 Thread David E DeMarle
/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] plot point over time - how to use it?

2009-03-19 Thread David E DeMarle
://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate

Re: [Paraview] See properties of a point

2009-03-20 Thread David E DeMarle
/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662

Re: [Paraview] Standalone vs client-server mandelbrot source

2009-03-23 Thread David E DeMarle
Utkarsh has just updated CVS to fix the bug: Qt/Components/pqDisplayProxyEditor.cxx - 1.74 Servers/ServerManager/vtkSMTwoDRenderViewProxy.cxx - 1.4 Please try your plugin again and see if that works better now. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY

Re: [Paraview] The errer about building plugin

2009-03-26 Thread David E DeMarle
. SERVER_MANAGER_XML ${MyReaderPlugin_SOURCE_DIR}/XMLFiles/MyReaderPlugin_pvsm.xml GUI_RESOURCE_FILES ${MyReaderPlugin_SOURCE_DIR}/XMLFiles/MyReaderPlugin_gui.xml David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2009/3/24 binbin0406 binbin0

Re: [Paraview] Mapper Plugin?

2009-03-27 Thread David E DeMarle
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone

Re: [Paraview] Can't generate the dll document!

2009-03-29 Thread David E DeMarle
that paraview loads at runtime. Reconfigure your paraview build to use shared libs, build paraview, then build your plugin again. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2009/3/29 binbin0406 binbin0...@163.com: Hi Everyone: I

Re: [Paraview] FW: sum of values at all nodes

2009-04-17 Thread David E DeMarle
).GetValue(0) 1418359.5 David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Sat, Apr 11, 2009 at 8:28 PM, Berk Geveci berk.gev...@kitware.com wrote: This would be super easy to do with the python calculator (which

Re: [Paraview] FW: sum of values at all nodes

2009-04-17 Thread David E DeMarle
Typo, I meant this script: from paraview.simple import * mm = servermanager.filters.MinMax() mm.Operation = SUM pm=servermanager.ProxyManager() print pm.GetProxiesInGroup(sources) {('Wavelet1', '114'): paraview.servermanager.Wavelet object at 0x2d9c9910} wavelet = pm.GetProxy(sources,

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread David E DeMarle
You probably just forgot the -d option to cvs update. Without that it will not create new directories in your working directory. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Apr 24, 2009 at 11:27 AM, John Drescher

Re: [Paraview] Temperature visualisation

2009-05-08 Thread David E DeMarle
I would recommend writing an XDMF interface. XDMF is a text (XML) format that you can use to describe the content of the hdf file. Once you have the xdmf file paraview will be able to ingest your data. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone

Re: [Paraview] Temperature visualisation

2009-05-08 Thread David E DeMarle
I think you want GEOMETRY to be XY and make it refer to just the first two data sets, then set up and ATTRIBUTE scalar to point to the third. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, May 8, 2009 at 5:03 PM, Guido

Re: [Paraview] using with python to make a clip

2009-05-19 Thread David E DeMarle
Is the clip filter's output just obscured by the original sphere? To check, remove these two lines from your script. rep = servermanager.CreateRepresentation(sphere, view) rep.Representation = 2 #Surface mode David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park

Re: [Paraview] Paraview 3.6 compilation with animation in avi format

2009-06-04 Thread David E DeMarle
For the specific config parameters that we used when making the binaries see: http://www.paraview.org/Wiki/ParaView_Binaries David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Jun 4, 2009 at 5:10 AM, Didier Roissé didier.roi...@gmail.com

Re: [Paraview] Paraview 3.6 compilation with animation in avi format

2009-06-04 Thread David E DeMarle
A very good point. Thanks! I will fix that shortly. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Jun 4, 2009 at 10:04 AM, David Doria daviddo...@gmail.com wrote: On Thu, Jun 4, 2009 at 9:28 AM, David E DeMarle

Re: [Paraview] Client Side plugins dependent on all server side libraries?

2009-06-12 Thread David E DeMarle
ADD_PARAVIEW_PLUGIN ( StreamingPlugin 1.0 ${SERVER_ARGS} ${CLIENT_ARGS} ) David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Jun 12, 2009 at 4:25 PM, Moreland, Kennethkmo...@sandia.gov wrote: The thing that has seemed

Re: [Paraview] Streaming ParaView

2009-06-30 Thread David E DeMarle
to bother packaging. People should be brave enough to compile from source if they want to try it, which is why it is not enabled by default. The OverView developers can correct me if the same is not true for OverView. thanks again, David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton

Re: [Paraview] VALUES or THRESHOLDS selections

2009-07-02 Thread David E DeMarle
, and then searched. The copy is supposed to stick around for the later calls, which makes sorting it worthwhile in the long run. I assume the copy is not sticking around for some reason in your case, or less likely that the sort algorithm itself is running out of memory. David E DeMarle Kitware, Inc. RD

Re: [Paraview] Custom Inspector as plugin (Linking fails with VS2008)

2009-07-08 Thread David E DeMarle
Sorry about that. In CMakeLists.txt, change ${ADAPTIVE_CS_SOURCES} to ${MY_CS_SOURCES}. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Mon, Jul 6, 2009 at 8:07 AM, Kallekalle-t...@gmx.de wrote: Hello, John Biddiscombe

Re: [Paraview] [vtk-developers] Porting from VTK to ParaView

2009-07-09 Thread David E DeMarle
. In the near future we will have a new architecture which makes it easier to write custom applications that take away or modify the Qt client's functionality. hope that helps, David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109

Re: [Paraview] MJPEG instead of MPEG4 (issue 8925)

2009-07-09 Thread David E DeMarle
We had two reasons, licensing, and cross platform playability see: http://markmail.org/message/2dhkwsnhou3x4bjw David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Jul 9, 2009 at 11:32 AM, Michael Wildthem...@gmail.com wrote

Re: [Paraview] How to implement a multiview

2009-07-22 Thread David E DeMarle
This is what comparative view is for. Pick one or two properties of any filter (or two) in the pipeline, specify the x and y dimensions and it will do it for you. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Jul 22

Re: [Paraview] Particles via CSV

2009-07-22 Thread David E DeMarle
Apply glyph filter, vary sphere glyph radius by scalar. Or, use the CSCS point sprites plugin, if that is available on your machine. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Jul 22, 2009 at 3:37 PM, ibkm...@ib

Re: [Paraview] Multiple servers

2009-07-23 Thread David E DeMarle
-np 2 /bin/uname -a Linux amber1 2.6.18-6-amd64 #1 SMP Tue Aug 19 04:30:56 UTC 2008 x86_64 GNU/Linux Linux amber2 2.6.18-6-amd64 #1 SMP Tue Aug 19 04:30:56 UTC 2008 x86_64 GNU/Linux If you can do those two things, then your command should be ssh remotemachine mpirun -np N pvserver David E

Re: [Paraview] pvserver setup for multiple graphics cards on same node

2009-08-11 Thread David E DeMarle
An alternative to making a complex mpirun arguments is to supply a machines.pvx file. That will let you assign displays to each process on the server. See the ParaView guide p134. for details. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371

Re: [Paraview] distributed stream tracer scalability issue

2009-08-25 Thread David E DeMarle
. That way particles stay resident much more often. The upfront cost might be high to do the repartition, but afterwards stream tracing would be faster. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Tue, Aug 25, 2009 at 4:42 AM

Re: [Paraview] Doubt about animating 2 (or more) datasets simultaneously

2009-08-25 Thread David E DeMarle
of DS1 are also in DS2 and visit them only once.) When at a time value that is not in DS1, such as 0.25, ParaView will load the closest time value available. (I don't remember whether ParaView will round down to 0.0 or up to 0.5. Try it and find out.) When you ask for a time value that does

Re: [Paraview] Doubt about animating 2 (or more) datasets simultaneously

2009-08-25 Thread David E DeMarle
round down. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Tue, Aug 25, 2009 at 5:13 PM, David E DeMarle dave.dema...@kitware.comwrote: of DS1 are also in DS2 and visit them only once.) When at a time value

Re: [Paraview] Each Render node must connect to a display device?

2009-08-27 Thread David E DeMarle
pvserver with --disable-composite or go to preferences-render view-server and uncheck remote render threshold to prevent paraview from trying to do any rendering on the server. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2009/8/27

Re: [Paraview] Parallel XDMF Reader and Distributed Parallel Render issues

2009-08-27 Thread David E DeMarle
The first question is: Should I use “Data Collection” or other structures like “Tree”, “Subset” to organize the Grids? I recommend a collection for this. In Parallel, it _should_ work such that each processor reads a different stripe of the contents of the collection out of the HDF5 data. I think

Re: [Paraview] Elevation representation of .CSV data

2009-08-27 Thread David E DeMarle
Try using the calculator filter instead of the elevation filter. The calculator expression will be simply coordsz David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Aug 27, 2009 at 10:43 AM, David Giménez Mosquera flatuche

Re: [Paraview] Building ParaView with MPICH2 (Windows)

2009-08-27 Thread David E DeMarle
offscreen rendering. Try using --offscreen-rendering on the pvserver command. If the hardware supports it, this will work right away. If not, you need OSMesa on the machine (pure software GL). After you have then condigure and compile paraview from source to make it aware of it. David E DeMarle Kitware

Re: [Paraview] Elevation representation of .CSV data

2009-08-27 Thread David E DeMarle
in this way or am I doing something wrong? Thanks in advance, David On Thu, Aug 27, 2009 at 9:38 PM, David E DeMarle dave.dema...@kitware.com wrote: Try using the calculator filter instead of the elevation filter. The calculator expression will be simply coordsz David E DeMarle Kitware, Inc

Re: [Paraview] Paraview 3.6.1 - Writer plugin development (OSX)

2009-08-29 Thread David E DeMarle
with binary paraview releases, the library versions must match exactly (ABI compatibility). For that you need to build your paraview with exactly the compiler and library versions listed on the paraview binary build documentation for that platform. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate

Re: [Paraview] UI; real-time vis

2009-09-02 Thread David E DeMarle
On Wed, Sep 2, 2009 at 9:33 AM, Randy Heiland heil...@indiana.edu wrote: Hello, Just wanting to get a better understanding of the latest ParaView, while considering adopting it for a project. I'm assuming ParaView does its UI using C++ calls to Qt, as opposed to using PyQt, is that correct?

Re: [Paraview] Strange parser

2009-09-14 Thread David E DeMarle
Not sure about the first problem you mention. About the second, is that stl code in a header file? If so, put it in between //BTX and //ETX. That will tell the wrappers (in this case the client server wrapper), to ignore it. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton

Re: [Paraview] Reader plugin have same extension

2009-09-17 Thread David E DeMarle
Precedence is based on order in the XML, last XML entry parsed gets priority so that plugins override the provided readers easily. In addition, readers can have a bool CanReadFile(); method, which gets called before the decision is finalized. David E DeMarle Kitware, Inc. RD Engineer 28

Re: [Paraview] Reader plugin have same extension

2009-09-17 Thread David E DeMarle
choice... maybe I don't have a choice! On Thu, Sep 17, 2009 at 10:55 AM, David E DeMarle dave.dema...@kitware.com wrote: Precedence is based on order in the XML, last XML entry parsed gets priority so that plugins override the provided readers easily. In addition, readers can have a bool

[Paraview] StreamingParaView documentation

2009-09-18 Thread David E DeMarle
Howdy, I've added a short description about LANL's new StreamingParaView application to the wiki. It is under the ParaView based Applications section. Hey Overview team, can someone put a similar introduction to OverView there as well? cheers, David E DeMarle Kitware, Inc. RD Engineer 28

Re: [Paraview] writing vtk file

2009-09-23 Thread David E DeMarle
()? If not then you need to manually populate the file yourself, making sure that you conform to what the book says about the file format. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Sep 23, 2009 at 10:08 AM, chukwudi chukwu

Re: [Paraview] Parallel Reading and Extent Translator

2009-09-25 Thread David E DeMarle
propagated throughout the pipeline somehow. Please file a bug report (assign it to me, Berk or Utkarsh) and we will try to get it fixed for 3.6.2. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Sep 25, 2009 at 9:27 AM, Jean M

Re: [Paraview] forcing server to do all computations/rendering; unrelated, rendering vertices as pixels

2009-09-28 Thread David E DeMarle
As for pixels, under display tab, there is a pixel size option. The default is 5 I think. Change that to 1 and use points representation. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Mon, Sep 28, 2009 at 5:12 AM, Christine

Re: [Paraview] messy legend

2009-09-28 Thread David E DeMarle
Some explanation of my original message. What I mean server-client is not the paraview server-client mode,but just run paraview on another machine(PC) and tunnel(or forward X11) the display on the local machine. Using this method ,I still get the bad legend. When you forward X11 back to your

Re: [Paraview] Paraview 3.6.1 Connection definition file

2009-09-30 Thread David E DeMarle
Utkarsh, this appears to be bug: http://paraview.org/Bug/view.php?id=8410 Thanks for fixing it, and please close it out. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Sep 30, 2009 at 3:15 PM, Utkarsh Ayachit

Re: [Paraview] volume render

2009-10-01 Thread David E DeMarle
may be added in the future. As for performance comparisons, I do not know. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Oct 1, 2009 at 11:25 AM, Bam Ting bampingt...@gmail.com wrote: What type of algorithm are use

Re: [Paraview] Adding data in two vtk files.

2009-10-03 Thread David E DeMarle
Append Datasets (aka vtkAppendFilter) will do what you want. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Sat, Oct 3, 2009 at 12:32 AM, Tabrez Ali st...@purdue.edu wrote: I hope I am on the right mailing list. Apologies

  1   2   3   4   5   6   7   8   9   10   >