<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
 
<br>I do the following...
<p>    vtkVectorText* v = vtkVectorText::New();
<p>I check the reference count of this object - I expect this to be
1, but
<br>its actually 2. I tried it with vtkStructuredPoints and its 1, as it
should be.'
<p>I checked this with the debugger, as well as printed it out using GetReferenceCount()
method
<br>of the object.
<p>I am puzzled.
<p>I am trying to make sure I am deleting objects after creating the
pipeline
<br>(as the app repeatedly can read in new data files). Is there any simple
<br>way to check  this (other than carefully goign through the code
-:) ? . It would
<br>be nice to have a vtk class that would record all objects created and
would
<br>have a method to print out the reference counts  of all objects
(for instance before reading
<br>in new dataset, which would require some cleanup of the existing vtk
objects).
<p>Things we need to worry about when we are building robust applications..
<p>Wishful thinking?
<p>    -- krs
<pre>-- 
K.R.Subramanian                           Phone: (704) 547-4872
Department of Computer Science            FAX:   (704) 547-3516
UNC Charlotte, 228A Kennedy
9201 Univ. City Blvd.                     Email: krs@cs.uncc.edu
Charlotte, NC 28223-0001                  WWW: <A HREF="http://www.cs.uncc.edu/~krs">http://www.cs.uncc.edu/~krs</A></pre>
 </html>