[Insight-users] Why is MapContainer::Initialize() empty?

Luis Ibanez luis.ibanez@kitware.com
Mon, 27 Jan 2003 11:26:02 -0500


Hi Parag,

Thanks for pointing this out.

It has been fixed now.
The Initialize() method is calling clear()
as you suggested.


   Thanks


      Luis


-----------------------------------

Parag Chandra wrote:

> I noticed that this method does not do anything, when it seems like it 
> should do something similar to what VectorContainer::Initialize() does:
> 
>  
> 
> this->MapType::clear();
> 
>  
> 
> This method is empty in both the 1.0 release, and the CVS version that I 
> looked at Sat. afternoon. Is this intentional for some reason?
> 
>  
> 
> -Parag Chandra
>