[Insight-developers] Borland/VS issues with new checkins
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Wed Aug  5 08:08:53 EDT 2009
    
    
  
Gaëtan Lehmann wrote:
> 
>> I noticed that you placed the TemplatedGenerateData in the protected
>> section. Should it not be in the private section?
> 
> 
> No, it is reused in StatisticsRelabelLabelMapFilter and similar classes.
> 
Oops,...
Ok, we will keep the method in the protected section.
>> Also, there is
>> member data in the protected section. That should also be private I
>> think.
> 
> 
> I also think so. I've put them in the protected section to use them in  
> the subclass StatisticsRelabelLabelMapFilter, but they shouldn't be  
> used there anymore.
> 
Ok, we will move this data...
   Luis
    
    
More information about the Insight-developers
mailing list