<div dir="ltr"><div><span style="font-size:12.8000001907349px">Chiranjib,</span><br></div><div><br></div>vtkDataArray * array = polydata->GetPointData()->GetArray(arrayname);<div><br></div><div>A simple way to get individual components is with</div><div><br></div><div>double * tuple = new double[array->GetNumberOfComponents()];</div><div>array->GetTuple(desiredpoint, tuple);</div><div>delete[] tuple;</div><div><br></div><div>HTH,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 19, 2015 at 2:05 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@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>I think, I have sent this email too quickly. Other than the point coordinates, if I want to obtain the value of the point attributes, how do I do that.</div><div><br></div><div>I can understand the point coordinates can be obtained by</div><div><br></div><div>polydata->GetPoints(Id,desirtedpoint).</div><div><br></div><div>What are the alternatives to know the point attributes (scaler/vector) for the points.</div><div><br></div><div>Thanks again,</div><div>Chiranjib</div><div><div class="h5"><div><br></div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Chiranjib Sur</b> <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span><br>Date: Wed, Aug 19, 2015 at 11:31 AM<br>Subject: How to extract values of vtkpoint coordinates from vtkXMLPolyDataReader<br>To: VTK Users <<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>><br><br><br><div dir="ltr">Hi,<div>I want to extract the value of the XMl attributes (e.g. the coordinates of the VTk points, PointData/Points/DataArray).</div><div><br></div><div>I am able to read the file using vtkXMLPolyDataReder and view it in ParaView but I want to extract values individually.</div><div><br></div><div>How do I do that?</div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div>
</div><br></div></div></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>
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_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=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/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>