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

2011-04-16 Thread Xunlei Wu
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, Thanks a lot for the tip. I followed vtkAVSucdReader.h/cxx and hoped to solve my issue. I understood vtkAVSucdReader

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

2011-03-25 Thread Xunlei Wu
Hello, I still cannot figure out why I had such problem. Would you please help? Thanks a lot. Best, xunlei From: Xunlei Wu Sent: Monday, March 21, 2011 8:22 PM To: paraview@paraview.org Subject: Empty Object Properties - Custom Reader Plugin Hello, I am writing a reader plugin for ParaView

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

2011-03-25 Thread Xunlei Wu
Hi Karl, Exactly as you said! Where should I look? Thanks a lot. Best, xunlei -Original Message- From: kkoeni...@web.de [mailto:kkoeni...@web.de] Sent: Friday, March 25, 2011 6:54 AM To: Xunlei Wu Cc: paraview@paraview.org Subject: Re: [Paraview] Empty Object Properties - Custom Reader

[Paraview] Parallel VTK file format with multiple levels

2011-03-15 Thread Xunlei Wu
Hi, I would like to use .pvtu to represent a multi-level unstructured grid by stating ===level 1 PVTU=== VTKFile type=PUnstructuredGrid version=0.1 byte_order=LittleEndian PUnstructuredGrid GhostLevel=1 ... Piece Source=energy_1.0/nsp.pvtu/ Piece Source=energy_2.0/nsp.pvtu/

[Paraview] running plugin with ParaView git + Qt 4.7.1

2011-02-24 Thread Xunlei Wu
Hello, I have built ParaView from source with Qt 4.7.1. Except CMake complaining about 4.7 is not officially supported, the building process went smoothly. Now I tried to load a plugin I developed which ran fine under ParaView git build + Qt 4.6.3. I did rebuild that plugin from the ground up by

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread Xunlei Wu
. BTW, shall I care about DirectX_LIBRARY? It appears ParaView's vtkRendering only uses DirectX9. Does including DirectX help ParaView performance on Windows machine? Best, x From: David Partyka [mailto:david.part...@kitware.com] Sent: Monday, February 14, 2011 1:36 PM To: Xunlei Wu Cc: Utkarsh

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread Xunlei Wu
-Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, February 18, 2011 10:25 AM To: Xunlei Wu Cc: David Partyka; paraview@paraview.org Subject: Re: [Paraview] failed to launch paraview.exe Xulei, Just to be sure you are using Qt that was built

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread Xunlei Wu
Thanks a lot, David and Utkarsh. I was obnoxious about Qt aspect totally. By using this thread, can you comment on using DirectX with Paraview on Windows? Best, x From: David Partyka [mailto:david.part...@kitware.com] Sent: Friday, February 18, 2011 10:54 AM To: Xunlei Wu Cc: Utkarsh Ayachit

Re: [Paraview] failed to launch paraview.exe

2011-02-18 Thread Xunlei Wu
[mailto:david.part...@kitware.com] Sent: Friday, February 18, 2011 11:02 AM To: Xunlei Wu Cc: Utkarsh Ayachit; paraview@paraview.org Subject: Re: [Paraview] failed to launch paraview.exe It isn't required but is used to do some hardware support queries. Are you getting compile/configure errors

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-17 Thread Xunlei Wu
Hi Dave, Does VTK_WRAP_PYTHON_SIP work on MSVC2010? Thanks. x From: David Partyka [mailto:david.part...@kitware.com] Sent: Wednesday, February 16, 2011 10:42 AM To: Xunlei Wu Cc: Robert Maynard; paraview@paraview.org Subject: Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-16 Thread Xunlei Wu
...@paraview.org] On Behalf Of Xunlei Wu Sent: Tuesday, February 15, 2011 5:05 PM To: David Partyka Cc: paraview@paraview.org Subject: Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors Hi Dave and All, I got some progress in terms of building vtkPythonCore. I

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-15 Thread Xunlei Wu
in vtkstd/vector.h gets undefined somewhere by those headers listed before it. Not sure whether it is a bug for other people. x From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Xunlei Wu Sent: Sunday, February 13, 2011 7:31 PM To: David Partyka Cc

[Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi All, I am trying to run paraview.exe after built it (Debug version) on a Windows7 64bit + MSVC2010 machine. However the application failed to run the following call stack: vtksys.dll!vtksys::SystemTools::FileExists(const char * filename=0x) Line 928 + 0xd bytes C++

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Monday, February 14, 2011 1:13 PM To: Xunlei Wu Cc: paraview@paraview.org Subject: Re: [Paraview] failed to launch paraview.exe Are you sure there isn't some dll conflict issue? Do you have other installations of ParaView

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
= config_file.toStdString(); gives me corrupted content. Best, x -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Monday, February 14, 2011 1:20 PM To: Xunlei Wu Cc: paraview@paraview.org; Dave Partyka Subject: Re: [Paraview] failed to launch paraview.exe Honestly, I am

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
:23 PM To: Utkarsh Ayachit Cc: Xunlei Wu; paraview@paraview.org Subject: Re: [Paraview] failed to launch paraview.exe We do test nightly with VS10 and one of our developers actively uses it as well so it should work. Have you tried running paraview with -dr command? In the mean time I will try

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi Dave, I presume your build has all the compnents, e.g. Python, MySQL, MPI, ... enabled, right? x From: David Partyka [mailto:david.part...@kitware.com] Sent: Monday, February 14, 2011 1:36 PM To: Xunlei Wu Cc: Utkarsh Ayachit; paraview@paraview.org Subject: Re: [Paraview] failed to launch

[Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-13 Thread Xunlei Wu
Hello, I am building Paraview from git source on a Windows7 64bit OS with MSVC2010. I have enabled PARAVIEW_ENABLE_PYTHON and VTKMY_WRAP_PYTHON in my CMake. I also built Python 2.7.1 64bit from source so that I have both python27.lib and python27_d.lib available. However the core python related

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-13 Thread Xunlei Wu
Hi David, I am out of luck. Just did a fresh CMake configure with PARAVIEW_ENABLE_PYTHON on and the same PYTHON_LIBRARY value. The errors from MSVC2010. Any other suggestions? Best, x From: David Partyka [mailto:david.part...@kitware.com] Sent: Sunday, February 13, 2011 4:33 PM To: Xunlei Wu Cc

Re: [Paraview] Write a reader plugin

2011-01-21 Thread Xunlei Wu
Hi All, Do you have any suggestions? Thanks a lot. Best, xunlei -Original Message- From: Xunlei Wu Sent: Saturday, January 15, 2011 5:44 PM To: 'David Doria' Cc: 'paraview@paraview.org' Subject: Write a reader plugin Hi David and all, I am writing a reader plugin for ParaView. A test

[Paraview] Write a reader plugin

2011-01-15 Thread Xunlei Wu
Hi David and all, I am writing a reader plugin for ParaView. A test program without the VTK wrapping approves that I can get all the header (metadata) and grid data correctly. However, when I following the examples posted in http://www.vtk.org/Wiki/ParaView/Examples/Plugins/Reader

[Paraview] volume rendering after temporal interpolator filter

2010-05-05 Thread Xunlei Wu
Hi All, Has anyone had experience of using volume rendering after applying Temporal Interpolator to your data set? I have a regular grid time series data set. I would like to increase the temporal resolution and applied Temporal Interpolator filter to it. Here is my paraview pipeline: Data -

Re: [Paraview] Accelerated volume rendering in 3.8.0-RC1?

2010-04-19 Thread Xunlei Wu
the unstructured grid volume rendering algorithms, which have not been updated. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Sat, Apr 17, 2010 at 3:49 PM, Xunlei Wu xun...@renci.org wrote

Re: [Paraview] Accelerated volume rendering in 3.8.0-RC1?

2010-04-17 Thread Xunlei Wu
Hi Utkarsh, I only saw Projected tetra HAVS Z sweep Bunky ray cast I tried 3.8.0-RC1 on both below machines: WindowsXP 32bit w/ Quadro FX570m Window7 64bit w/ GTX285 Thanks. x On 4/17/2010 11:42 AM, Utkarsh Ayachit wrote: Yes, a new volume mapper was added rendering image data. Simply go to

[Paraview] difference of two data sets

2010-04-02 Thread Xunlei Wu
Hi All, I want to visualize the difference between two data sets and plot the error on one data set as the reference. Currently, I have 2 structured grid data sets of the same gemoetry; and 2 unstructured point cloud data sets. Are there any filters in ParaView for this purpose? Thanks a lot.

Re: [Paraview] difference of two data sets

2010-04-02 Thread Xunlei Wu
like to use some ParaView features to handle that. Thanks for your help. Best, x On 4/2/2010 10:56 AM, Berk Geveci wrote: Xunlei, Are you trying to do this in parallel? -berk On Fri, Apr 2, 2010 at 10:36 AM, Xunlei Wu xun...@renci.org wrote: Hi All, I want to visualize the difference

Re: [Paraview] difference of two data sets

2010-04-02 Thread Xunlei Wu
by the particles is interpolated. The alternative is to use the closest point. What do you think? 2010/4/2 Xunlei Wu xun...@renci.org: Hi Berk, Ideally, I would like to have pvserver in the back to handle large scale data sets. But for now, speed is not an issue. And I know how to do

[Paraview] XDMF: multiple DataItems under Geometry

2010-02-28 Thread Xunlei Wu
Hi All, I have a Lagrange grid in 3D (e.g. 80 x 80 x 80) in HDF5 format. And my grid coordinates are arranged into 3 vectors, i.e. x, y, z. So far, I can only build the XDMF geometry successfully as Geometry GeometryType=XYZ DataItem NumberType=Float Precision=4 Dimensions=512000 3

[Paraview] Overview in Paraview3.6.2 binary release

2010-01-20 Thread Xunlei Wu
Hi Berk, I would like to do some graph visualization which is included in InfoViz/Titan project. To answer your question, I do want to develop infovis and scivis through Paraview IF POSSIBLE. I don't think I am gonna mix both infovis and scivis for a project. Do you mean Paraview is the best

[Paraview] Overview in Paraview3.6.2 binary release

2010-01-19 Thread Xunlei Wu
Hi All, Is Overview http://kitware.com/InfovisWiki/index.php/OverView#Why_OverView.3F part of Paraview 3.6.2 binary release? Or I need to grab CVS source tree and compile from the scratch? Thanks a lot. Best, xunlei ___ Powered by www.kitware.com

[Paraview] XDMF with H5T_COMPOUND

2009-12-31 Thread Xunlei Wu
Hi All, Newbie here. Is there an example on how to create an XDMF node of compound datatype? I have a HDF5 dataset where a leaf node in the HDF5 tree is an array of compounded data structure, i.e. particle id (int) / x / y / z / pressure x (double) / pressure y / pressure z / mass / energy