<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi,<br><br>I have some data that have velocities at cells data. I can use the CellDataToPointData filter and then apply the streamTracer filter.<br>But, I would like to have juste one filter doing this operation. From this filter, I would like to find in its GUI the same parameters as in StreamTracer and also select the vectors I want to display.<br>With the create custom filter it doesn't work because vectors combo box is empty. It is normals because CellDataToPointData has not been executed so streamTracer can't know that is has some vectors to add in the combo box.<br><br>So I write a C++ plugin that inherits from vtkStreamTracer but it is quite complicated. In fact, I have the same problem: the vectors are not displayed in the combo box. <br><br>The input vector informations&nbsp;
 parameters in RequestData has a vtkMultiBlockDataSet that contains geometries and velocities at cells data and the source for the streamtracer.<br>the output contains the vtkPolyData that will be generated by the streamTracer.<br><br>So, I have to call RequestData 's CellDataToPointData for each block (for that I create a new request, a new input vector and a new output vector). Then I create a new multiblockDataSet that contains geometry and velocities at point data.&nbsp; Then, I want to call RequestData 's StreamTracer but, it has no selected Vectors (velocity) on which doing the operation.<br><br>So where should I do the CellDataToPointData operation in my plugin in order to be sure that streamTracer can have a exposed vectors in the GUI.<br><br>I have tried in RequestDataObject (REQUEST_DATA_OBJECT request) but it doesn't work.<br><br>Any idea how to implement such a plugin ?<br><br>Thank you. <br></div>
</div><br>




      </body></html>