[Insight-developers] Re: wrong call to push_back() in itk::BoundingBox::GetCorners()

Julien Jomier julien.jomier at kitware.com
Wed Jan 10 10:02:47 EST 2007


Hi Gaetan,

I just put a fix in cvs.
Let me know if you have any further issues,

Julien

Gaetan Lehmann wrote:
> 
> Hi,
> 
> in itkBoundingBox.txx, in the method GetCorners(), there is the 
> following code:
> 
>   m_CornersContainer->push_back(pnt);
> 
> which is wrong when the container is a itk::MapContainer. There is no 
> push_back() method in that class.
> 
> Julien, I know it's quite old, but this method was added by you - 
> perhaps you can look at that problem ?
> 
> Thanks,
> 
> Gaetan
> 
> 
> 
> --Gaëtan Lehmann
> Biologie du Développement et de la Reproduction
> INRA de Jouy-en-Josas (France)
> tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
> http://voxel.jouy.inra.fr
> 



More information about the Insight-developers mailing list