<div dir="ltr">Hi all,<div><br></div><div>I have some doubts about the usage of itkLightObject. The situation is I need to have a simple class and it must has Smart pointers and macro definitions as in itk class. This class does not involve image inputs and not a filter type. So I decided to go with itkLightObject for the base class. </div>

<div><br></div><div>From the documentation of itkLightObject[1]. It says:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px">All ITK objects should be a subclass of </span><a class="" href="http://www.itk.org/Doxygen/html/classitk_1_1LightObject.html" title="Light weight base class for most itk classes. " style="color:rgb(70,101,162);font-weight:bold;font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px">LightObject</a><span style="color:rgb(0,0,0);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px"> or </span><a class="" href="http://www.itk.org/Doxygen/html/classitk_1_1Object.html" title="Base class for most ITK classes. " style="color:rgb(70,101,162);font-weight:bold;font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px">Object</a><span style="color:rgb(0,0,0);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px"> with few exceptions (due to performance concerns).</span><br>

</div><div><span style="color:rgb(0,0,0);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:22px">Could any explain me the few exceptions concerning performance?</span></div>

<div><br></div><div>[1] <a href="http://www.itk.org/Doxygen/html/classitk_1_1LightObject.html">http://www.itk.org/Doxygen/html/classitk_1_1LightObject.html</a></div><div><div><br></div>-- <br><div><font face="arial, helvetica, sans-serif">Regards,<br>

   Rashad</font></div>
</div></div>