[Paraview] help with plugin

2011-09-25 Thread
hi everyone: I want to know why the plugin can not be used in paraview3.10.0? I use the example plugin Representation in paraview. When I have compiled it, it can not be loaded in paraview! Could you tell me why? thank you! ___ Powered by

[Paraview] add an unstructured volume mapper to paraview

2011-06-02 Thread
hi everybody: I want to write an new unstructured grid volume mapper to Paraview, And I want to inherite vtkUnstructuredVolumeMapper, I want to know which functions need I to rewrite? and where need I to change? Thank you ___ Powered by www.kitware.com

Re: [Paraview] Add a new unstructured volume mapper

2011-05-24 Thread
without familiarity to ParaView's internals to add a new unstructured volume mapper to ParaView. Once I find some time I can probably write an example to demonstrate the same. However, until then please be patient. Utkarsh On Thu, May 19, 2011 at 9:05 PM, 胡健 hujian198...@gmail.com wrote: hi

[Paraview] change default unstructured volume mapper in paraview

2011-05-19 Thread
hi everybody: firstly, I want to ask that can we change default unstructured volume mapper in paraview. I find that paraview use vtkProjectedTetrahedraVolumeMapper to do unstructured volume rendering. I want to use vtkHAVSVolumeMapper or vtkOpenGLHAVSVolumeMapper instead. Can we do it in

[Paraview] Add a new unstructured volume mapper

2011-05-19 Thread
hi everyone: I want to add a new unstructured volume mapper to paraview. how do I add it? any help will be appreciate! ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

[Paraview] plugin

2011-05-11 Thread
hello everybody! I am in the trouble of adding a volume plugin. I add a new mapper to paraview as a plugin. The mapper I add inherites vtkOPGLHAVSVolumeMapper named vtkMyHAVSVolmeMapper, but when I use the plugin I find the mapper I add use the class vtkOPGLProjectedTetrahedronMapper instead

[Paraview] plugin error

2011-04-24 Thread
hello my friend: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! I follow the example in paraview for adding representation,but when I run paraview and load the plugin and open a data, the program gives me an error message ERROR: In

[Paraview] what's wrong with it

2011-04-21 Thread
hello all: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! here is my xml file: when I run paraview and load the plugin and open a data, the program will give me an error message ERROR: In ..\..\..\ParaView-3.8.1\Servers\ServerManager\vtkSMProxyManager.cxx, line 369

[Paraview] nobody know?

2011-04-21 Thread
hello all: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! here is my xml file: when I run paraview and load the plugin and open a data, the program will give me an error message ERROR: In ..\..\..\ParaView-3.8.1\Servers\ServerManager\vtkSMProxyManager.cxx, line 369

[Paraview] plugin error

2011-04-20 Thread
hello all: I want to add vtkOpenGLHAVSVolumeMapper to paraview as a plugin! here is my xml file: when I run paraview and load the plugin and open a data, the program will give me an error message ERROR: In ..\..\..\ParaView-3.8.1\Servers\ServerManager\vtkSMProxyManager.cxx, line 369

[Paraview] what's wrong with it?

2011-04-11 Thread
hello all: I want to add vtkHAVSvolumemapper to paraview as a plugin! here is my xml file: when I run paraview and load the plugin and open a data, the program will give me an error message access violation. anybody know what's wrong with it? I also upload my .h .cxx and cmakelist file in

[Paraview] help with plugin

2011-04-08 Thread
hi everyone: I want to add a new volume mapper to paraview! follow the steps on http://paraview.org/Wiki/Plugin_HowTo. But when I add my plugin in the paraview, I get the erro message no match proxygroup=mapper and

[Paraview] is there any wrong?

2011-02-19 Thread
dear all: I want to parallel volume rendering in my computer, but I can not make it parallel, here is my code. Is there any wrong? #include vtkCompositeRenderManager.h #include vtkRenderWindow.h #include vtkRenderWindowInteractor.h #include vtkProperty.h #include vtkMPIController.h #include

[Paraview] problem in parallel volume rendering

2011-02-15 Thread
dear all: I am a graduate student. I am on the search of parallel volume render in VTK. Now I am in trouble with parallel rendering in vtk. I hope you can do me a favor. I want to know which class do I need to parallel volume render in VTK. I used vtkIceTRenderManager to render,but I can not