[ITK-users] itk::Command dtor non-virtual on purpose?

Vaaksiainen vaaksiainen at gmail.com
Fri Sep 4 08:44:27 EDT 2015


Hi David,

There you are correct :) My mistake.

I came up with some mixed recursive reference counting which never
decreased in attempt to dispatch events from a filter via its owning
composite filter.

Cheers,
-Vaaksiainen




2015-09-04 15:03 GMT+03:00 David Cole <DLRdave at aol.com>:

> But it is virtual, by virtue of inheriting such status from its base class:
>
> http://www.itk.org/Doxygen48/html/itkLightObject_8h_source.html
>
>
> HTH,
> David C.
>
>
> On Friday, September 4, 2015, Vaaksiainen <vaaksiainen at gmail.com> wrote:
>
>> Retyping the header: is the itk::Command destructor non-virtual on
>> purpose?
>>
>> http://www.itk.org/Doxygen48/html/itkCommand_8h_source.html
>>
>> 64 protected:
>> 65  Command();
>> 66  ~Command();
>>
>> The way I used its derivatives, don't see any reason for such.
>>
>>
>> Best regards,
>> -Vaaksiainen
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150904/0c1980a7/attachment.html>


More information about the Insight-users mailing list