[Insight-developers] wrong call to push_back() in
itk::BoundingBox::GetCorners()
Gaetan Lehmann
gaetan.lehmann at jouy.inra.fr
Wed Jan 10 05:15:19 EST 2007
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