<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi Dan,<BR>
thank's for&nbsp;your answer....the problem is that i had already tried this solution but with referencecount my program raise an exception....it was for this reason&nbsp;that i was asking this question&nbsp;;) Anyway, i will "wait" for the automagically distruction ofthe object ;)<BR>
Cheers<BR>
Samuele &nbsp;<BR>&nbsp;<BR>&gt; Date: Wed, 30 Dec 2009 13:46:42 +0100<BR>&gt; Subject: Re: [Insight-users] force to destroy object<BR>&gt; From: dan.muel@gmail.com<BR>&gt; To: samuele_82@hotmail.com<BR>&gt; CC: insight-users@itk.org<BR>&gt; <BR>&gt; Hi Smauele,<BR>&gt; <BR>&gt; One of great things about ITK is the SmartPointer: as soon as an<BR>&gt; object with no references goes out-of-scope, the smart pointer<BR>&gt; automagically releases the object.<BR>&gt; <BR>&gt; My advice would be to let the SmartPointer release the object for you;<BR>&gt; this will force you to think of a good design in which you maximize<BR>&gt; the use of scope to release your objects :P<BR>&gt; <BR>&gt; If this is not possible and/or you prefer the manual approach, after a<BR>&gt; cup of coffee and long think try:<BR>&gt; object-&gt;SetReferenceCount( 0 );<BR>&gt; <BR>&gt; Please take note of the documentation attached to the SetReferenceCount method:<BR>&gt; Sets the reference count (use with care) // &lt;&lt; TAKE NOTE!!<BR>&gt; <BR>&gt; HTH<BR>&gt; <BR>&gt; Cheers, Dan<BR>&gt; <BR>&gt; 2009/12/30 Samuele Dietler &lt;samuele_82@hotmail.com&gt;:<BR>&gt; &gt; Hi ITK users,<BR>&gt; &gt; there is a way to force to destroy an object or we should wait for<BR>&gt; &gt; autodiscruction by set the&nbsp;object to NULL value???<BR>&gt; &gt; Thank you, best<BR>&gt; &gt; Samuele<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Windows Live: tieni aggiornati i tuoi amici sulle tue attivitą in linea.<BR>&gt; &gt; _____________________________________<BR>&gt; &gt; Powered by www.kitware.com<BR>&gt; &gt;<BR>&gt; &gt; Visit other Kitware open-source projects at<BR>&gt; &gt; http://www.kitware.com/opensource/opensource.html<BR>&gt; &gt;<BR>&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<BR>&gt; &gt; http://www.kitware.com/products/protraining.html<BR>&gt; &gt;<BR>&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<BR>&gt; &gt; http://www.itk.org/Wiki/ITK_FAQ<BR>&gt; &gt;<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<BR>&gt; &gt;<BR>&gt; &gt;<BR>                                               <br /><hr />Windows Live: rendi pił semplice per i tuoi amici vedere  <a href='http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_2:092010' target='_new'>cosa stai facendo su Facebook.</a></body>
</html>