Deprecated List
Member vsl_b_read (vsl_b_istream &is, char *s)
in favour of vcl_string version.
Member vsl_b_read_block_old (vsl_b_istream &is, T *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, unsigned int *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, int *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, long *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, unsigned long *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, unsigned short *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, short *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, double *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_block_old (vsl_b_istream &is, float *begin, vcl_size_t nelems)
in favour of vsl_block_binary_read
Member vsl_b_read_vec_vec_bool_old (vsl_b_istream &is, vcl_vector< vcl_vector< bool > > &v)
in favour of correctly work normal vsl behaviour. Only kept for backwards compatibility. If no-one complains about the name change to this code, or otherwise asks for it to be kept, then it should be removed after the release of VXL 1.18. The name change will however remain, to avoid overriding normal performance of vsl(vec<vec<bool>>) IMS July 2012.
Member vsl_b_write (vsl_b_ostream &os, const char *s)
in favour of vcl_string version.