<div dir="ltr">Hello,<br><br>I noticed that the return type of a function I'm calling is <code>vtkFloatArray</code>. I want to check the components of this array, but, not sure how to iterate through its components.

<div class="post-text" itemprop="text"><p>Since when I tried to iterate through the elements, I got the following error:</p>

<pre style="" class="lang-cpp prettyprint prettyprinted"><code><span class="typ">TypeError</span><span class="pun">:</span><span class="pln"> </span><span class="str">'vtkobject'</span><span class="pln"> object is not iterable</span></code></pre>

<p>Why am I getting such error?</p>

<p>Thanks.</p></div></div>