[Insight-developers] Why is m_NumberOfThreads signed?

Luis Ibanez luis.ibanez at kitware.com
Mon May 16 21:48:08 EDT 2011


David

May I humbly suggest that we use a typedef for it ?

and then use that typedef in the proper places...

It could be something like

      typedef  unsigned int   ThreadIdType;

up in itkIntTypes.h for example...


     Luis


---------------------------------
On Mon, May 16, 2011 at 6:56 PM, David Doria <daviddoria at gmail.com> wrote:
> On Mon, May 16, 2011 at 6:42 PM, Sean McBride <sean at rogue-research.com>
> wrote:
>>
>> On Mon, 16 May 2011 14:58:41 -0400, Bill Lorensen said:
>>
>> >I agree it's a minor inconvenience. And, BTW, the real reason it is
>> >currently signed is because it is signed in VTK.
>>
>> I volunteer to fix VTK here... will submit a patch to gerrit...
>
> I pushed a second ITK patch set with many more fixes.
>
> http://review.source.kitware.com/#change,1649
>
> David
>
> _______________________________________________
> 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.html
>
> 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 Insight-developers mailing list