Quickly looking I am not sure whats wrong. In my code I cannot duplicate this kind of behavior. The lines you posted is exactly what you doing? If thats the case I don&#39;t know. <br><br>May be you can post a small program which reproduces this problem? <br>
<br>~Regards, <br>Aashish<br><br><br><br><div class="gmail_quote">On Tue, Mar 30, 2010 at 6:10 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, Mar 30, 2010 at 5:33 PM, Aashish Chaudhary<br>
<div class="im">&lt;<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Hi David,<br>
&gt;<br>
&gt; As I recall<br>
&gt;<br>
&gt; Your AddArray() wont do anything.. because its the same array as before and<br>
&gt; Reset does do much other than setting the MaxId to -1 (which means that you<br>
&gt; will get NumberOfTuples to 0 when you query later)<br>
&gt;<br>
&gt; vtkIdType GetNumberOfTuples()<br>
&gt;     {return (this-&gt;MaxId + 1)/this-&gt;NumberOfComponents;}<br>
&gt;<br>
&gt; HTH,<br>
&gt; Aashish<br>
<br>
</div>Hmmm. The reason I ask is that I have this code:<br>
<br>
cout &lt;&lt; &quot;There are &quot; &lt;&lt; g-&gt;GetNumberOfEdges() &lt;&lt; &quot; edges.&quot; &lt;&lt; endl; //<br>
outputs 494<br>
cout &lt;&lt; &quot;There are &quot; &lt;&lt; weights-&gt;GetNumberOfTuples() &lt;&lt; &quot; weights.&quot; &lt;&lt;<br>
endl; //outputs 494<br>
<br>
g-&gt;GetEdgeData()-&gt;AddArray(weights);<br>
<br>
  if(!vtkDoubleArray::SafeDownCast(g-&gt;GetEdgeData()-&gt;GetArray(&quot;Weights&quot;)))<br>
    {<br>
    cout &lt;&lt; &quot;No weights!&quot; &lt;&lt; endl;<br>
    }<br>
  else<br>
    {<br>
    cout &lt;&lt; &quot;g has &quot; &lt;&lt;<br>
vtkDoubleArray::SafeDownCast(g-&gt;GetEdgeData()-&gt;GetArray(&quot;Weights&quot;))-&gt;GetNumberOfTuples()<br>
&lt;&lt; &quot; weights.&quot; &lt;&lt; endl; //outputs 289 ??!!<br>
    }<br>
<br>
It seems to me like the last output should be the same (494), no?<br>
<br>
Anyone know what could be going wrong?<br>
<br>
Thanks,<br>
<font color="#888888"><br>
David<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>| Aashish Chaudhary <br>| R&amp;D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    <br>