[Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread le Anh Dung
Hello, I'm new to ParaviewWeb and need your help :) Here is my problem: (all paraview versions are 64bits for Linux) In ParaviewWeb: I want to load the AnalyzeReader and NIfTIReader to read the .img and .nii datas. My ParaviewWeb was compiled base on Paraview 3.11, I tried to load the plugins

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-20 Thread le Anh Dung
n: from paraview.simple import * LoadPlugin(".../libAnalyzeReader.so", False, globals()) Analyzereader(FileName="...") On Thu, May 19, 2011 at 8:22 AM, le Anh Dung wrote: Hi, in PWConsole: paraview.LoadPlugin( {filename: '[PATH]/plugin.so', remote:fal

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-20 Thread le Anh Dung
- Télécommunications, Services & Usages le Anh Dung a écrit : Thank you so much. By using your commands the plugin works! But how can we use it in PWConsole of ParaviewWeb ? (my goal is using paraviewWeb, so the use of javascript is important to me :) ) I tried with this but it didt

[Paraview] [help] Volume rendering in ParaviewWeb

2011-05-24 Thread le Anh Dung
Hello everybody, I tried to write a plugin (renderVol.py attached) to do a volume rendering in PWConsole of ParaviewWeb. When I tried to set the ColorArrayName or Representation (functions in renderVol.py), I always got this: Traceback (most recent call last): File "", line 147, in handle_

Re: [Paraview] [help] Volume rendering in ParaviewWeb

2011-05-24 Thread le Anh Dung
ght to understand what is wrong when you have half of the informations. Moreover, you can also look at that previous e-mail. (http://markmail.org/thread/bm32g6sckjqvyiy5) It show some code on how to setup the volume rendering from the JavaScript itself. Seb On Tue, May 24, 2011 at 10:14 AM, le Anh D

[Paraview] [Paraview Help] error in building

2011-06-15 Thread le Anh Dung
Hello everybody, I'm trying to compile paraview to a sever without an X server, so the configuration is VTK_OPENGL_HAS_OSMESA = ON, VTK_USE_OFFSCREEN=ON and VTK_USE_X=OFF then I get this error: [ 97%] Built target vtkPVServerManagerPython Linking CXX executable ../../bin/vtkSMExtractDocumenta

Re: [Paraview] [Paraview Help] error in building

2011-06-15 Thread le Anh Dung
_INCLUDE_DIR:STRING=/usr/include \ -DOSMESA_LIBRARY:STRING=/usr/lib64/libOSMesa.so -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF \ -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ -DVTK_USE_OFFSCREEN:BOOL=ON \ -DVTK_USE_X:BOOL=OFF Hope that helps Karl le Anh

[Paraview] [ParaviewWeb] JavaApplet Renderer

2011-06-24 Thread le Anh Dung
Hello everybody, I want to ask you a question about ParaviewWeb. When we use the JavaApplet Renderer, is there anyway to reduce the image size while interacting like with JavaScriptRenderer( renderer.interactiveRatio=2) ? Thank you in advance. Have a nice day! --