<div dir="ltr">Hi,<div>You might be interested to lookinto the example <div><br></div><div><a href="http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Filters/General/Testing/Cxx/TestTessellator.cxx#l3650">http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Filters/General/Testing/Cxx/TestTessellator.cxx#l3650</a><br></div><div><br></div><div>the line number 3650 onwards. You will get an idea how the filter operates on a dataset. </div><div>Fro your example what I understand, that you are setting the input data on which the filter will work </div><div><span style="font-size:12.8px">tesela.SetInputData(input);</span></div><div><br></div><div>And then immediately, you are updating the pipeline in the following way<br style="font-size:12.8px"><span style="font-size:12.8px">tesla.Update();</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">In between the filter is not doing any operations on the dataset.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">The example link I have provided above will give you an idea about the operations that the filter can do. You can use the existing member functions or design your own.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Hope this helps.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Best wishes,</span></div><div><span style="font-size:12.8px">Chiranjib</span></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 3, 2016 at 11:52 AM, jaki19 <span dir="ltr"><<a href="mailto:nour_sn@hotmail.fr" target="_blank">nour_sn@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">which function do I have to use for the operations?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Add-new-vertexes-inside-3D-structure-tp5741022p5741024.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Add-new-vertexes-inside-<wbr>3D-structure-<wbr>tp5741022p5741024.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>