<div dir="ltr">The familiar API does seem to be missing on that class, but you can still use multicomponent string arrays with Get/SetValue methods.<div><br></div><div>They use a 'valueIdx', which is an array-of-structs ordered index, e.g.</div><div><br></div><div>valueIdx = tupleIdx * numComps + compIdx</div><div><br></div><div>You can use these to access arbitrary elements in the array.</div><div><br></div><div>HTH,</div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 16, 2016 at 10:16 AM, Cornelis Bockemühl <span dir="ltr"><<a href="mailto:cornelis.bockemuehl@gmail.com" target="_blank">cornelis.bockemuehl@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">Hello all,<div><br></div><div>This is about the vtkStringArray class.</div><div><br></div><div>With vtkDoubleArray it is possible to store a set of 3d coordinates as 3 "components" within one and the same array; no need to create 3 "parallel arrays" for this purpose.</div><div><br></div><div>Trying to do the same thing with vtkStringArray I am hitting the walls!</div><div><br></div><div>1) It is obviously possible to call SetNumberOfComponents() on a vtkStringArray. Conclusion: components seem to be supported.</div><div><br></div><div>2) There are no functions like SetTuple3 or the like, but there is some SetTuple function. But the strange thing is that it allows me only to copy a tuple from another vtkStringArray with the same structure. Which only pushes the problem back to that second array...</div><div><br></div><div>The problem being: How can I set and read the components in a vtkStringArray - either one by one or as a tuple?</div><div><br></div><div>Looks like I missed something basic here...</div><div><br></div><div>Regards and thanks for helpful hints!</div><span class="HOEnZb"><font color="#888888"><div>Cornelis</div><div><div><br></div>-- <br><div class="m_-1126422149937157535gmail_signature" data-smartmail="gmail_signature">Cornelis Bockemühl<br>Basel, Schweiz<br></div>
</div></font></span></div>
<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>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>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/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
<br></blockquote></div><br></div>