[Paraview] need an example of using Paraview Client/Server API

2010-05-14 Thread Jenya Burstein
where to find a simple example that would demonstrate how to construct a data/rendering pipeline consisting of a source, a filter, a mapper, an actor, a renderer, and a render window with the Paraview API. Thank you, Jenya Burstein ___ Powered by

Re: [Paraview] need an example of using Paraview Client/Server API

2010-05-17 Thread Jenya Burstein
ll? Or a pure client-server C++ application. > > Utkarsh > > On Fri, May 14, 2010 at 3:50 PM, Jenya Burstein > wrote: > > Hello, > > > > I am new to Paraview and trying to wade my way through the Paraview > sources, > > examples and doxygen to figure out how to progra

[Paraview] How to set the default executive to vtkCompositeDataPipeline?

2010-05-21 Thread Jenya Burstein
Hello, I would like to create a vtkCompositeDataSet-based source with Paraview API and set the default executive of vtkAlgorithm to the vtkCompositeDataPipeline. I couldn't find an SM proxy defined for the vtkCompositeDataSet class in the ServerManager resource XMLs and I don't see any proxies d

Re: [Paraview] How to set the default executive to vtkCompositeDataPipeline?

2010-05-21 Thread Jenya Burstein
Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x109 > > > > On Fri, May 21, 2010 at 12:23 PM, Jenya Burstein > wrote: > > Hello, > > > > I would like to create a vtkCompositeDataSet-based source with Paraview > API > > and set the defa

[Paraview] Adding an interactive slice widget

2010-05-25 Thread Jenya Burstein
Hello, I am trying to figure out how to add a slice widget that has the interactivity behavior just liek in the Paraview application. When I add the following code, I get the visual representation of the widget. However, performing mouse events on the bounding box or normal of the widget doesn't m

Re: [Paraview] Adding an interactive slice widget

2010-05-25 Thread Jenya Burstein
Utkarsh, Thank you for the response. I think that moved me one step closer to the solution. However, now I get the following runtime error in the Output window: ERROR: In ..\..\..\VTK\Widgets\vtkAbstractWidget.cxx, line 119 vtkImplicitPlaneWidget2 (0D01C8C0): The interactor must be set p

Re: [Paraview] Adding an interactive slice widget

2010-05-25 Thread Jenya Burstein
quot;), > sliceWidget) > m_renderView->getProxy()->UpdateVTKObjects(); > > Utkarsh > > On Tue, May 25, 2010 at 2:57 PM, Jenya Burstein > wrote: > > Utkarsh, > > > > Thank you for the response. I think that moved me one step closer to the > > solution. > > >