[Paraview] about GUI

2009-03-18 Thread Yixun Liu
Hi, I download paraview3 but found there is nothing in /GUI/client. Where are the ML files regard to interface? Thanks. Yixun ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

[Paraview] installation of ParaView 3.4

2009-03-23 Thread Yixun Liu
Hi, As I install ParaView3.4 I specify the QT_QMAKE_EXECUTABLE as c:/qt-win-opensource-src-4.5.0/bin/qmake.exe in CMake. However I got the error "Qt4.3.0 or greater not found. Please check the QT_QMAKE_EXECUTABLE variable" I'm sure qmake is located at c:/qt-win-opensource-src-4.5.0/bin/ . Vista,

[Paraview] Install ParaView3.4

2009-03-24 Thread Yixun Liu
Hi, As I install ParaView3.4 I specify the QT_QMAKE_EXECUTABLE as c:/qt-win-opensource-src-4.5.0/bin/qmake.exe in CMake. However I got the error "Qt4.3.0 or greater not found. Please check the QT_QMAKE_EXECUTABLE variable" I'm sure qmake is located at c:/qt-win-opensource-src-4.5.0/bin/ . Vista,

[Paraview] visualization a lot of models

2009-04-03 Thread Yixun Liu
Hi, If I have a lot of models and each one is represented by a mesh. If I want to see all these models, one method is to load all these models into memory. However the memory is an issue. The another method is to only load the models, which can be seen from the current point of view into the memory

Re: [Paraview] visualization a lot of models

2009-04-06 Thread Yixun Liu
long the lines of Coin3D or > OpenInventor? > > -berk > > On Fri, Apr 3, 2009 at 10:52 AM, Yixun Liu wrote: > >> Hi, >> If I have a lot of models and each one is represented by a mesh. If I >> want to see all these models, one method is to load all these model

[Paraview] rendering a lot of models

2009-04-07 Thread Yixun Liu
Hi, My question is I want to render a lot of models, which are represented by mesh. After these models appear on the screen I want to add an additional model. I add the actor corresponding to the model to the vtkRenderer and then call render() to show all these models. What I want to know is only t

[Paraview] render 3D color volume

2009-06-29 Thread Yixun Liu
Hi, My data is 3D volume. Each voxel includes 4 components: RGBA. I can use vtkFixedPointVolumeRaycastMapper to render it, but need a opactiy mapping function to control the mapping. This function maps intensity to opacity. What I want to do is to map some region to specified opacity. Can I use the

[Paraview] subclass Qwidget

2009-07-24 Thread Yixun Liu
Hi, I I subclass Qwidget to create a customize widget. This customized widget composes of several existing widgets. I want to make these widgets to be dockable in this customize widget. How to do it? Thanks. Yixun ___ Powered by www.kitware.com Visit

[Paraview] layout

2009-07-24 Thread Yixun Liu
Hi, I put three widgets in a horizontal layout, but it seems that each widget has the same size. How to make the middle widget to have larger size than others? Thanks. Yixun ___ Powered by www.kitware.com Visit other Kitware open-source projects at ht