[Insight-developers] Borland vs Mesh
   
    Luis Ibanez
     
    luis.ibanez@kitware.com
       
    Fri, 06 Sep 2002 10:58:01 -0400
    
    
  
FixedArray is in use,
is the base class for:
  itkPoint
  itkVector
  itkCovariantVector
  itkRGBAPixel
  itkRGBPixel
However, none of these classes are
using the Reference and ConstReference
internal classes.
It should be ok to remove these internal
classes.
   Luis
===========================================
Brad King wrote:
>>Do we need these Reference and ConstReference internal classes?
>>
> 
> I wrote them originally just because I thought they might be useful.  If
> no one is using them, we can rip them out.  Actually, I would even prefer
> to just rip out FixedArray altogether since itk::Size and itk::Index don't
> use it anyway.  However, it looks like several filters use it.
> 
> -Brad
> 
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
> 
>