<div dir="ltr">Hi Sumit,<div>Have you explored the examples for Delaunay3D in vtk. The example given here (<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Modelling/Delaunay3D">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Modelling/Delaunay3D</a>) has all the details about how to use this filer inside your C++ code.</div><div>If you have already seen it then post some more details about your problem. </div><div><br></div><div>Best wishes,</div><div>Chiranjib</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 30, 2016 at 12:43 PM, sumeet kumar <span dir="ltr"><<a href="mailto:sumeet.kumar507@gmail.com" target="_blank">sumeet.kumar507@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div>I am writing a reader plug-in which reads a hdf5 file and creates a unstructured mesh of nodes & elements and also unstructured mesh of only gauss points.<br>The next what I want to do is to take this unstructured mesh of points and generate a Delaunay3D mesh.  <br></div>I can achieve the same in Paraview during rendering (in the GUI phase). But I want to achieve this inside the c++ code automatically. Basically I want to use the unstructured mesh <vtkUnstructuredGrid> of points to generate the Delaunay3D mesh (vtkUnstructuredGrid) and save it for further exploitation .<br><br><br></div><div>Best<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Sumeet <br clear="all"><div><div><div><br>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div><span><img src="http://faculty.engineering.ucdavis.edu/ceetemplate/wp-content/uploads/2013/06/CEE75percent500w.jpg" style="font-size:12.8px" height="31" width="200"><span style="font-size:12.8px">         </span><br><div><font style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;color:rgb(51,51,51)">Sumeet Kumar Sinha</font></div><div><span style="color:rgb(51,51,51);font-family:"trebuchet ms",sans-serif;font-size:small">Graduate Student</span></div><div><span style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(51,51,51)">Phone: (+1)</span><a href="tel:%28%2B91%29%209910516219" value="+919910516219" style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(17,85,204)" target="_blank"> </a><span style="font-size:12.8px;font-family:"trebuchet ms",sans-serif;color:rgb(51,51,51)"><a href="tel:5306018271" value="+15306018271" target="_blank">5306018271</a></span></div><div><span style="color:rgb(51,51,51);font-family:"trebuchet ms",sans-serif;font-size:12.8px">Website : </span><a href="http://www.sumeetsinha.in/" style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;color:rgb(17,85,204)" target="_blank">http://www.sumeetsinha.in/</a></div></span></div></div></div></div></div></div>
</div></div></div></font></span></div>
<br>_______________________________________________<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/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>