[Insight-users] I have some problem about the ITK code , the Register() method in itkSmartPointer.h

zhq 15891495523 at 126.com
Thu Aug 15 21:12:33 EDT 2013


Hello , All 
       In the itkSmartPointer.h , the SmartPointer class has a method , Register() ,shown as follow 
  void Register()
  {
    if ( m_Pointer ) { m_Pointer->Register(); }
  }
the m_Pointer is a member variable of SmartPoint  ,  but what's the effect of the method ? I think the method just call a Register() , and don't do something meaningfully ?
zhq
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130816/f34c45ea/attachment-0001.htm>


More information about the Insight-users mailing list