[Insight-developers] Fwd:
Luis Ibanez
ibanez at cs.unc.edu
Mon Nov 13 10:22:44 EST 2000
Oops!,
I'm afraid we have a lot of those...
Almost everywhere a "Size", "Index", "Region" or "Image"
are declared.
So,... should we modify them to add "Type" at the end of
these declarations ?
Thanks,
Luis
-------------------
Will Schroeder wrote:
> We noticed the following code in itkFilterImageSingleOperator.h :
>> typedef Image<TPixel, VDimension> Image;
> This is a bad idea, and causes compiler problems in some cases. Please
> differentiate the typedef from the class:
> typedef Image<TPixel, VDimension> ImageType;
More information about the Insight-developers
mailing list