<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Hello , All&nbsp;<div>&nbsp; &nbsp; &nbsp; &nbsp;In the&nbsp;itkSmartPointer.h , the&nbsp;SmartPointer class has a method , Register() ,shown as follow&nbsp;</div><div><div>&nbsp; void Register()</div><div>&nbsp; {</div><div>&nbsp; &nbsp; if ( m_Pointer ) { m_Pointer-&gt;Register(); }</div><div>&nbsp; }</div></div><div>the m_Pointer is a member variable of SmartPoint &nbsp;, &nbsp;but what's the effect of the method ? I think the method just call a Register() , and don't do something meaningfully ?</div><div>zhq</div></div>