[ITK-dev] Question about itkLightObject vs itkObject
Rashad M
mohammedrashadkm at gmail.com
Mon May 5 09:12:30 EDT 2014
Hi all,
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.
>From the documentation of itkLightObject[1]. It says:
All ITK objects should be a subclass of
LightObject<http://www.itk.org/Doxygen/html/classitk_1_1LightObject.html>
or Object <http://www.itk.org/Doxygen/html/classitk_1_1Object.html> with
few exceptions (due to performance concerns).
Could any explain me the few exceptions concerning performance?
[1] http://www.itk.org/Doxygen/html/classitk_1_1LightObject.html
--
Regards,
Rashad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20140505/11cb5d1d/attachment.html>
More information about the Insight-developers
mailing list