[ITK] [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://public.kitware.com/pipermail/community/attachments/20140505/11cb5d1d/attachment.html>
-------------- next part --------------
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers


More information about the Community mailing list