[Insight-users] vnl_vector resize

Brad King brad.king at kitware.com
Thu Jun 24 09:04:44 EDT 2004


du Bois d Aische Aloys wrote:
>  Hi everybody, 
> 
>       I have a question about the vnl_vector. My old versions 1.2 and 1.4 of ITK had the directories Utilities/vxl/core/vnl and Utilities/vxl/vnl. The version 1.6 I installed from the cvs has not the directory Utilities/vxl/vnl. This directory contains the definition
> of the function resize for the vnl_vector. Do you know if it's normal that I don't have this directory?

The version of VXL used by ITK was upgraded as of version 1.6.  One of 
the changes made to VXL was to rename the "resize" method to "set_size" 
for vnl_vector and vnl_matrix.  We inherited this change and updated all 
of ITK's code.  You'll have to make the change for your code as well.

-Brad


More information about the Insight-users mailing list