[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

Re: [Paraview] Problems with 'interpolate scalars before mapping' in v3.10

2011-05-22 Thread Nenad Vujicic
Hello everyone, Just to announce - the problem is solved! It seems the problem was in plugin's sources when setting texture coordinates data. So, if in vtkMyExporter.cpp I remove tex_coord_data-SetNumberOfComponents(1); or set number of components to 2, correct texture will be generated!

[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) :