[Paraview] Access to paraview pipeline

2011-05-26 Thread Bastien Purnelle
Hi, I want to develop an custom application based on Paraview in order to read a live-data from an extern C++ class and display a graphical view of this data. I have written this code thanks to an example : myMainWindow::myMainWindow(QWidget* parentObject, Qt::WindowFlags wflags) : Superclass(p

[Paraview] Custom application reading live-data

2011-05-22 Thread Bastien Purnelle
Hi, I want to develop an custom application based on Paraview in order to read a live-data from an extern C++ class and display a graphical view of this data. I have written this code thanks to an example : myMainWindow::myMainWindow(QWidget* parentObject, Qt::WindowFlags wflags) : Superclass(

[Paraview] what is streamingParaview ?

2011-05-22 Thread Bastien Purnelle
Hi I'am developing an interface between and application producing live-data and paraview that display this data. I have downloaded Paraview source from patmarion github and I found into the folder Application the folder StreamingParaView. I would like more explanation about this application in o

[Paraview] Error compiling Paraview

2011-05-21 Thread Bastien Purnelle
Hi, I want to compile paraview and I have this error... [ 99%] Generating qrc_AnalyzeWriter.cxx Scanning dependencies of target AnalyzeWriter [ 99%] Building CXX object Plugins/AnalyzeNIfTIReaderWriter/CMakeFiles/AnalyzeWriter.dir/qrc_AnalyzeWriter.cxx.o [ 99%] Building CXX object Plugins/Analy

Re: [Paraview] Using Paraview with undefined length of data

2011-05-12 Thread Bastien Purnelle
c++ example, including the CMake code you'll need to interface your > project with the coprocessor, see: > > http://www.vtk.org/Wiki/Coprocessing_example > > > Pat > > > On Wed, May 11, 2011 at 4:16 PM, Bastien Purnelle > wrote: > Hi Pat, > > Th

Re: [Paraview] Using Paraview with undefined length of data

2011-05-11 Thread Bastien Purnelle
kefile. > > Pat > > On Mon, May 2, 2011 at 1:20 PM, Bastien Purnelle wrote: > Thanks Pat, > > I have searched for information about the live-data feature, but I > found only two interesting links : > http://www.vtk.org/Wiki/ParaView:Live_Data_Introduction and > http://w

Re: [Paraview] Using Paraview with undefined length of data

2011-05-02 Thread Bastien Purnelle
aid to go into detail...), maybe I can come up with > some ideas for how you could interface it with paraview. > > Pat > > > > On Wed, Apr 27, 2011 at 5:31 PM, Bastien Purnelle > wrote: >> >> Hello, >> >> I'm developing an interface for displaying

[Paraview] Using Paraview with undefined length of data

2011-04-27 Thread Bastien Purnelle
Hello, I'm developing an interface for displaying data from car embedded sensors (lidar, odometers,  ...) in real time. However, Paraview work with finite data files and I'am searching a mean to use Paraview with time changing data. Is it a solution with Paraview (create a plugin, a python script)